Formatting of ACM OpenTOC page for PLDI 2015
I got the OpenTOC html from the ACM yesterday for PLDI 2015. I created a proceedings page, and pasted in the TOC, but some of the formatting is being ignored (in particular the authorlist). Looking at OOPSLA’14, it appears that this can be made to work. At first glance, it looks to Steve and I like the formatting for DLauthors is being ignored.
PLDI’15 version: http://conf.researchr.org/track/pldi2015/pldi2015-papers#Proceedings
OOPSLA’14 version: http://2014.splashcon.org/track/oopsla2014#ProceedingsCould someone give us a hand by either telling us how we are supposed to be putting the TOC html into the system or fixing it so the formatting will be respected (and it looks closer to the OOPSLA’14 page).
thanks,
–dave
Submitted by Dave Grove on 4 June 2015 at 14:40
Issue Log
It looks like the HTML is structured a little different.
OOPSLA’14 PLDI’15 One <li>
for all authorsone <li>
per author<h4>
for session header<h3>
for session header
Yes, but the formatting is being ignored. If I open up the toc.html I got from ACM in a web browser, the DLAuthor is respected and all authors for a paper are on a single line.
Is the STYLE type=“text/css” section of the page being ignored by researchr?
Do I need to put the CSS into a separate file somewhere on the server and then reference it from the TOC page?
I removed the
<html>
and<body>
tags , and changed<STYLE>
to its lower case variant. That did the trick
Great! thanks!!
Log in to post comments