Skip to content

Commit 3ecce1d

Browse files
author
protohedgehog
committed
Updated md files to use html for figures
1 parent 5642a2a commit 3ecce1d

File tree

6 files changed

+34
-52
lines changed

6 files changed

+34
-52
lines changed

content_development/MAIN.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"\n",
3434
"Software and technology underpin modern science, which is now almost inevitably computational to varying degrees. There is an ever-increasing demand for more sophisticated Open Source Software, matched by an increasing willingness for researchers to openly collaborate on new tools. The power of Open Source is in that it lowers the barriers to collaboration and adoption, therefore allowing ideas and technology to spread more rapidly. This Module will introduce the necessary tools required for transforming software into something that can be openly accessed and re-used by others.\n",
3535
"\n",
36-
"<img src=\"https://github.com/OpenScienceMOOC/Module-5-Open-Research-Software-and-Open-Source/blob/master/content_development/images/open_research_software_open_source.png\" width=\"800\" />\n",
36+
"<img src=\"https://github.com/OpenScienceMOOC/Module-5-Open-Research-Software-and-Open-Source/blob/master/content_development/images/open_research_software_open_source.png?raw=true\" width=\"800\" />\n",
3737
"\n",
3838
"<p align=\"center\"><i>Image by Patrick Hochstenbach (CC0 1.0 Universal) ([source](https://www.fosteropenscience.eu/trainers-materials))</i></p>\n",
3939
"\n",

content_development/MAIN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Software and technology underpin modern science, which is now almost inevitably
2929

3030
<img src="https://github.com/OpenScienceMOOC/Module-5-Open-Research-Software-and-Open-Source/blob/master/content_development/images/open_research_software_open_source.png" width="800" />
3131

32-
<p align="center"><i>Image by Patrick Hochstenbach (CC0 1.0 Universal) ([source](https://www.fosteropenscience.eu/trainers-materials))</i></p>
32+
<p align="center"><i>Image by Patrick Hochstenbach (CC0 1.0 Universal)</i></p>
3333

3434
<br/>
3535

content_development/Task_1.ipynb

Lines changed: 9 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"\n",
5252
"To set up a GitHub profile, simply head to the main page and click [Sign Up for GitHub](https://github.com/join). Here, you can create your personal account, with a username, email, and password as standard.\n",
5353
"\n",
54-
"![Sign up for GitHub](https://github.com/OpenScienceMOOC/Module-5-Open-Research-Software-and-Open-Source/blob/master/content_development/images/github_signup.png)\n",
54+
"<p align=\"center\"><img src=\"https://github.com/OpenScienceMOOC/Module-5-Open-Research-Software-and-Open-Source/blob/master/content_development/images/github_signup.png\" width=\"800\" /></p>\n",
5555
"\n",
5656
"<p align=\"center\"><i>Sign up for GitHub</i></p>\n",
5757
"\n",
@@ -98,7 +98,7 @@
9898
"\n",
9999
"On your GitHub profile, click the 'Create new repository'. The first step is to create a name as the brand for your project. Ideally, it should be memorable and give some indication of what the project does.\n",
100100
"\n",
101-
"![Create a new repository](https://github.com/OpenScienceMOOC/Module-5-Open-Research-Software-and-Open-Source/blob/master/content_development/images/new_repo.png)\n",
101+
"<p align=\"center\"><img src=\"https://github.com/OpenScienceMOOC/Module-5-Open-Research-Software-and-Open-Source/blob/master/content_development/images/new_repo.png\" width=\"800\" /></p>\n",
102102
"\n",
103103
"<p align=\"center\"><i>Create a new repository</i></p>\n",
104104
"\n",
@@ -128,7 +128,7 @@
128128
"3. CONTRIBUTING.md\n",
129129
"4. CODE_OF_CONDUCT.md\n",
130130
"\n",
131-
"![The basic repository structure](https://github.com/OpenScienceMOOC/Module-5-Open-Research-Software-and-Open-Source/blob/master/content_development/images/foundation.png)\n",
131+
"<p align=\"center\"><img src=\"https://github.com/OpenScienceMOOC/Module-5-Open-Research-Software-and-Open-Source/blob/master/content_development/images/foundation.png\" width=\"800\" /></p>\n",
132132
"\n",
133133
"<p align=\"center\"><i>The basic repository structure</i></p>\n",
134134
"\n",
@@ -148,7 +148,7 @@
148148
"\n",
149149
"Thankfully, when you start a new repository on GitHub, you are given the option to select an existing license from a drop-down menu. You should always (with very few exceptions) use an existing license, since this is what potential users and contributors will see before they choose to use or contribute to your software.\n",
150150
"\n",
151-
"![Choosing a license](https://github.com/OpenScienceMOOC/Module-5-Open-Research-Software-and-Open-Source/blob/master/content_development/images/license.png)\n",
151+
"<p align=\"center\"><img src=\"https://github.com/OpenScienceMOOC/Module-5-Open-Research-Software-and-Open-Source/blob/master/content_development/images/license.png\" width=\"800\" /></p>\n",
152152
"\n",
153153
"<p align=\"center\"><i>Choosing an example license</i></p>\n",
154154
"\n",
@@ -162,7 +162,7 @@
162162
"\n",
163163
"When you initialise your new repository, there should be an option to do so with a README file. Just like Alice in Wonderland, these do exactly what they say - provide key information about the project. These are typically the first thing outside contributors will see when they come to your repository, so making them informative and welcoming is key.\n",
164164
"\n",
165-
"![Part of the README file for this module](https://github.com/OpenScienceMOOC/Module-5-Open-Research-Software-and-Open-Source/blob/master/content_development/images/readme.png)\n",
165+
"<p align=\"center\"><img src=\"https://github.com/OpenScienceMOOC/Module-5-Open-Research-Software-and-Open-Source/blob/master/content_development/images/readme.png\" width=\"800\" /></p>\n",
166166
"\n",
167167
"<p align=\"center\"><i>Part of the README file for this module</i></p>\n",
168168
"\n",
@@ -193,7 +193,7 @@
193193
"\n",
194194
"Contributing guidelines are designed to communicate to potential contributors a short guide on how to engage with your project and community. You want to make sure to be welcoming, and indicate that you are eager for participants to engage with your project. Whenever a participant opens a new pull request or creates a new issue, they will see a link to your contribution file.\n",
195195
"\n",
196-
"![Part of the CONTRIBUTING file for this module](https://github.com/OpenScienceMOOC/Module-5-Open-Research-Software-and-Open-Source/blob/master/content_development/images/contributing.png)\n",
196+
"<p align=\"center\"><img src=\"https://github.com/OpenScienceMOOC/Module-5-Open-Research-Software-and-Open-Source/blob/master/content_development/images/contributing.png\" width=\"800\" /></p>\n",
197197
"\n",
198198
"<p align=\"center\"><i>Part of the CONTRIBUTING guidelines for this module</i></p>\n",
199199
"\n",
@@ -227,7 +227,7 @@
227227
"\n",
228228
"To add a code of conduct, you can create your own from scratch by adding a new markdown file, or use existing templates such as the [Contributor Covenant](https://contributor-covenant.org/). Name your file CODE_OF_CONDUCT.md, and make sure it is visible in the README file.\n",
229229
"\n",
230-
"![Part of the CODE OF CONDUCT file for this module, based on the Contributor Covenant](https://github.com/OpenScienceMOOC/Module-5-Open-Research-Software-and-Open-Source/blob/master/content_development/images/code_of_conduct.png)\n",
230+
"<p align=\"center\"><img src=\"https://github.com/OpenScienceMOOC/Module-5-Open-Research-Software-and-Open-Source/blob/master/content_development/images/code_of_conduct.png\" width=\"800\" /></p>\n",
231231
"\n",
232232
"<p align=\"center\"><i>Part of the CODE OF CONDUCT file for this module, based on the Contributor Covenant</i></p>\n",
233233
"\n",
@@ -259,7 +259,7 @@
259259
"* Assignees indicate who is responsible for working on an issue;\n",
260260
"* Comments for providing feedback.\n",
261261
"\n",
262-
"![The issue tracker for the Open Scholarship Strategy project](https://github.com/OpenScienceMOOC/Module-5-Open-Research-Software-and-Open-Source/blob/master/content_development/images/issues.png) [source](https://open-scholarship-strategy.github.io/site/)\n",
262+
"<p align=\"center\"><img src=\"https://github.com/OpenScienceMOOC/Module-5-Open-Research-Software-and-Open-Source/blob/master/content_development/images/issues.png\" width=\"800\" /></p>\n",
263263
"\n",
264264
"<p align=\"center\"><i>The issue tracker for the Open Scholarship Strategy project</i></p>\n",
265265
"\n",
@@ -297,25 +297,7 @@
297297
]
298298
}
299299
],
300-
"metadata": {
301-
"kernelspec": {
302-
"display_name": "Python 3",
303-
"language": "python",
304-
"name": "python3"
305-
},
306-
"language_info": {
307-
"codemirror_mode": {
308-
"name": "ipython",
309-
"version": 3
310-
},
311-
"file_extension": ".py",
312-
"mimetype": "text/x-python",
313-
"name": "python",
314-
"nbconvert_exporter": "python",
315-
"pygments_lexer": "ipython3",
316-
"version": "3.6.5"
317-
}
318-
},
300+
"metadata": {},
319301
"nbformat": 4,
320302
"nbformat_minor": 2
321303
}

content_development/Task_1.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ One of the most important things to consider at this early stage is to think abo
4545

4646
To set up a GitHub profile, simply head to the main page and click [Sign Up for GitHub](https://github.com/join). Here, you can create your personal account, with a username, email, and password as standard.
4747

48-
![Sign up for GitHub](https://github.com/OpenScienceMOOC/Module-5-Open-Research-Software-and-Open-Source/blob/master/content_development/images/github_signup.png)
48+
<p align="center"><img src="https://github.com/OpenScienceMOOC/Module-5-Open-Research-Software-and-Open-Source/blob/master/content_development/images/github_signup.png" width="800" /></p>
4949

5050
<p align="center"><i>Sign up for GitHub</i></p>
5151

@@ -92,7 +92,7 @@ If you are interested, most of these terms come from the underlying [Git system]
9292

9393
On your GitHub profile, click the 'Create new repository'. The first step is to create a name as the brand for your project. Ideally, it should be memorable and give some indication of what the project does.
9494

95-
![Create a new repository](https://github.com/OpenScienceMOOC/Module-5-Open-Research-Software-and-Open-Source/blob/master/content_development/images/new_repo.png)
95+
<p align="center"><img src="https://github.com/OpenScienceMOOC/Module-5-Open-Research-Software-and-Open-Source/blob/master/content_development/images/new_repo.png" width="800" /></p>
9696

9797
<p align="center"><i>Create a new repository</i></p>
9898

@@ -122,7 +122,7 @@ So you should end up with a foundational file selection like this:
122122
3. CONTRIBUTING.md
123123
4. CODE_OF_CONDUCT.md
124124

125-
![The basic repository structure](https://github.com/OpenScienceMOOC/Module-5-Open-Research-Software-and-Open-Source/blob/master/content_development/images/foundation.png)
125+
<p align="center"><img src="https://github.com/OpenScienceMOOC/Module-5-Open-Research-Software-and-Open-Source/blob/master/content_development/images/foundation.png" width="800" /></p>
126126

127127
<p align="center"><i>The basic repository structure</i></p>
128128

@@ -142,7 +142,7 @@ The three primary ones to choose from are:
142142

143143
Thankfully, when you start a new repository on GitHub, you are given the option to select an existing license from a drop-down menu. You should always (with very few exceptions) use an existing license, since this is what potential users and contributors will see before they choose to use or contribute to your software.
144144

145-
![Choosing a license](https://github.com/OpenScienceMOOC/Module-5-Open-Research-Software-and-Open-Source/blob/master/content_development/images/license.png)
145+
<p align="center"><img src="https://github.com/OpenScienceMOOC/Module-5-Open-Research-Software-and-Open-Source/blob/master/content_development/images/license.png" width="800" /></p>
146146

147147
<p align="center"><i>Choosing an example license</i></p>
148148

@@ -156,7 +156,7 @@ If they don't have one you want, you can add one you like manually. To do this,
156156

157157
When you initialise your new repository, there should be an option to do so with a README file. Just like Alice in Wonderland, these do exactly what they say - provide key information about the project. These are typically the first thing outside contributors will see when they come to your repository, so making them informative and welcoming is key.
158158

159-
![Part of the README file for this module](https://github.com/OpenScienceMOOC/Module-5-Open-Research-Software-and-Open-Source/blob/master/content_development/images/readme.png)
159+
<p align="center"><img src="https://github.com/OpenScienceMOOC/Module-5-Open-Research-Software-and-Open-Source/blob/master/content_development/images/readme.png" width="800" /></p>
160160

161161
<p align="center"><i>Part of the README file for this module</i></p>
162162

@@ -187,7 +187,7 @@ When the README file is included in the root directory, GitHub will automaticall
187187

188188
Contributing guidelines are designed to communicate to potential contributors a short guide on how to engage with your project and community. You want to make sure to be welcoming, and indicate that you are eager for participants to engage with your project. Whenever a participant opens a new pull request or creates a new issue, they will see a link to your contribution file.
189189

190-
![Part of the CONTRIBUTING file for this module](https://github.com/OpenScienceMOOC/Module-5-Open-Research-Software-and-Open-Source/blob/master/content_development/images/contributing.png)
190+
<p align="center"><img src="https://github.com/OpenScienceMOOC/Module-5-Open-Research-Software-and-Open-Source/blob/master/content_development/images/contributing.png" width="800" /></p>
191191

192192
<p align="center"><i>Part of the CONTRIBUTING guidelines for this module</i></p>
193193

@@ -221,7 +221,7 @@ A code of conduct not only provides expectations of behaviour, but also describe
221221
222222
To add a code of conduct, you can create your own from scratch by adding a new markdown file, or use existing templates such as the [Contributor Covenant](https://contributor-covenant.org/). Name your file CODE_OF_CONDUCT.md, and make sure it is visible in the README file.
223223

224-
![Part of the CODE OF CONDUCT file for this module, based on the Contributor Covenant](https://github.com/OpenScienceMOOC/Module-5-Open-Research-Software-and-Open-Source/blob/master/content_development/images/code_of_conduct.png)
224+
<p align="center"><img src="https://github.com/OpenScienceMOOC/Module-5-Open-Research-Software-and-Open-Source/blob/master/content_development/images/code_of_conduct.png" width="800" /></p>
225225

226226
<p align="center"><i>Part of the CODE OF CONDUCT file for this module, based on the Contributor Covenant</i></p>
227227

@@ -253,7 +253,7 @@ Key elements for issues include:
253253
* Assignees indicate who is responsible for working on an issue;
254254
* Comments for providing feedback.
255255

256-
![The issue tracker for the Open Scholarship Strategy project](https://github.com/OpenScienceMOOC/Module-5-Open-Research-Software-and-Open-Source/blob/master/content_development/images/issues.png) [source](https://open-scholarship-strategy.github.io/site/)
256+
<p align="center"><img src="https://github.com/OpenScienceMOOC/Module-5-Open-Research-Software-and-Open-Source/blob/master/content_development/images/issues.png" width="800" /></p>
257257

258258
<p align="center"><i>The issue tracker for the Open Scholarship Strategy project</i></p>
259259

0 commit comments

Comments
 (0)