Scripts for pulling publications from ArXiv and auto-generating a publications page for qdev.dk
The script works by reading a list of names and search-criteria to obtain data from:
The obtained data is collected into a pandas data frame. The obtained data is compared to data read from a set of "static_name.xlsx" files If the same article exist both in the df, and the static file the static information is used. In the last step the information is written to a html file.
- add the name and search-criteria to names.xlsx
- add file called "static_name" to the static folder