Skip to content

Commit 03ad801

Browse files
authored
Merge pull request #37 from StreetScienceCommunity/add_google_group
Update website
2 parents 20227f4 + 3611b24 commit 03ad801

7 files changed

+66
-23
lines changed

_config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ gitter: usegalaxy-eu/streetscience
99
# See: https://help.github.com/articles/repository-metadata-on-github-pages/
1010
repository: StreetScienceCommunity/StreetScienceCommunity.github.io
1111
participation_form: https://docs.google.com/forms/d/e/1FAIpQLScNgEDWoftccrUHXhsAOgLCFiG1FAQzQxsSW44uDTrEKwZ7_A/viewform
12+
google_group: https://groups.google.com/forum/#!forum/streetsciencecommunity
1213

1314
collections:
1415
events:

_events/2018-11-10-first_workshop.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ image: /images/events/2018-11-10-first_workshop/head.jpg
44
tags: [talk, training]
55
title: 'BeerDEcoded: unofficial kickoff'
66
description: 'November, 10th, 2018'
7-
starts: 2019-11-10
8-
ends: 2019-11-10
7+
starts: 2018-11-10
8+
ends: 2018-11-10
99
twitter_moment: 'https://twitter.com/i/moments/1068433531829932032?ref_src=twsrc%5Etfw'
1010
location:
1111
city: Freiburg
+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
layout: event
3+
tags: [talk, training]
4+
title: 'Mozilla Open Science Award'
5+
description: 'March, 8th, 2019'
6+
starts: 2019-03-08
7+
ends: 2019-03-08
8+
supporters:
9+
- mozilla
10+
---
11+
12+
Today, we are happy to announce that our project received a [Mozilla Science Mini Grant award](https://medium.com/read-write-participate/meet-mozillas-latest-open-science-awardees-cfa45348e5d5).
13+
14+
With this funding, we will be able to develop the [BeerDEcoded project]({% link _projects/beerdecoded.md %}) to establish protocols for extracting, sequencing and analyzing yeast DNA from bottled beers in an accessible simplified fashion.
15+
These protocols will be used to organize workshops in which students and other individuals come into contact with molecular biology, data analysis, and open science by extracting, sequencing and analyzing the "DNA of beer" more specifically brewing yeast.
16+
17+
The first public workshop will be held on the 31st of March.
18+
You want to particpate? Please send us an email at [{{ site.email|replace:'@','[at]' }}](mailto:{{ site.email }}) or join the [mailing list]({{ site.google_group }}).
19+
20+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
layout: event
3+
tags: [talk, training]
4+
title: 'BeerDEcoded: 1st public workshop'
5+
description: 'March, 31st, 2019'
6+
starts: 2019-03-31
7+
ends: 2019-03-31
8+
location:
9+
city: Freiburg
10+
region: Baden-Württemberg
11+
country: Germany
12+
supporters:
13+
- denbi
14+
- mozilla
15+
---
16+
17+
Our first public workshop for the [BeerDEcoded project]({% link _projects/beerdecoded.md %}) will be held on the 31st of March in Freiburg.
18+
19+
You want to particpate? Please send us an email at [{{ site.email|replace:'@','[at]' }}](mailto:{{ site.email }}) or join the [mailing list]({{ site.google_group }}).

_includes/default-footer.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ <h3>Get in touch</h3>
1818
{{ site.github.owner_name }}
1919
</a>
2020
<br />
21-
<i class="fas fa-file-alt"></i>
22-
Fill the
23-
<a href="{{ site.participation_form }}">participation form</a>
21+
<i class="fas fa-envelope"></i>
22+
Join the
23+
<a href="{{ site.participation_form }}">mailing list</a>
2424
</p>
2525
</div>
2626
<div class="column is-5">

about.md

+9-4
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,16 @@ we ask that you follow our [code of conduct]({{ site.github.repository_url
9292

9393
### Want to join the Street Science Community and participate in the upcoming events?
9494

95-
You are very welcomed and invited to join the community and participate in the upcoming events. You can fill the [participation form]({{ site.participation_form }})
95+
You are very welcomed and invited to join the community and participate in the upcoming events. You can join the [mailing list]({{ site.google_group }})
9696
to get involved or simply contact us at [{{ site.email|replace:'@','[at]' }}](mailto:{{ site.email }}) or chat with us on [Gitter](https://gitter.im/{{ site.gitter }})
9797

9898
## Current Sponsors
9999

100-
- [de.NBI](https://www.denbi.de/): the German Network for Bioinformatics
101-
Infrastructure helped us by funding the MinION
102-
- [Hein Lab](http://portal.uni-freiburg.de/pharmakologie/ii) for hosting
100+
Funding
101+
- [Mozilla](https://foundation.mozilla.org/en/) foundation with a [Mozilla Open Science Mini-Grants](https://foundation.mozilla.org/en/awards/)
102+
- [de.NBI](https://www.denbi.de/), the German Network for Bioinformatics Infrastructure, for the MinION
103+
104+
Hosting
105+
- [Hein Lab](http://portal.uni-freiburg.de/pharmakologie/ii)
106+
- [Coworking Freiburg](https://coworking-freiburg.de/en/)
107+
- [Faculty of Biology, University of Freiburg](http://www.bio.uni-freiburg.de/?set_language=en)

environment.yml

+12-14
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,16 @@ channels:
33
- conda-forge
44
- defaults
55
dependencies:
6-
- ca-certificates=2018.10.15=ha4d7672_0
7-
- gettext=0.19.8.1=h1f1d5ed_1
8-
- gmp=6.1.2=hfc679d8_0
9-
- ncurses=6.1=hfc679d8_1
10-
- openssl=1.0.2p=h470a237_1
11-
- readline=7.0=haf1bffa_1
12-
- ruby=2.4.4=h0825b16_1
13-
- tk=8.6.9=ha92aebf_0
14-
- yaml=0.1.7=h470a237_1
15-
- zlib=1.2.11=h470a237_3
16-
- libcxx=4.0.1=hcfea43d_1
17-
- libcxxabi=4.0.1=hcfea43d_1
18-
- libffi=3.2.1=h475c297_4
19-
prefix: /Users/william/miniconda3/envs/street_science_community_website
6+
- gmp=6.1.2
7+
- jemalloc=5.0.1
8+
- nodejs=9.11.1
9+
- openssl=1.0.2o
10+
- readline=7.0
11+
- ruby=2.4.4
12+
- yaml=0.1.7
13+
- yamllint=1.11.0
14+
- zlib=1.2.11
15+
- libxml2
16+
- pkg-config
17+
2018

0 commit comments

Comments
 (0)