forked from NCEAS/open-science-codefest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sessions.html
25 lines (17 loc) · 834 Bytes
/
sessions.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
---
layout: page
title : Sessions
---
{% include JB/setup %}
{% assign posts_collate = site.posts %}
<script type="text/javascript">
jQuery(document).ready(function(){
getSessions();
});
</script>
<div id="github-sessions"></div>
<div class="clearfix"></div>
<h2>What are you interested in? Suggest a session.</h2>
<p>Request a session topic by posting a ticket to the <a href="https://github.com/NCEAS/open-science-codefest/issues?labels=&milestone=&page=1&state=open">Open Science Codefest Github project</a>. Apply the "proposed session" label. Alternatively, email the
Open Science Codefest team at <a href="mailto:[email protected]">[email protected]</a></p>
<a href="https://github.com/NCEAS/open-science-codefest/issues/new" target="_blank"><img src="{{ BASE_PATH }}assets/img/github-issue.png" /></a>