A github page and script for generating and maintaining the publications page for CACS
- Congratulations on your recently accepted paper! If you are reading this then then you must be looking for how to update the cacs publication page to include your work
- Begin the process of uploading the document in pdf format to the
papers/
directory of this repo. Visit the directory through this link and click on the the add files button on the top right to upload files. Files can be uploaded by selecting them from your folder or by drag and drop - After adding your files click on the commit changes button
- Once the files are uploaded you must specify the exact words that will be used to diplay the publication on the page
- Open the
publication_details.xml
file and edit the file from your browser - Modify the
publication
tag for adding the display text for each uploaded paper - The
title
tag is where you fill out the title of the work - The
author
tag is where you fill out all the author names - The
publisher
tag is where you fill out the name of the journal - The
rating
tag is where you fill out the pages or sequence in which your work has appeared - The
volume
is the issue number / volume in which your work has appeared - The
year
is where you fill out the year the work first appeared in publication - And now the
link
, pay close attention here since this is slightly tricky. Open the papers directory in the repo and locate the most recent paper that you uploaded. Verify the PDF can be viewed by clicking on it. Near the branch name at the top, you will notice the file name asUSCCACS.Github.io/papers/file-name.pdf
. Copy the filename starting from frompapers/...
. Paste this into thelink
tag (see the example below for more clarity) - Click on commit changes and wait for the generator script to build the updated index page and go online.
- In case of any errors while page building, Github will send you an email. Read the error and repeat the steps above carefully to minimize build errors.
<root>
<publications>
<publication>
<title>Henry</title>
<author>Ford</author>
<publisher>Le Mans</publisher>
<rating>8</rating>
<volume>4</volume>
<year>2020</year>
<link>papers/Tiwari-PhotoAmorphizationSb2Te3-JPCL20.pdf</link>
</publication>
...
...
</<publications>
</root>
Only one
root
andpublications
tag. However any number ofpublications
tag be be present in the publication_details.xml file