Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 685 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 685 Bytes

publications

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.

how to add a new profesor

  1. add the name and search-criteria to names.xlsx
  2. add file called "static_name" to the static folder