-
Notifications
You must be signed in to change notification settings - Fork 35
/
index.html
477 lines (407 loc) · 26.7 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
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
<!doctype html>
<html>
<head>
<title>Sciware: a scientific software development learning community"</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="shortcut icon" href="/icons/favicon.ico" />
<link rel="stylesheet" href="assets/css/main-v2.css" />
</head>
<body>
<header>
<a href="#" style="width: 6rem; border-bottom: none"><img src="assets/sciware.png" alt="" /></a>
<h1>
<strong>Sciware</strong>, a scientific<br />
software learning community <br />
at the <a href="http://flatironinstitute.org">Flatiron Institute</a>.
</h1>
</header>
<main>
<section id="upcoming">
<h2>Upcoming Sciware Events</h2>
<ul>
<li>
<div class="details">
<div data-type="weekday">Thursday</div>
<div data-type="date">November 21</div>
<div data-type="time">10 AM — Noon</div>
<div data-type="location">160 5th Ave<br />4th Floor Classroom</div>
</div>
<div class="summary">
<h3>How to (try to) publish a reproducible paper</h3>
<p>There is a lot of code and data that goes into a paper (simulation, analysis, plotting) that doesn't belong in a software package. How do you share that code and data so that it is possible for your work to be reproducible? In this workshop, we will discuss considerations around sharing such code and data. Tools and topics will include workflow managers like Snakemake; software environments & installability; GitHub; README best practices; using repositories and data archives such as Zenodo; licensing; and more. We will focus on code and data products which are not intended to be maintained or generalizable but rather which are particular to a specific publication.</p>
</div>
</li>
</ul>
</section>
<section id="past">
<h2>Previous Events</h2>
<p>
In addition to the session slides listed below, many of the recordings from past events are available on
<a href="https://vimeo.com/showcase/sciware">Vimeo</a>. Please see the <a href="https://simonsfoundation.slack.com/archives/CDU1EE9V5" alt="sciware slack">#sciware </a>Slack channel for the password.
</p>
<ul>
<li>
<span>Session #35:</span>
<a href="/35_IntroToHPC/slides.html">Extended Intro to HPC</a>
<a href="https://github.com/flatironinstitute/sciware/tree/main/35_IntroToHPC" class="icon inline-icon brands fa-github" target="_blank" rel="noopener noreferrer"></a>
<span class="inline-date">October 2, 2024</span>
</li>
<li>
<span>Session #34:</span>
<a href="/34_PyPackaging/slides.html">Python Packaging</a>
<a href="https://github.com/flatironinstitute/sciware/tree/main/34_PyPackaging" class="icon inline-icon brands fa-github" target="_blank" rel="noopener noreferrer"></a>
<span class="inline-date">September 26, 2024</span>
</li>
<li>
<span>Session #33 day 4:</span>
<a href="/33_SummerIntro/day4.html">Intro to GitHub, Part 2</a>
<a href="https://github.com/flatironinstitute/sciware/tree/main/33_SummerIntro" class="icon inline-icon brands fa-github" target="_blank" rel="noopener noreferrer"></a>
<span class="inline-date">June 27, 2024</span>
</li>
<li>
<span>Session #33 day 3:</span>
<a href="/33_SummerIntro/day3.html">Intro to GitHub, Part 1</a>
<a href="https://github.com/flatironinstitute/sciware/tree/main/33_SummerIntro" class="icon inline-icon brands fa-github" target="_blank" rel="noopener noreferrer"></a>
<span class="inline-date">June 20, 2024</span>
</li>
<li>
<span>Session #33 day 2:</span>
<a href="/33_SummerIntro/day2.html">Intro to VS Code</a>
<a href="https://github.com/flatironinstitute/sciware/tree/main/33_SummerIntro" class="icon inline-icon brands fa-github" target="_blank" rel="noopener noreferrer"></a>
<span class="inline-date">June 12, 2024</span>
</li>
<li>
<span>Session #33 day 1:</span>
<a href="/33_SummerIntro/day1.html">Command line and Shell interaction</a>
<a href="https://github.com/flatironinstitute/sciware/tree/main/33_SummerIntro" class="icon inline-icon brands fa-github" target="_blank" rel="noopener noreferrer"></a>
<span class="inline-date">June 4, 2024</span>
</li>
<li>
<span>Session #32:</span>
<a href="/32_IntroToHPC/slides.html">Intro to High-Performance Computing</a>
<a href="https://github.com/flatironinstitute/sciware/tree/main/32_IntroToHPC" class="icon inline-icon brands fa-github" target="_blank" rel="noopener noreferrer"></a>
<span class="inline-date">April 25, 2024</span>
</li>
<li>
<span>Session #31:</span>
<a href="/31_CodeRobots/slides.html">Code Writing Robots and LLM Magic: The Good, The Bad, and The Ugly</a>
<a href="https://github.com/flatironinstitute/sciware/tree/main/31_CodeRobots" class="icon inline-icon brands fa-github" target="_blank" rel="noopener noreferrer"></a>
<a href="https://vimeo.com/showcase/7164070/video/938814931" class="icon inline-icon brands fa-vimeo" target="_blank" rel="noopener noreferrer"></a>
<span class="inline-date">March 28, 2024</span>
</li>
<li>
<span>Session #30:</span>
<a href="/30_CCQ/slides.html">Programming Language Interoperability</a>
<a href="https://github.com/flatironinstitute/sciware/tree/main/30_CCQ" class="icon inline-icon brands fa-github" target="_blank" rel="noopener noreferrer"></a>
<a href="https://vimeo.com/showcase/7164070/video/939128628" class="icon inline-icon brands fa-vimeo" target="_blank" rel="noopener noreferrer"></a>
<span class="inline-date">February 15, 2024</span>
</li>
<li>
<span>Session #29:</span>
<a href="/29_CCA/slides.html">CCA-Hosted Sciware</a>
<a href="https://github.com/flatironinstitute/sciware/tree/main/29_CCA" class="icon inline-icon brands fa-github" target="_blank" rel="noopener noreferrer"></a>
<a href="https://vimeo.com/showcase/7164070/video/885395764" class="icon inline-icon brands fa-vimeo" target="_blank" rel="noopener noreferrer"></a>
<span class="inline-date">November 11, 2023</span>
</li>
<li>
<span>Session #28:</span>
<a href="/28_CCB/slides.html">CCB-Hosted Sciware</a>
<a href="https://github.com/flatironinstitute/sciware/tree/main/28_CCB" class="icon inline-icon brands fa-github" target="_blank" rel="noopener noreferrer"></a>
<a href="https://vimeo.com/showcase/7164070/video/885390328" class="icon inline-icon brands fa-vimeo" target="_blank" rel="noopener noreferrer"></a>
<span class="inline-date">September 21, 2023</span>
</li>
<li>
<span>Session #27 day 4:</span>
<a href="/27_SummerIntro/day4.html">Summer Intro Series</a>
<a href="https://github.com/flatironinstitute/sciware/tree/main/27_SummerIntro" class="icon inline-icon brands fa-github" target="_blank" rel="noopener noreferrer"></a>
<a href="https://vimeo.com/showcase/7164070/video/885382496" class="icon inline-icon brands fa-vimeo" target="_blank" rel="noopener noreferrer"></a>
<span class="inline-date">June 21, 2023</span>
</li>
<li>
<span>Session #27 day 3:</span>
<a href="/27_SummerIntro/day3.html">Summer Intro Series</a>
<a href="https://github.com/flatironinstitute/sciware/tree/main/27_SummerIntro" class="icon inline-icon brands fa-github" target="_blank" rel="noopener noreferrer"></a>
<a href="https://vimeo.com/showcase/7164070/video/885375948" class="icon inline-icon brands fa-vimeo" target="_blank" rel="noopener noreferrer"></a>
<span class="inline-date">June 14, 2023</span>
</li>
<li>
<span>Session #27 day 2:</span>
<a href="/27_SummerIntro/day2.html">Summer Intro Series</a>
<a href="https://github.com/flatironinstitute/sciware/tree/main/27_SummerIntro" class="icon inline-icon brands fa-github" target="_blank" rel="noopener noreferrer"></a>
<a href="https://vimeo.com/showcase/7164070/video/835496004" class="icon inline-icon brands fa-vimeo" target="_blank" rel="noopener noreferrer"></a>
<span class="inline-date">June 6, 2023</span>
</li>
<li>
<span>Session #27 day 1:</span>
<a href="/27_SummerIntro">Summer Intro Series</a>
<a href="https://github.com/flatironinstitute/sciware/tree/main/27_SummerIntro" class="icon inline-icon brands fa-github" target="_blank" rel="noopener noreferrer"></a>
<a href="https://vimeo.com/showcase/7164070/video/832383176" class="icon inline-icon brands fa-vimeo" target="_blank" rel="noopener noreferrer"></a>
<span class="inline-date">May 31, 2023</span>
</li>
<li>
<span>Session #26:</span>
<a href="/26_DataFormats/slides.html">File Formats and Storing Data</a>
<a href="https://github.com/flatironinstitute/sciware/tree/main/26_DataFormats" class="icon inline-icon brands fa-github" target="_blank" rel="noopener noreferrer"></a>
<a href="https://vimeo.com/showcase/7164070/video/797753028" class="icon inline-icon brands fa-vimeo" target="_blank" rel="noopener noreferrer"></a>
<span class="inline-date">December 15, 2022</span>
</li>
<li>
<span>Session #25:</span>
<a href="/25_ModernC++/slides.html">Modern C++</a>
<a href="https://github.com/flatironinstitute/sciware/tree/main/25_ModernC++" class="icon inline-icon brands fa-github" target="_blank" rel="noopener noreferrer"></a>
<a href="https://vimeo.com/showcase/7164070/video/778640628" class="icon inline-icon brands fa-vimeo" target="_blank" rel="noopener noreferrer"></a>
<span class="inline-date">October 20, 2022</span>
</li>
<li>
<span>Session #24:</span>
<a href="/24_Types/slides.html">Types</a>
<a href="https://github.com/flatironinstitute/sciware/tree/main/24_Types" class="icon inline-icon brands fa-github" target="_blank" rel="noopener noreferrer"></a>
<a href="https://vimeo.com/showcase/7164070/video/778892798" class="icon inline-icon brands fa-vimeo" target="_blank" rel="noopener noreferrer"></a>
<span class="inline-date">September 29, 2022</span>
</li>
<li>
<span>Session #23:</span>
<a href="/23_CommandLine/slides.html">Command-line interaction and shells</a>
<a href="https://github.com/flatironinstitute/sciware/tree/main/23_CommandLine" class="icon inline-icon brands fa-github" target="_blank" rel="noopener noreferrer"></a>
<a href="https://vimeo.com/showcase/7164070/video/733280307" class="icon inline-icon brands fa-vimeo" target="_blank" rel="noopener noreferrer"></a>
<span class="inline-date">July 21, 2022</span>
</li>
<li>
<span>Session #22:</span>
<a href="/22_Editors/slides.html">Intro to code editors and debugging</a>
<a href="https://github.com/flatironinstitute/sciware/tree/main/22_Editors" class="icon inline-icon brands fa-github" target="_blank" rel="noopener noreferrer"></a>
<a href="https://vimeo.com/showcase/7164070/video/731055316" class="icon inline-icon brands fa-vimeo" target="_blank" rel="noopener noreferrer"></a>
<span class="inline-date">June 29, 2022</span>
</li>
<li>
<span>Session #21:</span>
<a href="/21_IntroGithub">Intro to Git and Github</a>
<a href="https://github.com/flatironinstitute/sciware/tree/main/21_IntroGithub" class="icon inline-icon brands fa-github" target="_blank" rel="noopener noreferrer"></a>
<a href="https://vimeo.com/showcase/7164070" class="icon inline-icon brands fa-vimeo" target="_blank" rel="noopener noreferrer"></a>
<span class="inline-date">June 21 - 22, 2022</span>
</li>
<li>
<span>Session #20:</span>
<a href="/20_Documentation/slides.html">Documentation: How to win users and influence science</a>
<a href="https://github.com/flatironinstitute/sciware/tree/main/20_Documentation" class="icon inline-icon brands fa-github" target="_blank" rel="noopener noreferrer"></a>
<a href="https://vimeo.com/showcase/7164070/video/695811502" class="icon inline-icon brands fa-vimeo" target="_blank" rel="noopener noreferrer"></a>
<span class="inline-date">Mar 24, 2022</span>
</li>
<li>
<span>Session #19:</span>
<a href="/19_Profiling/slides.html">Performance Troubleshooting and Profiling</a>
<a href="https://github.com/flatironinstitute/sciware/tree/main/19_Profiling" class="icon inline-icon brands fa-github" target="_blank" rel="noopener noreferrer"></a>
<a href="https://vimeo.com/showcase/7164070/video/672382395" class="icon inline-icon brands fa-vimeo" target="_blank" rel="noopener noreferrer"></a>
<span class="inline-date">Jan 27, 2022</span>
</li>
<li>
<span>Session #18:</span>
<a href="/18_Blender/slides.html">3D Scientific Visualization with Blender</a>
<a href="https://github.com/flatironinstitute/sciware/tree/main/18_Blender" class="icon inline-icon brands fa-github" target="_blank" rel="noopener noreferrer"></a>
<a href="https://vimeo.com/showcase/7164070/video/639252185" class="icon inline-icon brands fa-vimeo" target="_blank" rel="noopener noreferrer"></a>
<span class="inline-date">Oct 21, 2021</span>
</li>
<li>
<span>Session #17:</span>
<a href="/17_FICluster/slides.html">Performance-focused guide to using Flatiron Clusters</a>
<a href="https://github.com/flatironinstitute/sciware/tree/main/17_FICluster" class="icon inline-icon brands fa-github" target="_blank" rel="noopener noreferrer"></a>
<a href="https://vimeo.com/showcase/7164070/video/667883784" class="icon inline-icon brands fa-vimeo" target="_blank" rel="noopener noreferrer"></a>
<span class="inline-date">Nov 04, 2021</span>
</li>
<li>
<span>Session #16:</span>
<a href="/16_EditorsVSCode/slides.html">Intro to code editors</a>
<a href="https://github.com/flatironinstitute/sciware/tree/main/16_EditorsVSCode" class="icon inline-icon brands fa-github" target="_blank" rel="noopener noreferrer"></a>
<a href="https://vimeo.com/showcase/7164070/video/574579678" class="icon inline-icon brands fa-vimeo" target="_blank" rel="noopener noreferrer"></a>
<span class="inline-date">Jul 08, 2021</span>
</li>
<li>
<span>Session #15 day 2:</span>
<a href="/15_IntroGithub/slides2.html">Collaboration with Github</a>
<a href="https://github.com/flatironinstitute/sciware/tree/main/15_IntroGithub" class="icon inline-icon brands fa-github" target="_blank" rel="noopener noreferrer"></a>
<span class="inline-date">Jun 17, 2021</span>
</li>
<li>
<span>Session #15 day 1:</span>
<a href="/15_IntroGithub/slides1.html">Intro to Github</a>
<a href="https://github.com/flatironinstitute/sciware/tree/main/15_IntroGithub" class="icon inline-icon brands fa-github" target="_blank" rel="noopener noreferrer"></a>
<a href="https://vimeo.com/showcase/7164070/video/568915163" class="icon inline-icon brands fa-vimeo" target="_blank" rel="noopener noreferrer"></a>
<span class="inline-date">Jun 16, 2021</span>
</li>
<li>
<span>Session #14a:</span>
<a href="/14_TestingPackaging/slides.html">Testing and Packaging workshop</a>
<a href="https://github.com/flatironinstitute/sciware/tree/main/14_TestingPackaging" class="icon inline-icon brands fa-github" target="_blank" rel="noopener noreferrer"></a>
<a href="https://vimeo.com/showcase/7164070/video/551569254" class="icon inline-icon brands fa-vimeo" target="_blank" rel="noopener noreferrer"></a>
<span class="inline-date">Apr 29, 2021</span>
</li>
<li>
<span>Session #13:</span>
<a href="/13_Debugging/slides.html">Debugging</a>
<a href="https://github.com/flatironinstitute/sciware/tree/main/13_Debugging" class="icon inline-icon brands fa-github" target="_blank" rel="noopener noreferrer"></a>
<a href="https://vimeo.com/showcase/7164070/video/521019306" class="icon inline-icon brands fa-vimeo" target="_blank" rel="noopener noreferrer"></a>
<span class="inline-date">Mar 04, 2021</span>
</li>
<li>
<span>Session #12:</span>
<a href="/12_Functions/slides.html">Functions</a>
<a href="https://github.com/flatironinstitute/sciware/tree/main/12_Functions" class="icon inline-icon brands fa-github" target="_blank" rel="noopener noreferrer"></a>
<a href="https://vimeo.com/showcase/7164070/video/480005445" class="icon inline-icon brands fa-vimeo" target="_blank" rel="noopener noreferrer"></a>
<span class="inline-date">Nov 06, 2020</span>
</li>
<li>
<span>Session #11:</span>
<a href="/11_GitSWC/slides.html">Intro to Git with Software Carpentry</a>
<a href="https://github.com/flatironinstitute/sciware-swc-2020-09-git" class="icon inline-icon brands fa-github" target="_blank" rel="noopener noreferrer"></a>
<span class="inline-date">Sep 24 - Oct 01, 2020</span>
</li>
<li>
<span>Session #10:</span>
<a href="/10_EnvShell/slides.html">Shells and Environments</a>
<a href="https://github.com/flatironinstitute/sciware/tree/main/10_EnvShell" class="icon inline-icon brands fa-github" target="_blank" rel="noopener noreferrer"></a>
<a href="https://vimeo.com/showcase/7164070/video/451198564" class="icon inline-icon brands fa-vimeo" target="_blank" rel="noopener noreferrer"></a>
<span class="inline-date">Aug 13, 2020</span>
</li>
<li>
<span>Session #09:</span>
<a href="/09_IntelVTune/slides.html">Intel VTune</a>
<a href="https://vimeo.com/showcase/7164070/video/431887277" class="icon inline-icon brands fa-vimeo" target="_blank" rel="noopener noreferrer"></a>
<span class="inline-date">Jun 18, 2020</span>
</li>
<li>
<span>Session #08:</span>
<a href="/08_Julia/slides.html">Intro to Julia</a>
<a href="https://github.com/flatironinstitute/sciware/tree/main/08_Julia" class="icon inline-icon brands fa-github" target="_blank" rel="noopener noreferrer"></a>
<a href="https://vimeo.com/showcase/7164070/video/421645775" class="icon inline-icon brands fa-vimeo" target="_blank" rel="noopener noreferrer"></a>
<span class="inline-date">May 14, 2020</span>
</li>
<li>
<span>Session #07:</span>
<a href="/07_RemoteWork/slides.html">Working Remotely</a>
<a href="https://github.com/flatironinstitute/sciware/tree/main/07_RemoteWork" class="icon inline-icon brands fa-github" target="_blank" rel="noopener noreferrer"></a>
<span class="inline-date">Apr 16, 2020</span>
</li>
<li>
<span>Session #06:</span>
<a href="/06_ModernC++/slides.html">Modern C++</a>
<a href="https://github.com/flatironinstitute/sciware/tree/main/06_ModernC%2B%2B" class="icon inline-icon brands fa-github" target="_blank" rel="noopener noreferrer"></a>
<span class="inline-date">Jan 30, 2020</span>
</li>
<li>
<span>Session #05c:</span>
<a href="/05_Parallelization/slides-terms.html">Parallel and Distributed terminology</a>
<a href="https://github.com/flatironinstitute/sciware/tree/main/05_Parallelization" class="icon inline-icon brands fa-github" target="_blank" rel="noopener noreferrer"></a>
<span class="inline-date">Feb 28, 2019</span>
</li>
<li>
<span>Session #05b:</span>
<a href="/05_Parallelization/slides-intro.html">Parallel and Distributed Computing</a>
<a href="https://github.com/flatironinstitute/sciware/tree/main/05_Parallelization" class="icon inline-icon brands fa-github" target="_blank" rel="noopener noreferrer"></a>
<span class="inline-date">Oct 17, 2019</span>
</li>
<li>
<span>Session #05a:</span>
<a href="/05_Parallelization/slides-apis.html">Parallel and Distributed APIs</a>
<a href="https://github.com/flatironinstitute/sciware/tree/main/05_Parallelization" class="icon inline-icon brands fa-github" target="_blank" rel="noopener noreferrer"></a>
<span class="inline-date">Oct 17, 2019</span>
</li>
<li>
<span>Session #04b:</span>
<a href="/04_Debugging/slides2.html">Debugging: System Tools</a>
<a href="https://github.com/flatironinstitute/sciware/tree/main/04_Debugging" class="icon inline-icon brands fa-github" target="_blank" rel="noopener noreferrer"></a>
<span class="inline-date">Aug 29, 2019</span>
</li>
<li>
<span>Session #04a:</span>
<a href="/04_Debugging/slides1.html">Debugging Strategies</a>
<a href="https://github.com/flatironinstitute/sciware/tree/main/04_Debugging" class="icon inline-icon brands fa-github" target="_blank" rel="noopener noreferrer"></a>
<span class="inline-date">Aug 29, 2019</span>
</li>
<li>
<span>Session #03:</span>
<a href="/03_ToolsWorkflows/slides.html">Tools and Workflows Show and Tell Intro</a>
<a href="https://github.com/flatironinstitute/sciware/tree/main/03_ToolsWorkflows" class="icon inline-icon brands fa-github" target="_blank" rel="noopener noreferrer"></a>
<span class="inline-date">Jul 18, 2019</span>
</li>
<li>
<span>Session #02:</span>
<a href="/02_Testing/reveal.html">Testing Scientific Software</a>
<a href="https://github.com/flatironinstitute/sciware/tree/main/02_Testing" class="icon inline-icon brands fa-github" target="_blank" rel="noopener noreferrer"></a>
<span class="inline-date">May 09, 2019</span>
</li>
<li>
<span>Session #01:</span>
<a href="/01_Overview/reveal.html">Overview</a>
<a href="https://github.com/flatironinstitute/sciware/tree/main/01_Overview" class="icon inline-icon brands fa-github" target="_blank" rel="noopener noreferrer"></a>
<span class="inline-date">Mar 28, 2019</span>
</li>
<li>
<span>Session #00:</span>
<a href="/00_Founding/slides.html">Founding</a>
<a href="https://github.com/flatironinstitute/sciware/tree/main/00_Founding" class="icon inline-icon brands fa-github" target="_blank" rel="noopener noreferrer"></a>
<span class="inline-date">Feb 28, 2019</span>
</li>
</ul>
</section>
<section id="about">
<h2>About</h2>
<div class="columns">
<div>
<p> <b>Sciware</b> is a Flatiron-wide activity to share and build scientific software development and computing skills in a variety of areas. Our goal is to create an environment where everyone can discuss technologies, tools, and tricks that make their research process more efficient, across all experience levels, language and technology choices, and scientific disciplines. </p>
<p> We meet roughly once a month on Thursdays at 3pm and focus on a specific topic, bringing Flatiron (and occasionally external) expertise together to demonstrate and discuss everything from debuggers to editors to file formats, optimization to packaging. Events are open to all Flatiron and Simons Foundation researchers, as well as their external students and collaborators. </p>
<p>
There is also a
<a href="https://simonsfoundation.slack.com/archives/CDU1EE9V5" alt="#sciware Slack Channel">#sciware </a>
channel on the Simons Foundation Slack that everyone is encouraged to join and ask questions, share knowledge, or request code reviews.
</p>
</div>
<div>
<h2>Organizers</h2>
<li>Kelle Cruz, Flatiron</li>
<li>Dylan Simon, SCC</li>
<li>Robert Blackwell, SCC</li>
<li>Billy Broderick, CCN</li>
<li>Chris Edelmaier, CCB</li>
<li>Lehman Garrison, SCC</li>
<li>Geraud Krawezik, SCC</li>
<li>Jeff Soules, CCM</li>
<li>Nils Wentzell, CCQ</li>
<div style="height: 2rem"></div>
<h2>Contact</h2>
<div style="display: flex; column-gap: 1rem">
<h3 class="icon solid fa-envelope">
<span class="label">Email</span>
</h3>
<a href="mailto:[email protected]">[email protected]</a>
</div>
</div>
</div>
</section>
</main>
<footer>
<ul class="icons">
<li>
<a href="https://github.com/flatironinstitute/sciware" class="icon brands fa-github" alt="Sciware GitHub repository">
<span class="label">GitHub</span>
</a>
</li>
<li>
<a href="https://simonsfoundation.slack.com/archives/CDU1EE9V5" class="icon brands fa-slack" alt="#sciware Slack channel">
<span class="label">Slack</span>
</a>
</li>
<li>
<a href="https://vimeo.com/showcase/sciware" class="icon brands fa-vimeo" alt="Sciware Vimeo showcase">
<span class="label">Vimeo</span>
</a>
</li>
<li>
<a href="mailto:[email protected]" class="icon solid fa-envelope" alt="Email sciware">
<span class="label">Email</span>
</a>
</li>
</ul>
</footer>
</body>
</html>