Skip to content

Commit c91aa61

Browse files
committed
html export
1 parent d1ca6be commit c91aa61

File tree

5 files changed

+32
-28
lines changed

5 files changed

+32
-28
lines changed

content_development/00mooc_mod5_Part1.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ <h3><strong>Specific learning objectives for this Module</strong>:</h3>
4747
<div id="what-is-open-source-software" class="section level2">
4848
<h2>What is Open Source Software <a name="What_OSS"></a></h2>
4949
<p>Virtually all modern scientific research workflows rely on a range of software tools, either operating on different datasets, with different parameters, and applied iteratively in various ways (data science) or operating on different inputs and using models and methods to predict some output state (computational science). Open Source Software (OSS) is computer software in which the full source code is available under a specific license that enables other users to access, view, modify, and redistribute that code for any purpose. Because OSS requires such a license, it typically remains free of charge by default. This explicit licensing is also what differentiates OSS from free software. Re-using OSS for analysis, simulation and visualisation for research is also typically easier and more flexible compared to proprietary software. Often, whether we know it or not, we are already using OSS as part of our own research workflows.</p>
50-
<p>OSS fits into the broader scheme of Open Science as it helps to make the full research environment, including the software that produced the research results, fully accessible and re-usable. As such, it forms a necessary component for the best practices (<a href="https://github.com/OpenScienceMOOC/Module-5-Open-Research-Software-and-Open-Source/blob/master/Reading%20Material_Open%20Source%20and%20Open%20Research%20Software/Jim%C3%A9nez%20et%20al.%2C%202018.pdf">Jiménez et al., 2018</a>) and repeatability and reproducibility of research (both personally and by others), along with other components, such as sharing data (<a href="https://github.com/OpenScienceMOOC/Module-5-Open-Research-Software-and-Open-Source/blob/master/Reading%20Material_Open%20Source%20and%20Open%20Research%20Software/Stodden%2C%202010.pdf">Stodden, 2010</a>).</p>
51-
<p>In some cases, sharing of source code can even be conditional for the acceptance of associated research manuscripts (<a href="https://github.com/OpenScienceMOOC/Module-5-Open-Research-Software-and-Open-Source/blob/master/Reading%20Material_Open%20Source%20and%20Open%20Research%20Software/Shamir%20et%20al.%2C%202013.pdf">Shamir et al., 2013</a>). It is also generally perceived to increase research impact (<a href="https://github.com/OpenScienceMOOC/Module-5-Open-Research-Software-and-Open-Source/blob/master/Reading%20Material_Open%20Source%20and%20Open%20Research%20Software/Vandewalle%2C%202012.pdf">Vandwalle, 2012</a>).</p>
50+
<p>OSS fits into the broader scheme of Open Science as it helps to make the full research environment, including the software that produced the research results, fully accessible and re-usable. As such, it forms a necessary component for the best practices (<a href="https://github.com/OpenScienceMOOC/Module-5-Open-Research-Software-and-Open-Source/blob/master/Reading_Material_OSS/Jim%C3%A9nez%20et%20al.%2C%202018.pdf">Jiménez et al., 2018</a>) and repeatability and reproducibility of research (both personally and by others), along with other components, such as sharing data (<a href="https://github.com/OpenScienceMOOC/Module-5-Open-Research-Software-and-Open-Source/blob/master/Reading_Material_OSS/Stodden%2C%202010.pdf">Stodden, 2010</a>).</p>
51+
<p>In some cases, sharing of source code can even be conditional for the acceptance of associated research manuscripts (<a href="https://github.com/OpenScienceMOOC/Module-5-Open-Research-Software-and-Open-Source/blob/master/Reading_Material_OSS/Shamir%20et%20al.%2C%202013.pdf">Shamir et al., 2013</a>). It is also generally perceived to increase research impact (<a href="https://github.com/OpenScienceMOOC/Module-5-Open-Research-Software-and-Open-Source/blob/master/Reading_Material_OSS/Vandewalle%2C%202012.pdf">Vandwalle, 2012</a>).</p>
5252
<p>Some of common advantages for developers include:</p>
5353
<ul>
5454
<li><p>Increased developer loyalty and empowerment;</p></li>
@@ -60,7 +60,7 @@ <h2>What is Open Source Software <a name="What_OSS"></a></h2>
6060
<li><p>Increased reliability and independence; and</p></li>
6161
<li><p>Based on open standards available to everyone.</p></li>
6262
</ul>
63-
<p>As such, the main advantages for researchers (users) include <strong>lower costs</strong>, <strong>increased transparency</strong>, <strong>increased security and stability</strong>, <strong>no vendor ‘lock in’ with increased user control</strong>, and <strong>overall higher quality</strong>. Furthermore, sharing OSS allows researchers to receive credit for their efforts, for example through direct software citation (<a href="https://github.com/OpenScienceMOOC/Module-5-Open-Research-Software-and-Open-Source/blob/master/Reading%20Material_Open%20Source%20and%20Open%20Research%20Software/Smith%20et%20al.%2C%202016.pdf">Smith et al., 2016</a>).</p>
63+
<p>As such, the main advantages for researchers (users) include <strong>lower costs</strong>, <strong>increased transparency</strong>, <strong>increased security and stability</strong>, <strong>no vendor ‘lock in’ with increased user control</strong>, and <strong>overall higher quality</strong>. Furthermore, sharing OSS allows researchers to receive credit for their efforts, for example through direct software citation (<a href="https://github.com/OpenScienceMOOC/Module-5-Open-Research-Software-and-Open-Source/blob/master/Reading_Material_OSS/Smith%20et%20al.%2C%202016.pdf">Smith et al., 2016</a>).</p>
6464
<p>Commonly used OSS include the <a href="https://www.mozilla.org/en-US/firefox/">Mozilla Firefox</a> internet browser and the <a href="https://www.libreoffice.org/">LibreOffice</a> full office suite. LibreOffice is similar to the popular Microsoft Office, including a word processor, spreadsheet manager, and slide presentation software, but is completely free and Open Source.</p>
6565
<p>Some regard the OSS movement to represent a counter-movement to neoliberalism and privatisation, through defiance of regulations and norms in the construction and re-use of information, and a potential transformation of modern-day capitalism through making software abundantly available with minimal effort. See <a href="https://doi.org/10.15448/1984-7289.2009.1.5569">The free/open source software movement: Resistance or change?</a> by Panayiota Georgopoulou for more on this topic.</p>
6666
<p><br /></p>
@@ -122,7 +122,7 @@ <h3>For individual projects</h3>
122122
</div>
123123
<div id="existing-platforms-and-tools-for-open-source-software" class="section level2">
124124
<h2>Existing platforms and tools for Open Source Software <a name="Platforms"></a></h2>
125-
<p>Virtual environments and machines are becoming increasingly popular as high-powered research workflow enablers, and many of these are built upon OSS (e.g., operating systems, programming languages, and data processing frameworks). Popular services include <a href="https://cloud.google.com/compute/">Google Cloud</a> and <a href="https://aws.amazon.com/">Amazon Web Services</a>, which also assist with database storage and content delivery, as well as computational power. <a href="https://insidedna.me/">InsideDNA</a> is a computing platform for reproducible research in bioinformatics, genomics and the life sciences.</p>
125+
<p>Virtual environments and machines are becoming increasingly popular as high-powered research workflow enablers, and many of these are built upon OSS (e.g., operating systems, programming languages, and data processing frameworks). Popular services include <a href="https://cloud.google.com/compute/">Google Cloud</a> and <a href="https://aws.amazon.com/">Amazon Web Services</a>, which also assist with database storage and content delivery, as well as computational power. InsideDNA (link dead.) is a computing platform for reproducible research in bioinformatics, genomics and the life sciences.</p>
126126
<p>As mentioned <a href="#What_OSS">above</a>, LibreOffice provides an Open Source alternative to Microsoft Office. The two are almost completely compatible, just with different default file formats. For citation managers, <a href="https://www.zotero.org/">Zotero</a> is the most popular Open Source alternative to proprietary platforms such as Mendeley or EndNote.</p>
127127
<p><a href="https://www.zotero.org/">Zotero</a> uses the BibTeX (pronounced ‘bib-tech’) format, based on LaTeX (pronounced ‘lay-tech’), and has browser plugins to make citation management simple. By integrating this with other software such as LibreOffice, it is now possible to have a fully Open Source research workflow in many cases.</p>
128128
<div id="github" class="section level3">

content_development/00mooc_mod5_Part2.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,14 +95,14 @@ <h2>Making good software for re-use <a name="Reuse"></a></h2>
9595
<blockquote>
9696
<p><strong>Did you know…</strong> The term <code>README</code> is some times playfully ascribed to the famous scene in Lewis Carroll’s Alice’s Adventures In Wonderland in which Alice confronts magic munchies labeled with “Eat Me”&quot; and “Drink Me”. Potent.</p>
9797
</blockquote>
98-
<p>The purpose here is to provide sufficient information to maximise the re-use and reproducibility of the computational environment, such that someone with no experience with the project can easily access and re-use the software (<a href="https://github.com/OpenScienceMOOC/Module-5-Open-Research-Software-and-Open-Source/blob/master/Reading%20Material_Open%20Source%20and%20Open%20Research%20Software/Sandve%20et%20al.%2C%202013.PDF">Sandve et al., 2013</a>). By lowering the barriers to entry, you increase the chances of others being able to re-use your work, which is one of the ultimate goals of OSS (<a href="https://github.com/OpenScienceMOOC/Module-5-Open-Research-Software-and-Open-Source/blob/master/Reading%20Material_Open%20Source%20and%20Open%20Research%20Software/Ince%20et%20al.%2C%202012.pdf">Ince et al., 2012</a>).</p>
99-
<p>An extension of this that can help to make things even easier for future re-use is ‘container’ technology. Containers are like an ecosystem frozen in time, where the code, the data, any other dependencies, are all perfectly preserved, packaged and saved in the present functioning versions. This means that anyone in the future any one can come in and run the analyses again. As such, they are generally good for re-use, but this can come at the sacrifice of modification or understanding by others, as often a lot of details can be hidden within the source code and its dependencies. Common examples of container implementation in research include <a href="https://github.com/OpenScienceMOOC/Module-5-Open-Research-Software-and-Open-Source/blob/master/Reading%20Material_Open%20Source%20and%20Open%20Research%20Software/Boettiger%20and%20Eddelbuettel%2C%202017.pdf">Rocker</a> (a Docker container for the R language), <a href="https://mybinder.readthedocs.io/en/latest/">Binder</a>, and <a href="https://codeocean.com/">Code Ocean</a>.</p>
98+
<p>The purpose here is to provide sufficient information to maximise the re-use and reproducibility of the computational environment, such that someone with no experience with the project can easily access and re-use the software (<a href="https://github.com/OpenScienceMOOC/Module-5-Open-Research-Software-and-Open-Source/blob/master/Reading_Material_OSS/Sandve%20et%20al.%2C%202013.PDF">Sandve et al., 2013</a>). By lowering the barriers to entry, you increase the chances of others being able to re-use your work, which is one of the ultimate goals of OSS (<a href="https://github.com/OpenScienceMOOC/Module-5-Open-Research-Software-and-Open-Source/blob/master/Reading_Material_OSS/Ince%20et%20al.%2C%202012.pdf">Ince et al., 2012</a>).</p>
99+
<p>An extension of this that can help to make things even easier for future re-use is ‘container’ technology. Containers are like an ecosystem frozen in time, where the code, the data, any other dependencies, are all perfectly preserved, packaged and saved in the present functioning versions. This means that anyone in the future any one can come in and run the analyses again. As such, they are generally good for re-use, but this can come at the sacrifice of modification or understanding by others, as often a lot of details can be hidden within the source code and its dependencies. Common examples of container implementation in research include <a href="https://github.com/OpenScienceMOOC/Module-5-Open-Research-Software-and-Open-Source/blob/master/Reading_Material_OSS/Boettiger%20and%20Eddelbuettel%2C%202017.pdf">Rocker</a> (a Docker container for the R language), <a href="https://mybinder.readthedocs.io/en/latest/">Binder</a>, and <a href="https://codeocean.com/">Code Ocean</a>.</p>
100100
<p><strong>Sustainable software is good software.</strong></p>
101101
<p><br /></p>
102102
</div>
103103
<div id="simple-rules-for-reproducible-computational-research" class="section level2">
104104
<h2>10 simple rules for reproducible computational research</h2>
105-
<p>The 10 simple rules for making computational research more reproducible, based on <a href="https://github.com/OpenScienceMOOC/Module-5-Open-Research-Software-and-Open-Source/blob/master/Reading%20Material_Open%20Source%20and%20Open%20Research%20Software/Sandve%20et%20al.%2C%202013.PDF">Sandve et al., (2013)</a>, are:</p>
105+
<p>The 10 simple rules for making computational research more reproducible, based on <a href="https://github.com/OpenScienceMOOC/Module-5-Open-Research-Software-and-Open-Source/blob/master/Reading_Material_OSS/Sandve%20et%20al.%2C%202013.PDF">Sandve et al., (2013)</a>, are:</p>
106106
<ol style="list-style-type: decimal">
107107
<li>For every result, keep track of how it was produced.</li>
108108
<li>Avoid manual data manipulation steps.</li>
@@ -148,14 +148,14 @@ <h2>Open Source licensing <a name="Licensing"></a></h2>
148148
<div id="software-citation" class="section level2">
149149
<h2>Software citation <a name="Citation"></a></h2>
150150
<p>Citations provide one of the most important interactions in scholarly research, forming the basis of our referencing and metrics systems. Typically, this is performed thanks to the assistance of a permanent unique identifier such as a <a href="https://en.wikipedia.org/wiki/Digital_object_identifier">Digital Object Identifiers</a> (DOI). A DOI is a persistent identifier, implemented in the <a href="https://en.wikipedia.org/wiki/Handle_System">Handle System</a>, that meets a common standard, depending on the purpose, such as for identifying academic information. Such identification is critical for tracking the genealogy and provenance of research, for reproducibility, as well as for giving appropriate credit to those who have created the software. Importantly, software should be considered a legitimate output from scholarly research, and citation is becoming an increasingly common way to indicate that.</p>
151-
<p>In 2016, <a href="https://github.com/OpenScienceMOOC/Module-5-Open-Research-Software-and-Open-Source/blob/master/Reading%20Material_Open%20Source%20and%20Open%20Research%20Software/Smith%20et%20al.%2C%202016.pdf">Smith et al., 2016</a> wrote a research paper about the principles of software citation as part of the FORCE11 Software Citation Working Group. In the same way that you would want to cite software that you have used as part of good research practices, it is important to make your research easily citable too. When citing any software used for your own research, you should include at minimum:</p>
151+
<p>In 2016, <a href="https://github.com/OpenScienceMOOC/Module-5-Open-Research-Software-and-Open-Source/blob/master/Reading_Material_OSS/Smith%20et%20al.%2C%202016.pdf">Smith et al., 2016</a> wrote a research paper about the principles of software citation as part of the FORCE11 Software Citation Working Group. In the same way that you would want to cite software that you have used as part of good research practices, it is important to make your research easily citable too. When citing any software used for your own research, you should include at minimum:</p>
152152
<ul>
153153
<li>The author name(s),</li>
154154
<li>Software title,</li>
155155
<li>Version number, and</li>
156156
<li>The unique identifier/locator (DOI or URL).</li>
157157
</ul>
158-
<p>The six principles of software citation by <a href="https://github.com/OpenScienceMOOC/Module-5-Open-Research-Software-and-Open-Source/blob/master/Reading%20Material_Open%20Source%20and%20Open%20Research%20Software/Smith%20et%20al.%2C%202016.pdf">Smith et al., (2016)</a> are provided here:</p>
158+
<p>The six principles of software citation by <a href="https://github.com/OpenScienceMOOC/Module-5-Open-Research-Software-and-Open-Source/blob/master/Reading_Material_OSS/Smith%20et%20al.%2C%202016.pdf">Smith et al., (2016)</a> are provided here:</p>
159159
<ul>
160160
<li><p><strong>Importance</strong>: Software should be considered a legitimate and citable product of research. Software citations should be accorded the same importance in the scholarly record as citations of other research products, such as publications and data; they should be included in the metadata of the citing work, for example in the reference list of a journal article, and should not be omitted or separated. Software should be cited on the same basis as any other research product such as a paper or a book, that is, authors should cite the appropriate set of software products just as they cite the appropriate set of papers.</p></li>
161161
<li><p><strong>Credit and attribution</strong>: Software citations should facilitate giving scholarly credit and normative, legal attribution to all contributors to the software, recognizing that a single style or mechanism of attribution may not be applicable to all software.</p></li>

content_development/00mooc_mod5_Part3.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ <h2>Table of Contents</h2>
1313
<div id="collaborating-and-contributing-through-open-source" class="section level2">
1414
<h2>Collaborating and contributing through Open Source <a name="Collaborating"></a></h2>
1515
<p>Often, OSS is developed in a public, decentralised, collaborative manner between multiple contributors. The purpose of this is to enhance the diversity and scope of a project and its design, in order to become more beneficial and sustainable. Such an approach was famously likened to a ‘bazaar’ model by Eric Raymond, an early OSS proponent. One of the major guiding principles of this is that of <strong>peer production</strong>, which relies on self-organised communities to regulate the development of content, co-ordinated towards a shared goal or outcome.</p>
16-
<p>OSS projects rely heavily on volunteer collaboration, which often entails a constant flux of newcomers in order to become productive and sustainable (<a href="https://github.com/OpenScienceMOOC/Module-5-Open-Research-Software-and-Open-Source/blob/master/Reading%20Material_Open%20Source%20and%20Open%20Research%20Software/Steinmacher%20et%20al.%2C%202014.pdf">Steinmacher et al., 2014</a>). Creating the right social atmosphere for a project, and a welcoming engagement environment, are often critical to successful collaboraitons in OSS.</p>
16+
<p>OSS projects rely heavily on volunteer collaboration, which often entails a constant flux of newcomers in order to become productive and sustainable (<a href="https://github.com/OpenScienceMOOC/Module-5-Open-Research-Software-and-Open-Source/blob/master/Reading_Material_OSS/Steinmacher%20et%20al.%2C%202014.pdf">Steinmacher et al., 2014</a>). Creating the right social atmosphere for a project, and a welcoming engagement environment, are often critical to successful collaboraitons in OSS.</p>
1717
<p><br /></p>
1818
</div>
1919
<div id="where-to-go-from-here" class="section level2">

0 commit comments

Comments
 (0)