Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 1.16 KB

File metadata and controls

40 lines (31 loc) · 1.16 KB

TWiMO References

A collection of the references collected on This Week in Mathematical Oncology (TWiMO)

Access the collection

Everything is in the res folder!

  • res/MathOncoBibliography.bib -> All TWiMO papers.
  • res/single_issues/*.bib -> TWiMO papers divided per issue
  • res/single_years/*.bib -> TWiMO papers divided per year

Follow the blog

Stay updated on conferences, jobs, papers and preprints in Mathematical Oncology following TWiMO

Code

In case you want to generate the bib files on your own.

Setup

Add a config file:

touch config.json

Add your email to the config file:

{
    "email": "youremail@example.xy"
}

Code

  • src/scraper.py -> Scrape the papers from MathOnco issues. Try running

    python3 src/scraper.py --help
  • src/postprocessing.py -> Clean references, produce .bib file

  • src/utils.py -> functions to split and reorganize the references

  • requirements.txt -> Dependencies for the code

  • automatic_update.py -> Script used in the workflow to automatically update the bib file