Streamline Your Workflow when Beginning a New Analysis Paper | by Rodrigo M Carrillo Larco, MD, PhD | Dec, 2024
Python code to create folders and Phrase paperwork for analysis papers in biomedical sciences — multi functional go together 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 should have achieved this course of over 200 occasions. I believe it’s about time to automatize this course of, and I’ll share with you the way to take action!
On the finish of the publish, you will discover the total code. You solely want to repeat and paste it onto your favourite Python surroundings 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 can be named as you would like (project_name
). This operate may also create two Phrase paperwork, one for the supplementary supplies and…