This repository has been archived by the owner on Apr 19, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 80
/
Copy pathindex.html
195 lines (191 loc) · 11.9 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
<!DOCTYPE html>
<html>
<head>
<title>Friendly Github Workshop</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href='https://fonts.googleapis.com/css?family=Fira+Sans:400,400italic,500,500italic,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="icon" type="image/ico" href="https://mozillascience.org/img/favicon.ico">
<script src="https://code.jquery.com/jquery-2.1.4.min.js" type="text/javascript" charset="utf-8"></script>
<script src="assets/javascript/script.js" type="text/javascript" charset="utf-8"></script>
</head>
<body>
<aside>
<div class="image">
<img src="assets/images/science-fox.svg">
</div>
<nav>
<a class="selected" href="#schedule">Schedule</a>
<a href="#guides">Guides</a>
<a href="#notes">Notes</a>
<a href="#help">Help</a>
<a href="#survey">Survey</a>
</nav>
</aside>
<article>
<div class="logo">
<a href="https://mozillascience.org" title="Mozilla Science Lab">
<img src="assets/images/science-lab-logo.svg" />
</a>
</div>
<h1>A Friendly Github Intro Workshop</h1>
<small>Prepared for UBC, Vancouver, March 2016</small>
<div class="meta-information">
<p class="summary">
This is a friendly introduction to Github – a free and open source platform that can help you build projects that are collaborative, well documented, and version-controlled. In this workshop we will introduce you to the Github ecosystem and help you get you comfortable navigating basic Github workflows. We will make sure that you leave the workshop aware of the best practices for developing projects on Github (e.g. writing a good “readme” or posting and labeling issues) and an understanding of how Github can help make your projects more readable and accessible. This workshop is developed for anyone looking for a solution to making projects – whether it be your research on arctic glaciers, the materials for an undergraduate course, your PHD thesis, or even a cookbook – more manageable. This workshop is geared towards all skill levels, but first-time and novice users are encouraged and prioritized.
</p>
</div>
<div class="image">
<img src="http://i.imgur.com/CfugmWx.png" alt="mozwow" height="90" width="770">
</div>
<h2 id="schedule">Schedule</h2>
<p>
The schedule can be found in the workshop repository <a href="https://github.com/joeyklee/friendly-github-intro/blob/master/schedule.md" target="_blank">here</a>.
</p>
<!-- Links to talks -->
<h3>Presentation</h3>
<p>
The link(s) to the presentation(s) can be found below.
</p>
<ol>
<li><strong><a href="https://docs.google.com/presentation/d/19gDFwHoxVtgdnedt4HUQVdXO8ECr_oc5-k0X6RMoT78/edit?usp=sharing" target="blank">Hello & Welcome</a></strong> - Short intro to who we are.</li>
<li><strong><a href="https://docs.google.com/presentation/d/1Tfa3zSGAxDPBkLwC5DByGIsyJJIIvTi-vaxuY6oQtFY/edit?usp=sharing" target="blank">What, Why, and Welcome to Github</a></strong> - In this short presentation, we'll get a brief intro to what GitHub is and some handy terms which well help get you speaking the language of Git/Github. We also show some common use cases for how and why GitHub might make working on and collaborating on projects more manageable.</li>
<li><strong><a href="https://docs.google.com/presentation/d/1TkOLnznhfo_2sB4YnStyK8_Lo9WTgDt6xoRcMkyuJdY/edit?usp=sharing" target="blank">Getting started with GitHub - your first project!</a></strong> - Here we'll make our first GitHub project and learn how to use and navigate the GitHub ecosystem.</li>
<li><strong><a href="https://docs.google.com/presentation/d/1v-gIFtZhyXEIfsUbizvGc_X8UqeQJ8IlBtdRYeDnkbA/edit?usp=sharing" target="blank">Working collaboratively With GitHub</a></strong> - In the previous talk, we saw how individually you might work on projects, this talk will show you two pathways for collaborating on GitHub.</li>
<li><strong><a href="https://docs.google.com/presentation/d/1VLWVrc7RFrqno71gh5qc4kyw_RhT1PKBZo8ZIuEglgY/edit?usp=sharing" target="blank">GitHub Repo Essentials</a></strong> - Here we go through the essential components of a Github Repository. We talk specifically about: readme's, how people can contribute to your project, the code of conduct for your project/community, and licensing your project.</li>
</ol>
<h2 id="guides">Guides</h2>
<!-- Links to handouts -->
<h3>Sessions</h3>
<p>
Guides will provide participants with post-presentation exercises to complete during work sessions.
</p>
<ol>
<li><a href="http://joeyklee.github.io/friendly-github-intro/guides/github-essentials/" target="blank">GitHub Essentials</a>: Getting Started with Github - in this exercise, you will work through the basic GitHub worflow using GitHub Online and GitHub Desktop.</li>
<li><a href="http://joeyklee.github.io/friendly-github-intro/github-collaboration-party/" target="blank">GitHub for Collaboration</a>: Get your collab on with these collaborative GitHub workflows!</li>
</ol>
<h2 id="notes">Notes</h2>
<p>
We have a living <a href="https://public.etherpad-mozilla.org/p/2016-02-08-friendly-github-intro">etherpad</a> where we will be collecting any questions from participants and answering either on a rolling basis or after the workshop. Hop on the pad if you've got questions, comments, or want to help answer any if the questions.
</p>
<h2 id="help">Help</h2>
<ol class="steps">
<!-- Step 1 -->
<li>
<h1>Getting Help</h1>
<p>
Here we'll hopefully answer questions you might have.
</p>
<ul>
<li>
<h2>Where is it being held?</h2>
<ul>
<li>Irving K Barber Learning Centre, Lillooet Room 301, UBC, Vancouver</li>
</ul>
</li>
<li>
<h2>What is the WIFI code?</h2>
<ul>
<li>For UBC Affiliates:
<ul>
<li>UBC_SECURE</li>
<li>YOURCWLPASSWORD</li>
</ul>
</li>
<li>For non-UBC folks:
<ul>
<li>UBC_GUEST</li>
<li>no password</li>
</ul>
</li>
</ul>
</li>
<li>
<h2>Where can I find the Science Lab Code of Conduct?</h2>
<p>
You can find it <a href="https://www.mozillascience.org/code-of-conduct">here</a>. We'd love for feedback on how it could be improved. Stay tuned for the Code of Conduct session at WOW (see above).
</p>
</li>
<li>
<h2>Who can I approach if I have any problems or issues to report that violate our Code of Conduct?</h2>
<p>
In coordination with our Code of Conduct, we have two appointed members of our "safety team" responsible for maintaining the ethos of that code throughout the event, and providing help or resources to anyone who might require it. Reach out to the following people if you have questions, issues, or concerns that you wish to express.
</p>
<ul>
<li><strong>Kaitlin Thaney</strong> - <a href="https://twitter.com/kaythaney">@kaythaney</a>, [email protected]</li>
<li><strong>Joey K. Lee</strong> - <a href="https://twitter.com/leejoeyk">@leejoeyk</a>, [email protected] </li>
</ul>
</li>
</ul>
</li>
<!-- Step 2 -->
<li>
<h1>Finding Resources</h1>
<p>
Here we'll list some persistent resources that you might use throughout the workshop.
</p>
<ul>
<li>
<h2>Friengly Github Workshop Repository</h2>
<p><a href="https://github.com/joeyklee/friendly-github-intro">https://github.com/joeyklee/friendly-github-intro</a></p>
</li>
<li>
<h2>The Working Open Workshop Repository, Berlin 2016</h2>
<p><a href="http://mozillascience.github.io/working-open-workshop/index.html">http://mozillascience.github.io/working-open-workshop/index.html</a></p>
</li>
<li>
<h2>Markdown Cheatsheet</h2>
<p><a href=" https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet"> https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet</a></p>
</li>
<li>
<h2>Example Project: Cookie Recipe</h2>
<p><a href="https://github.com/joeyklee/friendly-github-intro/tree/master/examples/chocolate-chip-cookies">https://github.com/joeyklee/friendly-github-intro/tree/master/examples/chocolate-chip-cookies</a></p>
</li>
<li>
<h2>Example Project: A Simple Interactive Map Using R</h2>
<p><a href="https://github.com/joeyklee/friendly-github-intro/tree/gh-pages/examples/interactive-r-map">https://github.com/joeyklee/friendly-github-intro/tree/gh-pages/examples/interactive-r-map</a></p>
</li>
<li>
<h2>Example Project: A Portfolio Template</h2>
<p><a href="https://github.com/joeyklee/friendly-github-intro/tree/master/examples/portfolio-template">https://github.com/joeyklee/friendly-github-intro/tree/master/examples/portfolio-template</a></p>
</li>
<li>
<h2>Mozilla Science Lab</h2>
<p><a href="https://mozillascience.org/about">https://mozillascience.org/about</a></p>
</li>
</ul>
</ol>
<!-- <h2 id="glossary">Glossary</h2>
<section class="glossary">
<section class="term">
<h3>Open Science</h3>
<p>
...
</p>
</section>
<section class="term">
<h3>Open Access</h3>
<p>
...
</p>
</section>
</section> -->
<h2 id="survey">Surveys</h2>
<ul>
<li>
<h3>Pre Workshop Survey</h3>
<p><a href="http://goo.gl/forms/pd9a356ZkJ">Please fill out this survey so we can have a baseline understanding of who you are and how we can tailor the workshop to your interests.</a></p>
</li>
<li>
<h3>Post Workshop Survey</h3>
<p><a href="http://goo.gl/forms/sBllBslPwx">Please fill out this survey so we can help make this workshop better!</a></p>
</li>
</ul>
</br>
</li>
</ol>
</article>
</body>
</html>