Python code to create folders and Phrase paperwork for biomedical science analysis papers – suddenly with simply two inputs
I’m a researcher with over 7 years of expertise in public well being and epidemiology analysis. Each time I wish to begin a brand new analysis paper, I create a folder for this challenge inside a number of folders for every part of my analysis and create a Phrase doc for the manuscript with particular headings. Having printed over 170 peer-reviewed papers, I should have gone via this course of over 200 instances. I believe it is about time to automate this course of. I will share how.
There may be full code on the finish of the submit. Simply copy and paste this into your favourite Python setting and click on Run. The code generates the perform create_project_struct. This characteristic creates a folder construction and Phrase doc that you need to use to start out writing your analysis paper straight away.
What does this characteristic do?
This perform calls the required path (base_path), this folder can have any title (project_name). This characteristic additionally creates two Phrase paperwork, one for supplementary supplies and one for…

