forked from QuantStack/quantstack.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprojects.html
executable file
·181 lines (162 loc) · 9.89 KB
/
projects.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
<!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">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="js/html5shiv.min.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
<title>QuantStack PROJECTS</title>
<link href="css/styles.css" rel="stylesheet">
<link href="css/styles.css" rel="stylesheet">
<!--OWL Carousel slider-->
<link rel="stylesheet" href="css/owl.carousel.css" type="text/css">
<link rel="stylesheet" href="css/owl.transitions.css" type="text/css">
<link rel="stylesheet" href="css/owl.carousel.template.css" type="text/css">
</head>
<body>
<div id="content-head"> </div>
<div class="container-fluid fond fond4 parallax">
<div class="container">
<p class="petit-titre">PROJECTS</p>
<div class="trait"></div>
<h1 class="col-md-10 col-md-push-1">QuantStack developers are behind major open-source projects which you already use and love.</h1>
</div>
</div>
<div class="spacer big"></div>
<div class="container-fluid">
<div class="row project-category">
<div class="col-lg-10 col-md-12 col-lg-push-1">
<div class="col-md-12">
<h3 class="secondaire">Project Jupyter</h3>
</div>
<div class="col-md-4">
<img src="img/project-categories/jupyter.png" class="img-responsive" style="filter: grayscale(1);">
</div>
<div class="col-md-8 team-intro-txt">
<p>QuantStack is one of the main organizations supporting the Jupyter project, an open-source ecosystem of developer tools meant to improve the workflows of scientists and engineers.</p>
<p>In the past few years, Jupyter has become a <i>de-facto</i> standard in both industry and academia, at the foundation of the main open-source and commercial data science platforms, with millions of users.</p>
<p>The team comprises seven core contributors and maintainers the project. We are also behind several popular extensions for <a href="https://blog.jupyter.org/ipygany-jupyter-into-the-third-dimension-29a97597fc33">data visualization</a>, <a href="https://blog.jupyter.org/jupyterlab-ros-3dc9dab7f421">robotics</a>, and <a href="https://blog.jupyter.org/and-voil%C3%A0-f6a2c08a4a93">dashboarding</a>.</p>
<p>The QuantStack team is responsible for several major evolutions in the project, such as the <a href="https://blog.jupyter.org/a-visual-debugger-for-jupyter-914e61716559">JupyterLab visual debugger</a>, and <a href="https://blog.jupyter.org/how-we-made-jupyter-notebooks-collaborative-with-yjs-b8dff6a9d8af">collaborative editing</a>.</p>
</div>
</div>
</div>
</div>
<div class="spacer big grey-bg"></div>
<div class="container-fluid grey-bg">
<div class="row project-category">
<div class="col-lg-10 col-md-12 col-lg-push-1">
<div class="col-md-12 team-intro-txt">
<h3 class="secondaire">Xtensor</h3>
</div>
<div class="col-md-4">
<img src="img/project-categories/xtensor.png" class="img-responsive" style="filter: grayscale(1);">
</div>
<div class="col-md-8 team-intro-txt">
<p>QuantStack is the main organization behind the <a href="https://github.com/xtensor-stack/xtensor">Xtensor</a> project, a <i>fast</i> N-D array library in modern C++, with <a href="https://github.com/xtensor-stack/xtensor-python">Python</a>, <a href="https://github.com/xtensor-stack/xtensor-r">R</a>, and <a href="https://github.com/xtensor-stack/xtensor-julia">Julia</a> bindings.</p>
<p>With the Xtensor project, we strive to offer high-level C++ API similar to the NumPy API, but the performance of fine-tuned SIMD-accelerated code.</p>
<p>The <a href="https://github.com/xtensor-stack/xsimd/">xsimd</a> project, which underlies the SIMD acceleration of xtensor has been adopted well beyond the xtensor project, as it has been adopted in major open-source projects such as <a href="https://pythran.readthedocs.io/">Pythran</a> and <a href="https://arrow.apache.org/">Apache Arrow</a>.</p>
</div>
</div>
</div>
</div>
<div class="spacer big"></div>
<div class="container-fluid">
<div class="row project-category">
<div class="col-lg-10 col-md-12 col-lg-push-1">
<div class="col-md-12">
<h3 class="secondaire">Conda-forge</h3>
</div>
<div class="col-md-4">
<img src="img/project-categories/condaforge.png" class="img-responsive" style="filter: grayscale(1);">
</div>
<div class="col-md-8 team-intro-txt">
<p><a href="https://conda-forge.org/">Conda-forge</a> is a community-led build infrastructure and a distribution of scientific computing packages. Over the past few years, it has become one of the main source of such packages, with over two thousand contributors, tens of thousands of packages, and hundreds of millions of package downloads per month.</p>
<p>QuantStack contributes to the conda-forge project as we maintain a large number of recipes ranging from the Jupyter ecosystem to industrial robotics package, and we help maintain the tooling underlying the distribution.</p>
</div>
</div>
</div>
</div>
<div class="spacer big grey-bg"></div>
<div class="container-fluid grey-bg">
<div class="row project-category">
<div class="col-lg-10 col-md-12 col-lg-push-1">
<div class="col-md-12">
<h3 class="secondaire">Mamba</h3>
</div>
<div class="col-md-4">
<img src="img/project-categories/mamba.png" class="img-responsive" style="filter: grayscale(1);">
</div>
<div class="col-md-8 team-intro-txt">
<p>Our latest endeavor is the <a href="https://github.com/mamba-org/mamba">Mamba</a> project, a <i>fast</i> drop-in replacement for the conda package manager. Mamba can be several orders of magnitude faster than conda to resolve compatibility contraints of conda environment, especially when dealing with large package repositories such as <a href="https://conda-forge.org/">conda-forge</a>.</p>
<p>Mamba has been adopted by major projects such as conda-forge, bioconda, Jupyter's MyBinder.org, and is used in large corporate settings.</p>
<p>Beyong mamba, we are also responsible for the <a href="https://github.com/mamba-org/quetz">Quetz</a> project, an open-source hosting service for conda packages.</p>
</div>
</div>
</div>
</div>
<div class="spacer big"></div>
<div class="container-fluid">
<div class="row project-category">
<div class="col-lg-10 col-md-12 col-lg-push-1">
<div class="col-md-12">
<h3 class="secondaire">Voilà</h3>
</div>
<div class="col-md-4">
<img src="img/project-categories/voila.png" class="img-responsive" style="filter: grayscale(1);">
</div>
<div class="col-md-8 team-intro-txt">
<p>We are the creators of <a href="https://github.com/voila-dashboards/voila">Voilà</a>, which can transform Jupyter notebooks into standalone web applications and dashboards.</p>
<p>Voilà has been incorporated as a Jupyter subproject.</p>
</div>
</div>
</div>
</div>
<div class="spacer big grey-bg"></div>
<div class="container-fluid grey-bg">
<div class="row project-category">
<div class="col-lg-10 col-md-12 col-lg-push-1">
<div class="col-md-12">
<h3 class="secondaire">Xeus</h3>
</div>
<div class="col-md-4">
<img src="img/project-categories/xeus.png" class="img-responsive" style="filter: grayscale(1);">
</div>
<div class="col-md-8 team-intro-txt">
<p>The QuantStack team started the <a href="https://github.com/jupyter-xeus/xeus">Xeus</a> framework, a reference implementation of the Jupyter kernel protocol in C++, and several Jupyter kernels, such as <a href="https://github.com/jupyter-xeus/xeus-cling">xeus-cling</a>, a C++ Jupyter kernel, <a href="https://github.com/jupyter-xeus/xeus-python">xeus-python</a>, a Python Jupyter kernel, and <a href="https://github.com/jupyter-xeus/xeus-robot">xeus-robot</a> a kernel for Robotframework.</p>
<p>Xeus is now officially part of the Jupyter project.</p>
</div>
</div>
</div>
</div>
<div class="spacer big"></div>
<div class="container-fluid">
<div class="row project-category">
<div class="col-lg-10 col-md-12 col-lg-push-1">
<div class="col-md-12">
<h3 class="secondaire">RoboStack</h3>
</div>
<div class="col-md-4">
<img src="img/project-categories/robostack.png" class="img-responsive" style="filter: grayscale(1);">
</div>
<div class="col-md-8 team-intro-txt">
<p>The RoboStack initiative aims at bringing together the PyData, Jupyter, and ROS stacks, into a unified toolkit, including a rich ROS and Jupyter integration and the packaging of ROS packages with conda.</p>
</div>
</div>
</div>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="js/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
<div id="content-foot"></div>
<script src="js/include-menus.js"></script>
</body>
</html>