Skip to content

Commit 9f00d96

Browse files
authored
Merge pull request #60 from teresa-m/update_sequencing_protokoll
added discussed changes of the last sequencing round to the protokoll
2 parents d0560d4 + 5a71ae7 commit 9f00d96

File tree

60 files changed

+179142
-114
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+179142
-114
lines changed

Makefile

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,22 @@ pdf: detached-serve ## generate the PDF of the protocols
6969
"$(SITE_URL)/protocols/$$t?without-details" \
7070
2> /dev/null ; \
7171
done
72+
73+
${CHROME} \
74+
--headless \
75+
--disable-gpu \
76+
--print-to-pdf="$(PDF_DIR)/beer-dna-sequencing-flongle-instructor.pdf" \
77+
"$(SITE_URL)/protocols/beer-dna-sequencing?flongle" \
78+
2> /dev/null
79+
80+
${CHROME} \
81+
--headless \
82+
--disable-gpu \
83+
--print-to-pdf="$(PDF_DIR)/beer-dna-sequencing-flongle-learners.pdf" \
84+
"$(SITE_URL)/protocols/beer-dna-sequencing?flongle?without-details" \
85+
2> /dev/null
86+
87+
7288
pkill -f jekyll
7389
.PHONY: pdf
7490

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,8 @@ In the sequel, we assume you use miniconda.
9090

9191
7. Open the website in your favorite browser at:
9292
[http://127.0.0.1:4000/](http://127.0.0.1:4000/)
93+
94+
95+
## How can I generate the PDFs for the protocols locally?
96+
97+
The protocols can be extracted to PDFs in 2 versions: one for participants/pupils with only the instructions, one for the instructors/teachers with instructions and details

_config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ repository: StreetScienceCommunity/StreetScienceCommunity.github.io
1313
participation_form: https://docs.google.com/forms/d/e/1FAIpQLScNgEDWoftccrUHXhsAOgLCFiG1FAQzQxsSW44uDTrEKwZ7_A/viewform
1414
google_group: https://groups.google.com/forum/#!forum/streetsciencecommunity
1515

16+
includes_dir: .
17+
1618
collections:
1719
events:
1820
permalink: /events/:path/

_events/2018-11-10-first_workshop.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ the initial feedback is overwhelming. It was a blast to do some wet-lab work,
3131
specially as most of us, as bioinformaticians and computer scientists, are not
3232
used to it!
3333

34-
{% include event-images.html images="
34+
{% include _includes/event-images.html images="
3535
/images/events/2018-11-10-first_workshop/DSC_6931.jpg
3636
/images/events/2018-11-10-first_workshop/DSC_6878.jpg
3737
/images/events/2018-11-10-first_workshop/DSC_6852.jpg
@@ -46,7 +46,7 @@ DNA of the yeast inside this beer. To do so, we:
4646

4747
- Extracted the yeast from the beer with several centrifuge runs
4848

49-
{% include event-images.html images="
49+
{% include _includes/event-images.html images="
5050
/images/events/2018-11-10-first_workshop/DSC_6863.jpg
5151
/images/events/2018-11-10-first_workshop/DSC_6867.jpg
5252
/images/events/2018-11-10-first_workshop/DSC_6889.jpg
@@ -55,7 +55,7 @@ DNA of the yeast inside this beer. To do so, we:
5555

5656
- Broke the cell membranes of the yeasts using an ethanol bath and a lysis buffer
5757

58-
{% include event-images.html images="
58+
{% include _includes/event-images.html images="
5959
/images/events/2018-11-10-first_workshop/DSC_6900.jpg
6060
/images/events/2018-11-10-first_workshop/DSC_6919.jpg
6161
/images/events/2018-11-10-first_workshop/DSC_6938.jpg
@@ -64,7 +64,7 @@ DNA of the yeast inside this beer. To do so, we:
6464

6565
- Extracted the DNA from the cell using magnetic beads and a MinElute Reaction Kit 50 from Qiagen
6666

67-
{% include event-images.html images="
67+
{% include _includes/event-images.html images="
6868
/images/events/2018-11-10-first_workshop/DSC_7003.jpg
6969
/images/events/2018-11-10-first_workshop/DSC_6993.jpg
7070
/images/events/2018-11-10-first_workshop/DSC_6994.jpg
@@ -87,7 +87,7 @@ During the DNA extracted, we started to play with the MinION with the
8787
installation of the Nanopore software and ran a functional test of the flowcell.
8888
We then did the library preparation: preparation of the DNA for sequencing.
8989

90-
{% include event-images.html images="
90+
{% include _includes/event-images.html images="
9191
/images/events/2018-11-10-first_workshop/DSC_6857.jpg
9292
/images/events/2018-11-10-first_workshop/DSC_6954.jpg
9393
/images/events/2018-11-10-first_workshop/DSC_6853.jpg
@@ -96,7 +96,7 @@ We then did the library preparation: preparation of the DNA for sequencing.
9696

9797
We then loaded the MinION with our DNA and launched the sequencing
9898

99-
{% include event-images.html images="
99+
{% include _includes/event-images.html images="
100100
/images/events/2018-11-10-first_workshop/DSC_6951.jpg
101101
/images/events/2018-11-10-first_workshop/DSC_6946.jpg
102102
/images/events/2018-11-10-first_workshop/DSC_6973.jpg
@@ -113,7 +113,7 @@ _protocols/beer-dna-sequencing.md %}).*
113113
Milad then analyzed the generated sequences and extracted some *Saccharomyces
114114
cerevisae*.
115115

116-
{% include event-images.html images="/images/events/2018-11-10-first_workshop/analysis_taxonomy.png" %}
116+
{% include _includes/event-images.html images="/images/events/2018-11-10-first_workshop/analysis_taxonomy.png" %}
117117

118118
Very promising results (given we stoped the sequencing)!
119119

_events/2019-03-10-first_public_workshop.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ photos:
2121

2222
On the 31st of March, we hold our first public workshop for the [BeerDEcoded project]({% link _projects/beerdecoded.md %}) in Freiburg. Some students and external people participated to this event: 16 peoples in total, including us.
2323

24-
{% include event-images.html images="
24+
{% include _includes/event-images.html images="
2525
/images/events/2019-03-10-first_public_workshop/DSC_9661.jpg"
2626
%}
2727

2828
We started the day with a short introduction to beer, yeast, DNA and of course lab safety. Then all participants took part in some fun games on pipetting and centrifuging to make them more comfortable with both.
2929

30-
{% include event-images.html images="
30+
{% include _includes/event-images.html images="
3131
/images/events/2019-03-10-first_public_workshop/DSC_9563.jpg
3232
/images/events/2019-03-10-first_public_workshop/DSC_9575.jpg
3333
/images/events/2019-03-10-first_public_workshop/DSC_9583.jpg
@@ -36,7 +36,7 @@ We started the day with a short introduction to beer, yeast, DNA and of course l
3636

3737
We extracted yeast DNA of the not filtered Waldhaus, a local Black Forest beer.
3838

39-
{% include event-images.html images="
39+
{% include _includes/event-images.html images="
4040
/images/events/2019-03-10-first_public_workshop/DSC_9644.jpg
4141
/images/events/2019-03-10-first_public_workshop/DSC_9596.jpg
4242
/images/events/2019-03-10-first_public_workshop/DSC_9598.jpg
@@ -47,7 +47,7 @@ We extracted yeast DNA of the not filtered Waldhaus, a local Black Forest beer.
4747

4848
Then DNA extraction went well. In parallel, we started our DNA sequencing protocol using a previously extracted DNA from Rothaus, another local beer. Here we encountered several problems during the library preparation and the sequencing likely due to mistakes in the protocols and reuse of old flowcell. We will improve the protocol to fix the issues.
4949

50-
{% include event-images.html images="
50+
{% include _includes/event-images.html images="
5151
/images/events/2019-03-10-first_public_workshop/DSC_9623.jpg
5252
/images/events/2019-03-10-first_public_workshop/DSC_9622.jpg
5353
/images/events/2019-03-10-first_public_workshop/DSC_9628.jpg
@@ -59,7 +59,7 @@ Then DNA extraction went well. In parallel, we started our DNA sequencing protoc
5959

6060
We then analyzed the data using Galaxy.
6161

62-
{% include event-images.html images="
62+
{% include _includes/event-images.html images="
6363
/images/events/2019-03-10-first_public_workshop/DSC_9613.jpg
6464
/images/events/2019-03-10-first_public_workshop/DSC_9656.jpg
6565
/images/events/2019-03-10-first_public_workshop/DSC_9538.jpg"

_events/2019-06-13-gcc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The [Galaxy Community Conference](https://galaxyproject.org/events/gcc2019/) was
2323

2424
During the first day of GCC, we demonstrated how to sequence the DNA of beer (["Beer Decoded, Here and Now!"](https://gcc2019.sched.com/event/QZyL/beer-decoded-here-and-now)):
2525

26-
{% include event-images.html images="
26+
{% include _includes/event-images.html images="
2727
/images/events/2019-06-13-gcc/48386951316_c278327495_c.jpg
2828
/images/events/2019-06-13-gcc/48387072522_9ae093edc0_c.jpg
2929
/images/events/2019-06-13-gcc/48386951631_c764e1cdd8_c.jpg
@@ -33,7 +33,7 @@ During the first day of GCC, we demonstrated how to sequence the DNA of beer (["
3333

3434
Teresa gave also a talk about ["Street Science Community: make science tangible & accessible by bringing it to the 'street' with open science workshops"](https://gcc2019.sched.com/event/PSfv/street-science-community-make-science-tangible-accessible-by-bringing-it-to-the-street-with-open-science-workshops) during the plenary session of Wednesday afternoon.
3535

36-
{% include event-images.html images="
36+
{% include _includes/event-images.html images="
3737
/images/events/2019-06-13-gcc/48387082312_d3124973e5_c.jpg
3838
/images/events/2019-06-13-gcc/48386941691_5bbfdebe67_c.jpg"
3939
%}

_events/2019-07-22-pupils_workshop.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,20 @@ photos:
2121

2222
On the 22st to 23rd of March, we held our first workshop with high school pupils for the [BeerDEcoded project]({% link _projects/beerdecoded.md %}) in Freiburg. Four pupils and one external participant made us a group of 10 people in total.
2323

24-
{% include event-images.html images="
24+
{% include _includes/event-images.html images="
2525
/images/events/2019-07-22-pupils_workshop/1st-beerdecoded-workshop-with-pupils_48358150687_o.jpg"
2626
%}
2727

2828
We started the day in the biology department at the University of Freiburg with a short introduction to beer, yeast, DNA and of course lab safety. We split the participants into two groups to bring in some competition: Who will extract and purify DNA the best? With some games the pupils learned to pipette accurately, organize the space in a centrifuge correctly and to enjoy the stimulation of a vortex mixer.
2929

30-
{% include event-images.html images="
30+
{% include _includes/event-images.html images="
3131
/images/events/2019-07-22-pupils_workshop/1st-beerdecoded-workshop-with-pupils_48358152257_o.jpg
3232
/images/events/2019-07-22-pupils_workshop/1st-beerdecoded-workshop-with-pupils_48358151967_o.jpg"
3333
%}
3434

3535
These skills combined allowed us to reduce 2 bottles of beer to a drop of liquid, hopefully containing as much DNA as possible and minimal contamination. Remember the two groups? Well, at the end of the day we definitely learned something: Disciplined lab work does make a difference, we had a clear winner!
3636

37-
{% include event-images.html images="
37+
{% include _includes/event-images.html images="
3838
/images/events/2019-07-22-pupils_workshop/1st-beerdecoded-workshop-with-pupils_48358151462_o.jpg
3939
/images/events/2019-07-22-pupils_workshop/1st-beerdecoded-workshop-with-pupils_48358152152_o.jpg
4040
/images/events/2019-07-22-pupils_workshop/1st-beerdecoded-workshop-with-pupils_48358150612_o.jpg
@@ -43,7 +43,7 @@ These skills combined allowed us to reduce 2 bottles of beer to a drop of liquid
4343

4444
At the following day we met again for the bioinformatics part - analyzing the data. Unfortunately, this had to be done with data from a different DNA extraction as we were lacking some necessary consumables. Looking at a mysterious FASTQ file, we worked together the decipher what was in front of us, benefiting from the crisp knowledge that pupils bring from school. The analysis with a Galaxy workflow not only allowed to identify a familiar sounding "Saccharomyces cerevisiae" among other species of yeast, but also to introduce the pupils in the work of a bioinformatician and the greater picture of the science behind BeerDeCoded.
4545

46-
{% include event-images.html images="
46+
{% include _includes/event-images.html images="
4747
/images/events/2019-07-22-pupils_workshop/1st-beerdecoded-workshop-with-pupils_48358151272_o.jpg
4848
/images/events/2019-07-22-pupils_workshop/1st-beerdecoded-workshop-with-pupils_48358017231_o.jpg
4949
/images/events/2019-07-22-pupils_workshop/1st-beerdecoded-workshop-with-pupils_48358017361_o.jpg
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<div class="control">
2+
Flow cell:
3+
<label class="radio">
4+
<input type="radio" name="flowcell" id="minion-flowcell" checked>
5+
MinION Flow Cell
6+
</label>
7+
<label class="radio">
8+
<input type="radio" name="flowcell" id="flongle-flowcell">
9+
Flongle Flow Cell
10+
</label>

_layouts/base.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,21 @@
1111
<link rel="stylesheet" media="print" href="/css/print.css" />
1212
</head>
1313
<body>
14-
{% include default-header.html %}
14+
{% include _includes/default-header.html %}
1515

1616
{{ content }}
1717

18-
{% include default-footer.html %}
18+
{% include _includes/default-footer.html %}
1919

2020
<script defer src="https://use.fontawesome.com/releases/v5.3.1/js/all.js"></script>
2121
<script src="/js/scripts.js"></script>
2222
{% if page.twitter_moment %}
2323
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
2424
{% endif %}
25+
26+
{% if page.flowcell-select %}
27+
<script src="/js/flowcell-select-scripts.js"></script>
28+
{% endif %}
29+
2530
</body>
2631
</html>

_projects/beerdecoded.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ description: An immersion into biology, bioinformatics & sciences via beer and t
3838
## Previous workshops
3939

4040
We already organized several BeerDEcoded workshops over the last year. You can read more about
41-
them by checking our [events]({% link events.md %}).
41+
them by checking our [events]({% link events.md %}).
4242

4343
## Why?
4444

@@ -68,4 +68,4 @@ web-based platform for computational biology and bioinformatics.
6868

6969
## Some pictures
7070

71-
{% include projects/beerdecoded.html %}
71+
{% include _includes/projects/beerdecoded.html %}

0 commit comments

Comments
 (0)