Python code to create folders and Phrase paperwork for analysis papers in biomedical sciences — multi function go along with solely two inputs
I’m a researcher with over seven years of expertise working in public well being and epidemiological analysis. Each time I’m about to begin a brand new analysis paper, I create a folder for this undertaking, inside a number of folders for every part of my work, and Phrase paperwork for the manuscript with particular headings. Having revealed over 170 peer-review papers, I will need to have completed this course of over 200 occasions. I feel it’s about time to automatize this course of, and I’ll share with you ways to take action!
On the finish of the submit, you can find the total code. You solely want to repeat and paste it onto your favourite Python atmosphere and hit run. The code will generate the operate create_project_structure. This operate will create a folder construction and Phrase paperwork prepared so that you can go straight to work in your analysis paper.
What does this operate do?
This operate will generate a folder in a specified path (base_path
), and this folder might be named as you would like (project_name
). This operate can even create two Phrase paperwork, one for the supplementary supplies and…