The opposite of "open" isn't "closed".
The opposite of "open" is "broken".
— John Wilbanks
Free sharing of information might be the ideal in science, but publication practices sometimes make this difficult. Typically, journals don’t require authors to submit their code, and only some require the actual data used in a paper. Add to that the fact that many papers sit behind a paywall and all of a sudden the information doesn’t seem so open.
However, a growing number of scientists are making use of <b open access repositories </b to share every element of their publication, from the paper, to the code, to the data. Now, a truly open workflow might look something like this:
This open model accelerates discovery: the more open work is, the more widely it is cited and re-used. However, people who want to work this way need to make some decisions about what exactly “open” means and how to do it. You can find more on the different aspects of Open Science in this book.
This is one of the (many) reasons we teach version control. When used diligently, it answers the “how” question by acting as a shareable electronic lab notebook for computational work:
It is often a good idea to start out with a private repository for code and/or data that is a work in progress (e.g. your data is still being collected, your code is only half finished) to prevent the unintended use of your research. We covered the difference between public and private repositories in the previous github lesson
If you are unsure about how to begin with your Pawsey project, start with private repositories and you can always make a public fork later on. Don’t forget to chat to your supervisors about this too!
Anything that is hosted in a version control repository (data, code, papers, etc.) can be turned into a citable object.
Preprint servers like arXiv are now a popular way for researchers to share their papers freely with the academic community. In some cases these are even replacing traditional, subscription-based journals. If you’re at the stage of publishing a paper though, be sure to check the guidelines of the journal you want to submit to, and ask around in your discipline to find out whether there are any restrictions on when and how you submit to a preprint server.