-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
193 lines (168 loc) · 11.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="favicon.ico">
<title>BioSmalltalk</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/lavish-bootstrap.css" rel="stylesheet" type="text/css">
<!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script src="js/ie-emulation-modes-warning.js"></script>
<!-- Custom styles for this template -->
<link href="css/carousel.css" rel="stylesheet">
</head>
<!-- NAVBAR
================================================== -->
<body>
<div class="navbar-wrapper">
<div class="container">
<nav class="navbar navbar-inverse navbar-static-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">BioSmalltalk</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class="active"><a href="#">Home</a></li>
<li><a target="_blank" href="">Documentation</a></li>
<li><a target="_blank" href="https://biosmalltalk.blogspot.com">Blog</a></li>
<li><a target="_blank" href="https://github.com/hernanmd/biosmalltalk">Code</a></li>
<li><a target="_blank" href="https://groups.google.com/forum/#!forum/biosmalltalk-users">Mailing-list</a></li>
<!-- <li><a target="_blank" href="https://groups.google.com/forum/#!forum/biosmalltalk-users">Contact</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">More <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a href="#">Examples</a></li>
<li><a href="#">Forums</a></li>
<li><a href="#">Installation Help</a></li>
<li class="divider"></li>
<li class="dropdown-header">Developers</li>
<li><a href="#">How to Contribute</a></li>
<li><a href="#">Coding Conventions</a></li>
<li><a href="#">Contributors</a></li>
<li><a href="#">License</a></li>
</ul>
</li> -->
</ul>
</div>
</div>
</nav>
</div>
</div>
<!-- Carousel
================================================== -->
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<div class="carousel-inner" role="listbox">
<div class="item active">
<div class="container">
<div class="carousel-caption">
<h1>BioSmalltalk: Bioinformatics in a pure objects environment.</h1>
<p>Build bioinformatics scripts and applications using the most powerful object technology as of today, the Smalltalk programming environment</p>
<p><a href="https://dl.orangedox.com/9nDkfMAi9Hd6JXXvC4" type="application/msdos-windows" class="btn btn-lg btn-success" download>BioSmalltalk 1.0 for Windows</a></p>
<p><a href="https://dl.orangedox.com/Y0ZpyTjYgO485r1NEV" type="application/tar" class="btn btn-lg btn-success" download>BioSmalltalk 1.0 for GNU/Linux</a></p>
</div>
</div>
</div>
</div>
<a class="left carousel-control" href="#myCarousel" role="button" data-slide="prev">
<!-- <span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span> -->
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" role="button" data-slide="next">
<!-- <span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span> -->
<span class="sr-only">Next</span>
</a>
</div><!-- /.carousel -->
<!-- Marketing messaging and featurettes
================================================== -->
<!-- Wrap the rest of the page in another container to center all the content. -->
<div class="container marketing">
<!-- Three columns of text below the carousel -->
<div class="row">
<div class="col-lg-4">
<img class="img-circle" src="images/BioSmalltalk_Synax_Example.jpg" alt="Complete BioSmalltalk Syntax" width="140" height="140">
<h2>Easiest programming language</h2>
<p>Only 5 keywords. True complete reflective object model with the best developement tools. BioSmalltalk is released in a <a target="_blank" href="http://www.pharo.org/">Pharo Smalltalk</a> virtual image. </p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-4">
<img class="img-circle" src="images/BioSmalltalk_Logo.jpg" alt="BioSmalltalk Logo" width="140" height="140">
<h2>Where innovation happens</h2>
<p>Enjoy the programming environment where technology has brought <a target="_blank" href="http://en.wikipedia.org/wiki/Garbage_collection_%28computer_science%29">Generational Garbage Collection</a>, <a target="_blank" href="http://en.wikipedia.org/wiki/Just-in-time_compilation">Just-In-Time Compilation</a>, <a target="_blank" href="http://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller">Model-View-Controller</a>, <a target="_blank" href="http://en.wikipedia.org/wiki/SUnit">Unit Testing</a>, <a target="_blank" href="http://en.wikipedia.org/wiki/Trait_(computer_programming)">Traits</a>, <a target="_blank" href="http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.57.3575">Lightweight Classes</a>, <a target="_blank" href="http://www.refactory.com/tools/refactoring-browser">Refactoring Browser</a> and <a target="_blank" href="http://www.laputan.org/brant/brant.html">Method-Wrappers</a>. </p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-4">
<img class="img-circle" src="images/BioSmalltalk_Expressions.jpg" alt="Generic placeholder image" width="140" height="140">
<h2>Bioinformatics objects</h2>
<p>Connect to NCBI BLAST, Entrez, EBI, and similar Bioinformatics services around the world. BioSmalltalk is a work in progress and you are welcome to collaborate with your skills. Sign-in the <a target="_blank" href="http://groups.google.com/group/biosmalltalk-users">users</a> or <a target="_blank" href="http://groups.google.com/group/biosmalltalk-developers">developers</a> mailing-lists for details</p>
</div><!-- /.col-lg-4 -->
</div><!-- /.row -->
<!-- START THE FEATURETTES -->
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7">
<h2 class="featurette-heading">Built for life-scientists and developers</h2>
<p class="lead">In BioSmalltalk life scientists or non-professional programmers may develop fast without the complexities of typical programming environments.</p>
</div>
<div class="col-md-5">
<img class="featurette-image img-responsive center-block" src="images/BioSmalltalk_Screenshot3.jpg" alt="BioSmalltalk Screenshot">
<br />
<img class="featurette-image img-responsive center-block" src="images/BioSmalltalk_Screenshot4.jpg" alt="BioSmalltalk Screenshot">
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7 col-md-push-5">
<h2 class="featurette-heading">High productivity</h2>
<p class="lead">Prototype freely your models with no need of a database to store your objects. Change a running program, change the implementation of a class while looking at a live instance of it.</p>
</div>
<div class="col-md-5 col-md-pull-7">
<iframe src="https://player.vimeo.com/video/120312074" width="430" height="281" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe> <p><a href="https://vimeo.com/120312074">PhyloclassTalk Demo 1</a>.</p>
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7">
<h2 class="featurette-heading"> <span class="text-muted">Supported ecosystem</span></h2>
<p class="lead">BioSmalltalk relies on Pharo ecosystem well-known libraries like <a target="_blank" href="http://scg.unibe.ch/research/helvetia/petitparser">PetitParser</a>, <a target="_blank" href="http://agilevisualization.com/">Roassal</a>, <a target="_blank" href="http://scg.unibe.ch/research/helvetia/petitparser">XML Parsers</a>, <a target="_blank" href="http://zn.stfx.eu/zn/index.html">Zinc HTTP Components</a>, <a target="_blank" href="http://rmod.inria.fr/web/software/Fuel">Fuel</a>, <a target="_blank" href="https://github.com/SquareBracketAssociates/NumericalMethods/releases/download/snapshot-2015-01-26/NumericalMethods-jan2015.pdf">Numerical Methods</a>, <a target="_blank" href="http://www.deepintopharo.com/">OS libraries</a>, etc. No need to search and maintain library imports, file locations, folder structures, memorize commands, perform never-ending scrolling, declare types and casts, and no need to read endless manuals.
</p>
</div>
<div class="col-md-5">
<a target="_blank" href="images/BioSmalltalk_Screenshot5.jpg">
<img class="featurette-image img-responsive center-block" src="images/BioSmalltalk_Screenshot5.jpg" alt="BioSmalltalk Screenshot with Roassal">
</a>
<br />
<a target="_blank" href="images/BioSmalltalk_Screenshot6.jpg">
<img class="featurette-image img-responsive center-block" src="images/BioSmalltalk_Screenshot6.jpg" alt="BioSmalltalk Screenshot with Nautilus Browsing">
</a>
</div>
</div>
<hr class="featurette-divider">
<!-- /END THE FEATURETTES -->
<!-- FOOTER -->
<footer>
<p class="pull-right"><a href="#">Back to top</a></p>
<p>© 2015 Hernán Morales Durand. · <a href="#">Privacy</a> · <a href="#">Terms</a></p>
</footer>
</div><!-- /.container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<!-- Just to make our placeholder images work. Don't actually copy the next line! -->
<script src="js/vendor/holder.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>