You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As promised, here are the code snippets for the citations that I recreated. They most closely resemble IEEE format citations (where we publish most of our results). There is some error handling integrated (e.g. if you leave out certain common fields like page numbers) but I only suited the error handling to our needs and not for every possible case.
I'll paste the code here since I'm not sure what else to do with it. We'll see how gitHub handles to formatting...
I also changed the stats2html function a little bit which prints the legend. I had some css conflicts with other style tags in my site so I just coded the raw style into the paragraph tag.
Thanks for the code. I'm not sure what to do with it, though :) In the end, I'd like to include it as an alternative style that could be easily selected when creating the list. Is it okay with you if I include your code in the library?
As for the stats2html function, I changed it a bit to sort the legend entries. I did not include the inline style, though. If you can change the style of the page, you should be able to target the h3 element in the legend with selector #pubyeardetails h3.
As promised, here are the code snippets for the citations that I recreated. They most closely resemble IEEE format citations (where we publish most of our results). There is some error handling integrated (e.g. if you leave out certain common fields like page numbers) but I only suited the error handling to our needs and not for every possible case.
I'll paste the code here since I'm not sure what else to do with it. We'll see how gitHub handles to formatting...
I also changed the stats2html function a little bit which prints the legend. I had some css conflicts with other style tags in my site so I just coded the raw style into the paragraph tag.
You can see the changes here: http://ncr.mae.ufl.edu/index.php?id=publications_searchable
The text was updated successfully, but these errors were encountered: