-
Notifications
You must be signed in to change notification settings - Fork 10
/
index.html
executable file
·70 lines (59 loc) · 3.84 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
---
layout: home
category: home
---
{% include header.html %}
<div class="intro">
<h1>The Carpentries at the<br>University of Michigan</h1>
</div>
<div class="blurb">
<div class="container-fluid">
<div class="row vcenter">
<div class="col-md-4">
<img class="img-responsive" src="assets/img/workshop_arthur.jpg" alt="Arthur teaching a workshop"/>
</div>
<div class="col-md-8">
<p><a href="https://carpentries.org">The Carpentries</a> is an international organization that offers two-day workshops that emphasize using best practices for engaging in reproducible data analysis. A typical workshop will introduce learners to the command line, version control, computer programming, and data hygeine. Our <a href="https://software-carpentry.org">Software Carpentry</a> and <a href="https://datacarpentry.org">Data Carpentry</a> workshops following curricula that are developed collaboratively and using the latest research into best practices for teaching computer science content. All of our workshops are offered for free to learners. We strive to foster a growth mindset in learners by hosting an inclusive learning environment with instructors who are representative of our learners.</p>
<p>If you are interested in learning more about taking one of our upcoming workshops or would like to learn how to host a workshop for your department or program, feel free to <a href="mailto:{{ site.email }}">contact us</a> with any questions. If you have already participated in a workshop or are interested in helping to teach a workshop, please let us know by <a href="https://forms.gle/pwvyUDmPyChtdneg8">completing a brief survey</a>.</p>
</div>
</div>
</div>
</div>
<div class="button-row">
<div class="container-fluid">
<div class="row">
<div class="col-md-4">
<a href="workshops">
<img src="assets/img/missing.jpg" alt="Workshops" class="img-responsive img-circle pic">
<span class="caption">Workshops</span>
</a>
</div>
<div class="col-md-4">
<a href="instructors">
<img src="assets/img/missing.jpg" alt="instructors" class="img-responsive img-circle pic">
<div class="caption">Instructors</div>
</a>
</div>
<div class="col-md-4">
<a href="news">
<img src="assets/img/missing.jpg" alt="News" class="img-responsive img-circle pic">
<div class="caption">News</div>
</a>
</div>
</div>
</div>
</div>
<div class="blurb">
<div class="container-fluid">
<div class="row vcenter">
<div class="col-md-8">
<h3>Join Us!</h3>
<p>We are a group of students, postdoc, staff, and faculty who are committed to building a community of excellence at the University of Michigan around the area of reproducible data analysis. As a Carpentries Partner Organization, we use two day Software Carpentry and Data Carpentry workshops to help members of the University of Michigan community to grow in their computer programming skills. From these workshops we seek to build a community of excellence by training people to become workshop helpers and instructors. Also, we continue to engage learners by offering specialty workshops that go deeper into content or explore topics not covered by the typical Carpentries workshops.</p>
<p>Join our <a href=https://mcommunity.umich.edu/#group:Software%20Carpentry%20Updates>MCommunity updates listserv</a> and <a href=https://um-med-carpentry.slack.com/>Slack Workspace</a> to get updates about upcoming workshops and other opportunities. If you're interested in getting involved in organizing, helping, or teaching workshops, join <a href=https://mcommunity.umich.edu/#group:UM%20Software%20Carpentry>this listserv</a> to be notified of our monthly planning meetings.</p>
</div>
<div class="col-md-4">
<img class="img-responsive" src="assets/img/workshop_arthur.jpg" alt="Arthur teaching a workshop"/>
</div>
</div>
</div>
</div>