class: title-slide #:x nutshell ... to get more info. Look through the slides to find additional comments of mine. # I don't even know best practices AWI PhD Days 2024 - Ole Pinner > Any text that [:looks like this, can be expanded ...](#nutshell) --- # "Knowledge Transfer" - best practices/examples in your field - Advice for writing, poster, etc - helpful software - widely usable code snippets - details of previous work - funding opportunities --- # Question: Version Control
--- #:x footnote A fantastic short and easy to follow step-by-step guide on how to set up scientific python code with version control is given in the [Good Research Code Handbook](https://goodresearch.dev/) by Patrick J Mineault. Also, AWI has its own [GitLab server](https://gitlab.awi.de). #:x git The article [What Is Version Control](https://www.earthdatascience.org/courses/intro-to-earth-data-science/git-github/version-control/) gives an overview of the broad concepts and the differences between git and github. And most importantly, how you yourself can use it. # Version Control If you code (or maybe just only write), you should use a version controlled back-up - [:git](#git) is the most popular way to do it - Online storage: [:Github, Gitlab, etc](#footnote)
--- # Question: Notes
--- #:x WikiInfo I think post-its and notebooks are self-explanatory, but "wiki" may need an explanation. I set up an [online wiki](https://ocean.miraheze.org/), which is hosted by Miraheze for free. It can be set to be private, or public and be accessible for everyone. The underlying structure and syntax is the same as Wikipedia. Outside paid note-taking programs, another good possibility is [Obsidian](https://obsidian.md/). Although very customizable, it is quite easy to start simple local notes that link to each other. The result can still be shared via Github. # How do I take notes? [:Extend for more detail on Wikis.](#WikiInfo)
--- # Question: Citation Manager
--- #:x add-ons I use currently - [Better Bibtex for Zotero](https://retorque.re/zotero-better-bibtex/) - [Folder Import for Zotero](https://github.com/retorquere/zotero-folder-import) - [ZotFile](https://zotfile.com/) # Zotero - Export .bib files, which can be linked to a project in Overleaf to update automatically - Zotero plugin in Microsoft Word for automatic citations - To help and shape your use-case, install [:add-ons](#add-ons)
--- # Conclusion and Appeal - Set your repositories to be public
(at least after you are done with them) - Write things down in such a way
that you and others could find them again - Tell others how to avoid the problems you encountered --- # Slides & Source Code Repository: [opinner.github.io](https://github.com/opinner/opinner.github.io)