forked from ourcodingclub/ourcodingclub.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·217 lines (187 loc) · 11.3 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
---
layout: page
title: The Open Bacteria Project
permalink: /
---
<!-- Start -->
<section id="global-header">
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-2">
<div class="block">
<img class="animated fadeInUp" src="https://raw.githubusercontent.com/TheOpenBacteriaProject/Branding/master/logo/FullLogo_web.png" alt="logo" width="60%" height="60%" align="center" />
<h1>Bacteria evolve, Science too!</h1>
</div>
</div>
</div>
</div>
</section>
<!-- Wrapper Start -->
<section id="intro">
<div class="container">
<div class="row">
<div class="col-md-7 col-sm-12">
<div class="block">
<div class="section-title">
<h2>About Us</h2>
</div>
<p> We are a group of students that are trying to create a global repository about bacteria, but with different science perspectives in order not only to fully understand their nature but also to allow everyone to have a full suite about what tool can help us to do so.</p><p> On the mathematical side, we have develop diferent functions that can emulate and predict bacteria growth and some properties.</p> <p>On the biological one we have develop full documentation about how to replicate bacteria experiments, information to understand them and biliography to go deeper in the subject.</p><p> Furthermore we have develop some functions that allow us to recognise different bacteria colonies from photos that will allow us (and every people) to create live simulations from photos in the future.</p> <p>Finally we have develop a web app that allow every one to take a brief look in our work and try their own experiments.</p> <p>In the future we expect to develop this web app and transform it in the first social network to share bacteria experiments around the world between scientist, students, teaches and everyday people. This may be a powerfull tool that may lead to facilitate the biologists work in microbiology (even discover some home-experiments about antibiotics that could discover new ones) </p>
<p> Does it sound exiciting to you? Well, great news: <b>You can follow our science adventures on <a href="https://twitter.com/theopenbacteria" target="_blank">Twitter!</a></b> </p>
</p>
</div>
</div><!-- .col-md-7 close -->
<div class="col-md-5 col-sm-12">
<div class="block">
<img src="{{ site.baseurl }}/img/team1.JPG" alt="Img" width="45%" height="45%">
</div>
</div><!-- .col-md-5 close -->
</div>
</div>
</section>
<section id="intro">
<div class="container">
<div class="row">
<div class="col-md-7 col-sm-12">
<div class="block">
<div class="section-title">
<h2>Project motivation</h2>
</div>
<h3>What?</h3>
<p>We live in a world where we have access to new technologies every day. However, all the potential hidden under Computer Science usually goes unnoticed in areas that are not technical at all.</p>
<p>We find that microbiological researching world is getting more relevant and everyone is starting to cite and get interested in this area. Understand it could lead us to a new era due to the fact that we are deeply surrounding by microbes.</p>
<p>From the beginning of our project we saw that mixing tools from every field to experiment on bacteria can make a big difference in their study, even more if we offer a service with all of them and from all possible areas.</p>
<h3>How?</h3>
<p>Our project consists essentially of <b>2 interconnected parts</b>:
<p>On one hand we have a repertoire of tools for bacterial growth studies from the point of view of image processing, mathematical prediction and biological experimentation. Knowing what algorithms we should use or what bacteria cultivate was the most difficult task. This is also motivate by the fact that some of them are not usual. 2-dimensional FKPP simulations are rare, for example. And the one we have created can be found at the top 3 in the first page of Google.</p>
<p>All projects are Open Source, so all these tools can be used in academic or social areas, such as citizen laboratories.</p>
<p>Apart from all these free/open tools, we believed that a good way to create a community could be to centralize the prediction and storage service of biological experiments via web. So we create a webapp.</p>
<p>This app will allow you to have information and predictions of experiments accessible to everyone.</p>
<h3>Why?</h3>
<p>The vision of so many points of view in science can lead to new and exciting discoveries.</p>
<p>This set of tools and information is a small step in collecting information by studying objects, not by scientific branches allowing interaction not only between creators and consumers but also between consumers.</p>
<p>And it is important that this be developed in an open manner, thus facilitating the birth of associated projects or unexpected advances. As our slogan says, it is time for science to evolve, be free and global.</p>
<h3>But all of this stuff is new?</h3>
<p>Yes, we bring a so fresh product. Social Networks in Science are not new. There exists so many of them but none with our characteristics or potential.</p>
<p>For example, websites like ResearchID, ResearchGate, Mendeley,... are used to create profile of researchers and share their papers.</p>
<p>In the Open Bacteria Project all of this is posible but we can do so much more this is only the tip of the iceberg. Not only we can connect and share papers like in others social networks
but we can share our experiments (in images, video, ...with its correspondent processing) and extract information of them in an automatic way.
We can also compare the results with mathematical models and develop new mathematical models. This is a big help on researching in microbiology and it
favors the open science since the experiments, code and papers will be open and shared with the whole scientific community.
<h3>Methodology</h3>
<p>All methodology files can be found at our GitHub. Take a look at our Github Guide in <a class="btn btn-default btn-call-to-action" href="https://theopenbacteriaproject.github.io/project#target" target="target" >"Our project"</a> section to understand how to navigate in our GitHub without getting lost!</p>
<h3>What's next?</h3>
<p> The Open Bacteria Project is far for its conclusion. That doesn't mean we haven't doneanything, we have done the most difficult part: Begin our journey. However as we were working on this science project we realize that we shouldn't stop here,we must continue in the developping process. We are excited about Impaciencia contest, but we are quite sure TOBP is a real game changer in science </p>
<p> We would like to get some finantiation to set our project online (servers cost money and we don't have much). Futhermore more experiments should be done to adjust at its best our models and prediction, but unfortunately we couldn't make more than one big experiment for this (laboratories at our university are always crowed and materials also cost money).</p>
<p> With all the project set online, we also could begin to accept additions to our database, that could be exponentially valuable for science, and serve to train even more prediction algorithms. </p>
<p> Remeber:</p>
<h4>Bacteria evolve, Science too!</h4>
</div>
</div><!-- .col-md-7 close -->
<div class="col-md-5 col-sm-12">
<div class="block">
<img src="{{ site.baseurl }}/img/cosas.jpg" alt="Img" width="45%" height="45%">
<img src="{{ site.baseurl }}/img/cosas2.jpg" alt="Img" width="45%" height="45%">
</div>
</div><!-- .col-md-5 close -->
</div>
</div>
</section>
<!-- Content Start -->
<section id="testimonial">
<div class="container">
<div class="row">
<div class="section-title text-center">
<h1>Our Journey till now</h1>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="block">
<ul class="counter-box clearfix">
<li>
<div class="block">
<i class="ion-ios-chatboxes-outline"></i>
<h4 class="counter">1</h4>
<span>Goal</span>
</div>
</li>
<li>
<div class="block">
<i class="ion-ios-glasses-outline"></i>
<h4 class="counter">27</h4>
<span>Biological experiments</span>
</div>
</li>
<li>
<div class="block">
<i class="ion-ios-compose-outline"></i>
<h4 class="counter">4000</h4>
<span>Lines of code <br>(though less is more with code!)</span>
</div>
</li>
<li>
<div class="block">
<i class="ion-ios-timer-outline"></i>
<h4 class="counter">148</h4>
<span>Days from our start</span>
</div>
</li>
</ul>
</div>
</div>
</section>
<!-- Service Start -->
<section id="service">
<div class="container">
<div class="row">
<div class="section-title">
<h2>OUR VALUES AND GOALS</h2>
<p><big><b>The Open Bacteria it's a project for everyone. We want it to be a resource of usefull information for biologist, eingenieers and mathematicians. This is a project that wants to bring people and science together, regardless of their gender, sexuality or background. We all have the right to learn, and we believe learning is more fun when you mix different science.</b></big></p>
</div>
</div>
<div class="row ">
<div class="col-sm-6 col-md-3">
<div class="service-item">
<i class="ion-image"></i>
<h4>Free Knowledge</h4>
<p>No matter what, knowledge is for you </p>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="service-item">
<i class="ion-leaf"></i>
<h4>Nature at its best</h4>
<p>Best way to understand nature is to combine C.S. Biology and Math! </p>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="service-item">
<i class="ion-planet"></i>
<h4>Collaboration in learning and teaching</h4>
<p> Do you want to learn? Welcome! Do you want to teach us somenthing? Welcome! </p>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="service-item">
<i class="ion-earth"></i>
<h4>Wide and diverse participation in sciences</h4>
<p>Wherever your are, you can use, modified and contribute to The Open Bacteria </p>
</div>
</div>
</div>
</div>
</section>
<!-- Call to action Start -->
<section id="call-to-action">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="block">
<h2>We are always looking for new ideas and feedback.</h2>
<b><p><big>We are very keen to discuss ways to innovate our project and are also happy to share our experience in Impaciencia contest. Feel free to contact us with any questions or feedback: we would really appreciate your input!</big></p></b>
<a class="btn btn-default btn-call-to-action" href="https://theopenbacteriaproject.github.io/contact/" target="_blank" >Get in touch</a>
</div>
</div>
</div>
</div>
</section>