A collection of the references collected on This Week in Mathematical Oncology (TWiMO)
Everything is in the res folder!
res/MathOncoBibliography.bib-> All TWiMO papers.res/single_issues/*.bib-> TWiMO papers divided per issueres/single_years/*.bib-> TWiMO papers divided per year
Stay updated on conferences, jobs, papers and preprints in Mathematical Oncology following TWiMO
In case you want to generate the bib files on your own.
Add a config file:
touch config.jsonAdd your email to the config file:
{
"email": "[email protected]"
}-
src/scraper.py-> Scrape the papers from MathOnco issues. Try runningpython3 src/scraper.py --help
-
src/postprocessing.py-> Clean references, produce.bibfile -
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