Skip to content

Commit

Permalink
Update instructors, syllabus
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Kitzes committed Dec 9, 2015
1 parent f31200d commit 79721c5
Showing 1 changed file with 2 additions and 113 deletions.
115 changes: 2 additions & 113 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
humantime: 9:00 am - 5:00 pm # human-readable time (e.g., "9:00 am - 4:30 pm")
startdate: 2015-12-14 # use YYYY-MM-DD format like "2015-01-01"
enddate: 2015-12-15 # use YYYY-MM-DD format like" 2015-01-02"
instructor: ["Justin Kitzes", "Kyle Barbary"] # list of names like ["Kay McNulty", "Betty Jennings", "Betty Snyder"]
helper: ["Kunal Marwaha", "Daniel Turek", "Zhao Zhang", "Yu Feng"] # list of names like ["Marlyn Wescoff", "Fran Bilas", "Ruth Lichterman"]
instructor: ["Justin Kitzes", "Kyle Barbary", "Daniel Turek"] # list of names like ["Kay McNulty", "Betty Jennings", "Betty Snyder"]
helper: ["Yu Feng", "Kunal Marwaha", "Zhao Zhang"] # list of names like ["Marlyn Wescoff", "Fran Bilas", "Ruth Lichterman"]
contact: "jkitzes@berkeley.edu" # contact email address for workshop organizer, such as "grace@hopper.org"
etherpad: "http://pad.software-carpentry.org/2015-12-14-berkeley" # optional (insert the URL for your Etherpad if you're using one)
eventbrite: # optional (insert the alphanumeric key for Eventbrite registration, e.g., "1234567890AB")
Expand Down Expand Up @@ -204,117 +204,6 @@ <h3>Day 2</h3>

<hr/>

<!--
SYLLABUS
Show what topics will be covered.
1. If your workshop is R rather than Python, remove the comment
around that section and put a comment around the Python section.
2. Some workshops will delete SQL.
3. Please make sure the list of topics is synchronized with what you
intend to teach.
4. You may need to move the div's with class="col-md-6" around inside
the div's with class="row" to balance the multi-column layout.
This is one of the places where people frequently make mistakes, so
please preview your site before committing, and make sure to run
'tools/check' as well.
-->
<h2>Syllabus</h2>

<div class="row">
<div class="col-md-6">
<h3>The Unix Shell</h3>
<ul>
<li>Files and directories</li>
<li>Command line programs</li>
<li>Chaining commands</li>
<li>Finding things</li>
<li><a href="{{site.swc_githubio}}/shell-novice/reference.html">Reference...</a></li>
</ul>
</div>
<div class="col-md-6">
<h3>Scientific Programming</h3>
<ul>
<li>Things</li>
<li>Commands that operate on things</li>
<li>Groups of things</li>
<li>Repeating yourself</li>
<li>Making choices</li>
<li>Making chunks</li>
<li>Combining chunks</li>
<li><a href="{{site.swc_githubio}}/python-novice-inflammation/reference.html">Reference...</a></li>
</ul>
</div>
<!--
<div class="col-md-6">
<h3>Programming in R</h3>
<ul>
<li>Working with vectors and data frames</li>
<li>Reading and plotting data</li>
<li>Creating and using functions</li>
<li>Loops and conditionals</li>
<li>Using R from the command line</li>
<li><a href="{{site.swc_githubio}}/r-novice-inflammation/reference.html">Reference...</a></li>
</ul>
</div>
-->
<!--
<div class="col-md-6">
<h3>Programming in MATLAB</h3>
<ul>
<li>Working with arrays</li>
<li>Reading and plotting data</li>
<li>Creating and using functions</li>
<li>Loops and conditionals</li>
<li>Defensive programming</li>
<li><a href="{{site.swc_githubio}}/matlab-novice-inflammation/reference.html">Reference...</a></li>
</ul>
</div>
-->
</div>

<div class="row">
<div class="col-md-6">
<h3>Version Control with Git</h3>
<ul>
<li>Getting started</li>
<li>Keeping file histories</li>
<li>Comparing file versions</li>
<li>Making branches</li>
<li>Merging branches</li>
<li>Sharing projects</li>
<li>Syncing and collaborating</li>
<li><a href="{{site.swc_githubio}}/git-novice/reference.html">Reference...</a></li>
</ul>
</div>
<div class="col-md-6">
<h3>Software Design</h3>
<ul>
<li>Making modules</li>
<li>Unit testing</li>
<li>Reproducible workflows</li>
</ul>
</div>
<!-- <div class="col-md-6">
<h3>Managing Data with SQL</h3>
<ul>
<li>Reading and sorting data</li>
<li>Filtering with <code>where</code></li>
<li>Calculating new values on the fly</li>
<li>Handling missing values</li>
<li>Combining values using aggregation</li>
<li>Combining information from multiple tables using <code>join</code></li>
<li>Creating, modifying, and deleting data</li>
<li>Programming with databases</li>
<li><a href="{{site.swc_githubio}}/sql-novice-survey/reference.html">Reference...</a></li>
</ul>
</div> -->
</div>

<hr/>

<!--
SETUP
Expand Down

0 comments on commit 79721c5

Please sign in to comment.