-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
213 lines (212 loc) · 12.8 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
---
layout: central_layout
header: <link rel="stylesheet" href="/assets/index.css"><link rel="stylesheet" href="/assets/news_list.css"><link rel="stylesheet" href="/assets/articles_list.css"><link rel="stylesheet" href="/assets/projects_list.css"><link rel="stylesheet" href="/assets/guides_list.css">
header_title: "Scifir"
---
<div id="home_presentation">
<img src="/assets/science-background.jpeg" alt="Background of science instruments and objects used at the laboratory" id="home_background">
<div id="home_presentation_welcome_box" class="home_presentation_box">
<h1>Welcome!</h1>
<p>Scifir is a <strong>digital foundation</strong> committed to advance science. Its projects have as objective to improve <strong>independent research</strong>, to improve <strong>open science</strong> and to solve important scientific problems. Scifir is a <strong>nonprofit organization</strong>.
<br>
<br>
Scifir allows <strong>open participation</strong> to any scientist interested in advancing science to make a better future. <a href="/participate" class="text_link">How to participate</a>
</p>
</div>
<div id="home_presentation_whats_science" class="home_presentation_box">
<img src="/assets/science-chemistry-icon.png" alt="Chemistry icon">
<div>
<h2>What's science?</h2>
<p>Science is the knowledge about the matter, the molecules and life forms, it allows to create inventions with this knowledge. <a href="/starting-in-science" class="text_link">Learn what's science here</a></p>
</div>
</div>
</div>
<div id="home_under_construction_box">
<div id="home_under_construction">
<p>This website is under construction, it will be active under some months more. It's about science, that's, about creating a better future with scientific inventions.</p>
</div>
</div>
<div class="home_section">
<h2>News</h2>
{% include news_list.html news_list=site.news news_limit=8 %}
<div class="home_view_all_box"><a href="/news" class="home_view_all">View all news</a></div>
</div>
<div id="home_history" class="home_section">
<div id="home_history_text">
<h2>History</h2>
<p>Scifir has been founded in <strong>2023</strong> by Ismael Correa Castro, a chilean of <strong>33 years old</strong>, in order to publish inside it his numerous inventions and ideas about science that he developed since <strong>2007</strong>.<br><br>It's a digital foundation, it doesn't pertains to any country or other form of legislation, and operates through the web, without any building.</p>
<br>
<a href="/history" class="text_link">View history of Scifir</a>
</div>
<img src="/assets/history-icon.png" alt="Icons of science" id="home_history_picture">
</div>
<div class="home_section">
<h2>Articles</h2>
<p id="home_articles_explanation">Articles of Scifir are <strong>similar to papers</strong> in character, but the <strong>difference</strong> with them is that they explain more the idea and the applications of the topic they treat, instead of focusing in data measured inside a laboratory.</p>
{% include articles_list.html articles_list=site.posts articles_limit=8 %}
<div class="home_view_all_box"><a href="/articles" class="home_view_all">View all articles</a></div>
</div>
<div class="home_section">
<h2>Projects</h2>
<p id="home_projects_explanation">All the projects of Scifir have <strong>open participation</strong>, which means that any scientist can join them.</p>
<div class="home_project">
<h2>scifir-units</h2>
<p>C++ library that gives units of measurement, scalar and vectorial, like length and time, that replace the use of numeric values. It also gives coordinates, points, and a lot of special units, like percentage. <br><br><strong>Relatively essential</strong> for any serious scientific software.</p>
<br>
<a href="https://www.github.com/scifir/scifir-units" class="text_link">View repository</a>
</div>
<div class="home_project">
<h2>L3D file format</h2>
<p>"By gamers, for gamers", <strong>very lightweight</strong> 3D file format that allows to create 3D applications with a lower size on disk. Very flexible and easy to use, ideal for scientific software and videogames.</p>
<br>
<a href="https://www.github.com/scifir/l3d-file-format" class="text_link">View repository</a>
</div>
<div class="home_project">
<h2>DNA file format</h2>
<p>File format that allows to <strong>easily edit DNA</strong>, by knowing which gene is being edited. It also protects from modifications with a checksum.</p>
<br>
<a href="https://www.github.com/scifir/dna-file-format" class="text_link">View repository</a>
</div>
<div class="home_project">
<h2>CWD file format</h2>
<p>File format that allows to <strong>create new words</strong>, biwords and prefixes. Useful for defining new scientific concepts.</p>
<br>
<a href="https://www.github.com/scifir/cwd-file-format" class="text_link">View repository</a>
</div>
<div class="home_view_all_box"><a href="/projects" class="home_view_all">View all projects</a></div>
</div>
<div class="home_section">
<h2>Guides</h2>
<p id="home_guides_explanation">All the guides of Scifir are short and allow to know the <strong>essential concepts</strong> of the topic they teach.</p>
{% include guides_list.html guides_list=site.guides guides_limit=8 %}
<div class="home_view_all_box"><a href="/guides" class="home_view_all">View all guides</a></div>
</div>
<div id="home_organization" class="home_section">
<div id="home_organization_content">
<h2>How is Scifir organized</h2>
<p>Scifir is organized in the following way, which can be imitated partially or completely in any other science organization:</p>
<div id="home_organization_box">
<ul id="home_organization_explanation">
<li><strong>News:</strong> Any important news about Scifir, can be about any project, member, or anything that has happened.</li>
<li><strong>Projects:</strong> The scientific projects we are developing. All projects inside Scifir have <strong>open participation</strong>, and any scientist can join or make comments. Each project has its own website, which can be the GitHub repository or a complete website.</li>
<li><strong>Articles:</strong> Articles about science. They are publications of science concepts, theories, formulas, experiments and inventions, but they have a text format different than common papers, so they are called inside Scifir articles.</li>
<li><strong>Guides:</strong> Learning material of science, usually summarized, which is better to read previous to the lecture of an entire book.</li>
</ul>
<img src="/assets/science-icons.png" alt="Icons of science" id="home_organization_picture">
</div>
<p>Scifir is a <strong>digital foundation</strong>, which is how has been named here the foundations that work through the internet. A foundation is any <strong>nonprofit organization</strong>.</p>
</div>
</div>
<div id="home_open_science" class="home_section">
<div id="home_open_science_content">
<h2>Open science</h2>
<img src="/assets/open-science-logo.png" alt="Logo of Open Science v3" id="home_open_science_logo">
<div id="home_open_science_text">
<p><strong>Open science</strong> is an initiative that aims to make science open, like open source, and then accessible for anyone. <strong>Scifir follows open science</strong>, and all his scientific projects are open. Members are not mandated to make all their projects open, but the projects added to Scifir must be open in order to be accepted.</p>
<br>
<p>Open science has the following <strong>six principles</strong>:</p>
<ul>
<li>Open methodology.</li>
<li>Open source.</li>
<li>Open data.</li>
<li>Open access.</li>
<li>Open peer review.</li>
<li>Open educational resources.</li>
</ul>
<a href="/open-science" id="home_open_science_link" class="text_link">Guidelines to apply open science to any scientific project</a>
</div>
</div>
</div>
<div class="home_section">
<h2>Recommended books and documentations</h2>
<div class="home_book">
<img src="/assets/book-icon.png" alt="Icon of book" class="home_book_image">
<h3>Chemistry: The central science</h3>
<div><span>Authors:</span> Brown, LeMay, et al.</div>
<div><span>Pages:</span> 1200.</div>
<p><strong>Very important</strong> book to start learning chemistry on a scientist level.</p>
</div>
<div class="home_book">
<img src="/assets/book-icon.png" alt="Icon of book" class="home_book_image">
<h3>Organic chemistry</h3>
<div><span>Authors:</span> T. W. Graham Solomons, Craig B. Fryhle, et al.</div>
<div><span>Pages:</span> 1200.</div>
<p>Excellent book to learn <strong>organic chemistry</strong> synthesis, interpretation of NMR spectra, and organic chemistry molecules.</p>
</div>
<div class="home_book">
<img src="/assets/book-icon.png" alt="Icon of book" class="home_book_image">
<h3>Molecular biology of the cell</h3>
<div><span>Authors:</span> Bruce Alberts, Rebecca Heald, et al.</div>
<div><span>Pages:</span> 1552.</div>
<p>Big book about <strong>cells</strong>. <strong>Most important</strong> book for biologists.</p>
</div>
<div class="home_book">
<img src="/assets/book-icon.png" alt="Icon of book" class="home_book_image">
<h3>Understanding nutrition</h3>
<div><span>Authors:</span> Eleanor Whitney, Sharon Rady Rolfes.</div>
<div><span>Pages:</span> 816.</div>
<p>Intense book of nutrition, very important to <strong>understand pharmacology</strong>, <strong>health</strong> and to <strong>design of new molecules</strong> with pharmacological effect.</p>
</div>
<div class="home_book">
<img src="/assets/book-icon.png" alt="Icon of book" class="home_book_image">
<h3>Biochemistry</h3>
<div><span>Authors:</span> Donald Voet, Judith G. Voet.</div>
<div><span>Pages:</span> 1428.</div>
<p>Intense book about the <strong>biomolecules</strong> that comprise our body.</p>
</div>
<div class="home_book">
<img src="/assets/book-icon.png" alt="Icon of book" class="home_book_image">
<h3>Deep space propulsion</h3>
<div><span>Authors:</span> K. F. Long.</div>
<div><span>Pages:</span> 623.</div>
<p>Most important book to learn how to create <strong>new spacehips</strong> in real life.</p>
</div>
<div class="home_book">
<img src="/assets/book-icon.png" alt="Icon of book" class="home_book_image">
<h3>PHP documentation</h3>
<div><span>Extension:</span> Mid read.</div>
<p>Very good programming language to <strong>build websites</strong> and to <strong>start learning programming</strong>.</p>
<br>
<a href="https://www.php.net/manual/en" class="text_link">View documentation</a>
</div>
<div class="home_book">
<img src="/assets/book-icon.png" alt="Icon of book" class="home_book_image">
<h3>The C++ programming language</h3>
<div><span>Authors:</span> Bjarne Stroustrup.</div>
<div><span>Pages:</span> 1376.</div>
<p>Maybe too long, but excellent book to <strong>learn all about C++</strong> after learning in a normal level this programming language.</p>
</div>
<div class="home_book">
<img src="/assets/book-icon.png" alt="Icon of book" class="home_book_image">
<h3>Jekyll documentation</h3>
<div><span>Authors:</span> Tom Preston-Werner.</div>
<div><span>Extension:</span> Short read.</div>
<p>Incredible framework to build websites with free hosting thanks to GitHub Pages.</p>
<br>
<a href="https://jekyllrb.com/docs" class="text_link">View documentation</a>
</div>
</div>
<div id="home_starting_science" class="home_section">
<div id="home_starting_science_content">
<h2>Starting in science</h2>
<img src="/assets/scientist-icon.png" id="home_starting_science_icon" alt="Comic of scientist like Rick">
<div id="home_starting_science_text">
<p><strong>At any age</strong>, you can start learning science, and become later a scientist. You can become a scientist being a teenager, a good amount of scientists have started studying since at that age, and not after 18 years old.
<br><br>
You can learn the basics of science, in order to understand this website and any other website committed to it, in just some weeks, by reading the start of our <strong>Guide of advanced science</strong>. After that, you can complete it, or read other science books.
<br><br>
<a href="/starting-in-science" class="text_link">How to start in science</a></p>
</div>
</div>
</div>
<div class="home_section">
<h2>Members</h2>
<div class="home_member">
<a href="https://iarfen.github.io"><img src="/assets/ismael-correa-photo.png" alt="Ismael Correa Castro at 27 years old"></a>
<div>
<a href="https://iarfen.github.io" class="text_link">Ismael Correa Castro</a>
</div>
<p>Ismael Correa Castro is the <strong>founder</strong> of Scifir. He has created Scifir, as a digital foundation, in order to publish all his <strong>scientific inventions</strong>, which at the start of Scifir were of the categories of creational biology, genetic engineering and informatics.<br><br></p>
<address>E-mail: <a href="mailto:[email protected]" class="text_link">[email protected]</a></address>
</div>
</div>