forked from fossasia/pslab-scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
701 lines (672 loc) · 45.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
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
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
<!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="Pocket Science Lab">
<meta name="keywords" content="PSLab, Pocket Science Lab, Android, Python Science Lab, ExpEYES, FOSSASIA">
<meta name="author" content="">
<title>Pocket Science Lab</title>
<!-- Bootstrap Core CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- Theme CSS -->
<link href="css/clean-blog.min.css" rel="stylesheet">
<!-- Custom Fonts -->
<script src="https://use.fontawesome.com/f219d2cd7c.js"></script>
<link href='https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<link href="css/custom.css" rel="stylesheet">
<link rel="icon" type="image/png" href="img/favicon.png">
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-default navbar-custom navbar-static-top" id="sticky-navbar">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header navbar-static-top page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span> Menu <i class="fa fa-bars"></i>
</button>
<a href="http://fossasia.org" id="light-logo" class="link-logo"><img src="img/fossasia-logo-light.png"
alt="fossasia logo" class="logo-navbar" style="cursor: pointer;">
</a>
<a href="http://fossasia.org" id="dark-logo" class="link-logo" style="display: none;margin-left:10px">
<img src="img/fossasia-logo.png" alt="fossasia logo" class="logo-navbar" style="cursor: pointer;">
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<!-- <li id="fossasia-link">
<a href="http://fossasia.org" target="_blank">FOSSASIA</a>
</li> -->
<li>
<a href="index.html" title="Home"><i class="fa fa-home"></i> Home</a>
</li>
<li>
<a href="#features" title="Features"><i class="fas fa-star"></i> Features</a>
</li>
<li>
<a href="https://github.com/fossasia/pslab.fossasia.org/wiki/Ideas" title="Ideas"><i class="fas fa-lightbulb"></i> Ideas</a>
</li>
<li class="dropdown" id="getstarted">
<a class="menu-item" href="#installation" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false" class="dropdown-tab-navbar" title="Getting Started">Getting Started<span class="caret" style="margin-left: 1px;"></span></a>
<ul class="dropdown-menu dropdown-menu-right">
<li>
<a href="#design" title="Design your own experiment">Design your own experiment</a>
</li>
<li>
<a href="#installation" title="Installation">Installation</a>
</li>
<li>
<a href="#communication" title="Hardware communication">Hardware communication</a>
</li>
</ul>
</li>
<li>
<a href="#developers" title="Developers And Mentors"><i class="fas fa-male"></i> Developers And Mentors</a>
</li>
<li>
<a href="https://github.com/fossasia/pslab-hardware/blob/master/docs/schematics/PSLab.pdf" title="PSLab-Schematics"><i class="fas fa-flask"></i> PSLab-Schematics</a>
</li>
<li>
<a href="http://blog.fossasia.org/tag/pslab/" title="Blog"><i class="fas fa-rss-square"></i> Blog</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<!-- Page Header -->
<!-- Set your background image for this header on the line below. -->
<header class="intro-header" style="background-image: linear-gradient(120deg, #9C0000, #FF5733); " id="sadfasf">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<div class="site-heading">
<img src="" height="" alt="">
<h1>PSLab - Pocket Science Lab</h1>
<hr class="small">
<center>
<span class="subheading">Open Source Pocket Science Lab from FOSSASIA</span>
</center>
<br>
<a href="https://github.com/fossasia/pslab-hardware" target="_blank" class="btn"><font color="#FFF"><i class="fas fa-hdd"></i> PSLab Hardware Repo</font></a>
<a href="https://github.com/fossasia/pslab-firmware" target="_blank" class="btn"><font color="#FFF">PSLab Firmware Repo</font></a>
<a href="https://github.com/fossasia/pslab-android" target="_blank" class="btn"><font color="#FFF"><i class="fab fa-android"></i> PSLab Android Repo</font></a>
</div>
</div>
</div>
</div>
</header>
<!-- Main Content -->
<div class="container">
<div class="row">
<div class="col-lg-9 col-lg-offset-2 col-md-10 col-md-offset-1">
<div class="post-preview">
<h1 class="page-header"> <font color="#333333">PSLab</font>
<small> - Pocket Science Lab</small>
</h1>
<p>The goal of PSLab is to create an Open Source hardware device (open on all layers) that can be used for experiments by teachers, students and citizen scientists. Our tiny pocket lab provides an array of sensors for doing science and engineering experiments. It provides functions of numerous measurement devices including an oscilloscope, a waveform generator, a frequency counter, a programmable voltage, current source and as a data logger.</p>
<p>We are developing the experiments starting on the <a href="https://github.com/fossasia/pslab-hardware" target="_blank">hardware</a> to libraries and <a href="https://github.com/fossasia/pslab-dekstop-apps" target="_blank">user interfaces for desktop PCs</a> and <a href="https://github.com/fossasia/pslab-android">Android apps</a> for smartphones. The PSLab project is inspired by the work of the <a href="http://openhardware.science">Open Science Hardware community</a> and the <a href="http://expeyes.in">ExpEYES</a> project.</p>
<div class="col-lg-6 col-sm-6 text-center">
<figure>
<img class="" src="img/pslabdesign.png" alt="">
<figcaption>
<font color="#8B7878">New Front Panel Design</font>
</figcaption>
</figure>
</div>
<div class="col-lg-6 col-sm-6 text-center">
<figure>
<img src="img/psl2.jpg" alt="">
<figcaption>
<font color="#8B7878">Size:62mmx78mmx13mm</font>
</figcaption>
</figure>
</div>
<br>
<p>The desktop applications for the control and measurement functions are written in Python programming language. Pyqtgraph is used for plotting library. A variety of experiments can be performed using GUI applications written in python. PSLab is interfaced and powered by USB port of the computer.</p>
<hr>
<div class="post-preview" id='features'>
<h1 class="page-header"> <font color="#333333">Features of PSLab</font>
<small> - Various control and measurement tools</small>
</h1>
<p>PSLab is equipped with an array of useful control and measurement tools. This tiny but powerful Pocket Science Lab enables you to perform various experiments and study a wide range of phenomena.</p>
<p>Some of the important applications of PSLab are mentioned below...</p>
<div class="row">
<div class="col-sm-6">
<ul>
<font color="#8F939F">
<li>4-Channel, up to 2MSPS Oscilloscope</li>
<li>12-bit Voltmeter. Programmable gain. Input ranges from +/-10mV to +/-16V</li>
<li>3x 12-bit Programmable voltage sources/ +/-3.3V,+/-5V,0-3V </li>
<li>12-bit Programmable current source. 0-3.3mA</li>
<li>Supports Advanced Plugins/Add-on Modules</li>
</font>
</ul>
</div>
<div class="col-xm-6 col-sm-6 col-md-6 col-lg-6">
<ul>
<font color="#8F939F">
<li>4-Channel, 4MHz, 15nS Logic Analyzer</li>
<li> 2x sine wave generators. 5Hz to 5KHz. Manual amplitude control</li>
<li>4x PWM generators. 15nS resolution. Up to 8MHz</li>
<li>Capacitance Measurement. pF to uF range</li>
<li>I2C, SPI , UART data buses for Accel/gyros/humidity etc</li>
</font>
</ul>
</div>
<p>For desktop PCs a Python communication library and PyQt4 based graphic user interfaces are available for a number of experiments, that make PSLab a must have tool for programmers, hobbyists, science and engineering teachers and students. </p>
<a href="http://blog.fossasia.org/features-and-controls-of-pocket-science-lab/">
<font color="#e12b00"> Learn More...</font>
</a>
<hr>
<div class="post-preview">
<h1 class="page-header"> <font color="#333333">PSLab Code Repositories</font>
<small> - ........</small>
</h1>
</div>
<P>The following <a href="https://github.com/fossasia?utf8=✓&q=pslab">code repositories</a> of PSLab are available.</P>
<ul>
<li>Hardware for PSLab: <a href="https://github.com/fossasia/pslab-hardware">github.com/fossasia/pslab-hardware</a> </span></li>
<li>Firmware for PSLab: <a href="https://github.com/fossasia/pslab-firmware">github.com/fossasia/pslab-firmware</a> </span></li>
<li>Android App for PSLab: <a href="https://github.com/fossasia/pslab-android">github.com/fossasia/pslab-android</a> </span></li>
<li>Python Library for PSLab: <a href="https://github.com/fossasia/pslab-python">github.com/fossasia/pslab-python</a> </span></li>
<li>PSLab-Apps for Qt based GUI programs, widgets and templates for various experiments using Python: <a href="https://github.com/fossasia/pslab-desktop-apps">github.com/fossasia/pslab-desktop-apps</a> </span></li>
</ul>
<hr>
<div class="post-preview" id='installation'>
<h1 class="page-header"> <font color="#333333">Installation </font>
<small> How to install PSLab for Desktop PCs from source?</small></h1>
<p>To install PSLab for Desktop PCs on Debian based Gnu/Linux system, the following dependencies must be installed.
</div>
<pre><strong><span style="color: #333333;">Dependencies</span></strong>
============
PyQt 4.7+, PySide, or PyQt5
python 2.6, 2.7, or 3.x
NumPy, Scipy
pyqt4-dev-tools #for pyuic4
Pyqtgraph #Plotting library
pyopengl and qt-opengl #for 3D graphics
iPython-qtconsole #optional</pre>
<p>Now clone both the repositories <span style="color: #e12b00;"><a style="color: #e12b00;" href="https://github.com/fossasia/pslab-desktop-apps" target="_blank">pslab-desktop-apps</a></span> and <span style="color: #e12b00;"><a style="color: #e12b00;" href="https://github.com/fossasia/pslab-python" target="_blank">pslab-python</a></span> </p>
Libraries must be installed in the following order
<p style="padding-left: 120px;">1. pslab-apps</p>
<p style="padding-left: 120px;">2. pslab</p>
To install, cd into the directories
<pre class="plain-readme">$ cd <SOURCE_DIR></pre> and run the following (for both the repos)
<pre class="plain-readme">$ sudo make clean</pre>
<pre class="plain-readme">$ sudo make </pre>
<pre class="plain-readme">$ sudo make install</pre> Now you are ready with the PSLab software on your machine :) For the main GUI (Control panel), you can run <em>Experiments</em> from the terminal.
<pre class="plain-readme">$ Experiments</pre>
<a href="http://blog.fossasia.org/pslab-code-repository-and-installation/">
<font color="#e12b00"> Read More...</font>
</a>
</div>
<hr>
<div class="post-preview" id='communication'>
<h1 class="page-header"> <font color="#333333">Communicating with PSLab </font>
<small> Getting started...</small></h1>
<p>Connecting a PC to PSLab is as simple and straight forward as this...</p>
<pre><span style="color: #808080;">>>> from PSL import sciencelab
>>> I = sciencelab.connect() <span style="color: #666699;">#Returns None if device isn't found</span>
<span style="color: #666699;"># An example function that measures voltage present at the specified analog input</span>
>>> print I.get_average_voltage('CH1')</span></pre>
<p>Various sensors can be connected to PSLab and data can be fetched with a simple python code as shown below...</p>
<pre class="western"><span style="color: #808080;">>>> from PSL.SENSORS import HMC5883L <span style="color: #666699;">#A 3-axis magnetometer</span>
>>> M = HMC5883L.connect()
>>> Gx,Gy,Gz = M.getRaw()
</span></pre>
<h4>Example 1: Capturing and plotting a sine wave</h4> Connect WG1 to CH1 and run the following code.
<pre><span style="color: #808080;">>>> from pylab import *
>>> from PSL import sciencelab
>>> I=sciencelab.connect()
>>> I.set_gain('CH1', 3) <span style="color: #666699;"># set input CH1 to +/-4V range</span>
>>> I.set_sine1(1000) <span style="color: #666699;"># generate 1kHz sine wave on output W1</span>
>>> x,y = I.capture1('CH1', 1000, 10) <span style="color: #666699;"># digitize CH1 1000 times, with 10 usec interval</span>
>>> plot(x,y)
>>> show()</span></pre> The output of the program is here...
<img class="aligncenter wp-image-3110 size-medium" src="http://blog.fossasia.org/wp-content/uploads/2016/08/sine1-750x565.png" alt="sine1" width="300" height="200" />
<a href="http://blog.fossasia.org/communicating-with-pocket-science-lab-via-usb-and-capturing-and-plotting-sine-waves/">
<font color="#e12b00"> Read More...</font>
</a>
</div>
<hr>
<div class="post-preview" id='design'>
<h1 class="page-header"> <font color="#333333">Design Your Own Experiments</font>
<small> Enables user to design new experiments without coding....</small></h1>
<p>PSLab is aimed at high-school science teachers and students, who may or may-not be familiar with the computer programming. For such users it is difficult to design or develop new experiments on their own. They may also find it difficult to fetch the data and plot required graphs, if a ready-made GUI is not available for that particular experiment.</p>
<p>To enable users to quickly design a simple experiment for studying various phenomena, we have developed a simple Experiment Designer GUI. This incorporates few controls, read-back elements and easy functions to select parameters and plot graphs. The next step on our roadmap is to offer an Android app that enables students and teachers to conduct experiments on their smartphone.</p>
<a href="http://blog.fossasia.org/design-your-own-experiments-with-pslab/">
<font color="#e12b00"> Read More...</font>
</a>
</div>
<hr>
<a href="http://blog.fossasia.org/pslab-communication-function-calls/">
<font color="#e12b00"> PSLab Communication Function Calls..</font>
</a>
</div>
<hr>
<!--Developers and mentors Section starts -->
<div class="devs">
<div class="row">
<div class="post-preview" id='developers'>
<h1 class="page-header"> <font color="#333333"> PSLab Developers </font>
<a><small>Curious Brains</small></a>
</h1>
</div>
</div>
<!-- Developer One -->
<div class="row">
<div class="col-lg-4 col-sm-6 text-center">
<img class="img-circle img-responsive img-center" src="img/jithin.jpg" alt="">
<h3>
<small><a href="http://jithinbp.in/">jithinbp.in</a></small>
</h3>
</div>
<div class="col-lg-8">
<h3 id="jithin">Jithin B P</h3>
<h4>Founder and Developer at Cspark Research</a></h4>
<p>Jithin is a young Scientist who founded <a href= "https://csparkresearch.in/">Cspark Research</a>. He designs and developes software and hardware for various scientific instrumentation including PSLab. He has a Masters in Physics from the Indian Institute of Science Education and Research, Mohali. Jithin developed several python powered lab tools and is mainly focusing on hardware and firmware within the PSLab project.</p>
</div>
</div>
<hr>
<!-- Developer Two -->
<div class="row">
<div class="col-lg-4 col-sm-6 text-center">
<img class="img-circle img-responsive img-center" src="img/gnovi.jpeg" alt="">
<h3>
<small><a href="http://gnovi.in">gnovi.in</a></small>
</h3>
</div>
<div class="col-lg-8">
<h3 id="praveen">Praveen Patil</h3>
<h4>High School Physics Teacher in Belgaum, India</h4>
<p>Praveen is a Physics teacher who loves FOSS, Fedora and Python. He is an organizer of <a href="http://sciencehack.in"> Science Hack Day</a> and has been a FOSSASIA-GSoC (Google Summer of Code) alumnus in 2014, 2015 and 2016. For PSLab he is developing new experiments and sensor plug-ins and supports student projects. He also works on teacher training programs.</p>
</div>
</div>
<hr>
<!-- Developer Three -->
<div class="row">
<div class="col-lg-4 col-sm-6 text-center">
<img class="img-circle img-responsive img-center" src="img/asitavas.jpg" alt="">
<h3>
<small><a href="https://github.com/asitava1998">Asitava Sarkar</a></small>
</h3>
</div>
<div class="col-lg-8">
<h3 id="asitava">Asitava Sarkar</h3>
<h4>Electrical Engineering Undergraduate</a></h4>
<p>Asitava is a third year undergraduate from Indian Institute of Technology Kanpur, India. He is passionate about hardware, app and web development. During GSoC 2017 he contributed to improve the existing PSLab software and the development of PSLab Android application.</p>
</div>
</div>
<hr>
<!-- Developer Four -->
<div class="row">
<div class="col-lg-4 col-sm-6 text-center">
<img class="img-circle img-responsive img-center" src="img/AkarshanGandotra.jpg" alt="">
<h3>
<small><a href="https://github.com/akarshan96">Akarshan Gandotra</a></small>
</h3>
</div>
<div class="col-lg-8">
<h3 id="akarshan">Akarshan Gandotra</h3>
<h4>Computer Science Engineering Undergraduate</a></h4>
<p>Akarshan is an undergraduate from The NorthCap University, Gurugram, India. He likes to develop Android Applications and work on Embedded Systems and Machine Learning. During GSoC 2017 he contributed in the development of the PSLab Android Application.</p>
</div>
</div>
<hr>
<div class="row">
<div class="col-lg-4 col-sm-6 text-center">
<img class="img-circle img-responsive img-center" src="img/vivek.png" alt="">
<h3>
<small><a href="https://www.linkedin.com/in/viveksb007/">viveksb007</a></small>
</h3>
</div>
<div class="col-lg-8">
<h3 id="vivek">Vivek Singh Bhadauria</h3>
<h4>Android Developer, Electronics Engineer and Open-Source Enthusiast</h4>
<p>Vivek is an undergraduate student from Delhi Technological University, India. His major is Electronics and Communication Engineering. He likes to develop Android Apps and automate tasks with Python. Most of his open-source projects can be found <a href="https://github.com/viveksb007/">here</a>. During GSOC-17, he started PSLab Android Application from scratch and contributed to other projects of Pocket Science Lab.</p>
</div>
</div>
<hr>
<!-- Developer Three -->
<div class="row">
<div class="col-lg-4 col-sm-6 text-center">
<img class="img-circle img-responsive img-center" src="img/mpadmal.JPG" alt="">
<h3>
<small><a href="https://github.com/cloudypadmal">Padmal</a></small>
</h3>
</div>
<div class="col-lg-8">
<h3 id="padmal">M Padmal</h3>
<h4>Electronic and Telecommunication Engineering Undergraduate</a></h4>
<p>Padmal is an undergraduate from University of Moratuwa, Sri Lanka. He is passionate about hardware designs and Android app development. During GSoC '17 he helped improve the hardware design and the development of PSLab Android application.</p>
</div>
</div>
<hr>
<div class="row">
<div class="col-lg-12">
<h1 class="page-header">PSLab Mentors
<a><small>and Contributors</small></a>
</h1>
</div>
</div>
<!-- Mentor One -->
<div class="row">
<div class="col-lg-4 col-sm-6 text-center">
<img class="img-circle img-responsive img-center" src="img/ajith.jpg" alt="">
<h3>
<small><a href="http://expeyes.in">ExpEYES</a></small>
</h3>
</div>
<div class="col-lg-8">
<h3 id="">Dr. Ajith Kumar B P</h3>
<h4>Senior Scientist at Inter University Accelerator Centre, New Delhi</h4>
<p>Ajith is a senior scientist at the <a href="http://www.iuac.res.in/">Inter University Accelerator Centre, New Delhi</a> (IUAC). His work involves the design and development of particle accelerators and associated experimental facilities. He has developed control and data acquisition systems for particle accelerators using open source tools. The <a href="http://www.iuac.res.in/~elab/phoenix/">Phoenix</a> project is the brainchild of Dr. Ajith. Part of the project is <a href="http://expeyes.in">ExpEYES</a>, a computer interface for teaching physics and engineering.</p>
</div>
</div>
<hr>
<!-- /.row -->
<!-- Mentor Two -->
<div class="row">
<div class="col-lg-4 col-sm-6 text-center">
<img class="img-circle img-responsive img-center" src="img/hpdang.jpeg" alt="">
<h3>
<small><a href="http://blog.fossasia.org/author/hong-phuc/">FOSSASIA</a></small>
</h3>
</div>
<div class="col-lg-8">
<h3 id="hongphuc">Hong Phuc Dang</h3>
<h4>Science Hack Ambassador - For the love of Science!</h4>
<p>Hong Phuc is an <a href="http://sciencehackday.org/ambassador/">Ambassador of Science Hack Day</a>, Founder of FOSSASIA, and Organizer of <a href="http://sciencehack.asia">SHDs across Asia</a>. Apart from the fascination in mathematics and technology Hong Phuc is interested in developing Open Technologies that improve peoples live. As a member of the FashionTec working group she works on topics of mathematical grading of garment patterns. She also coordinates the Google Summer of Code program of the project. Professionally, Hong Phuc works as a consultant and researcher for International data research companies. </p>
</div>
</div>
<hr>
<!-- /.row -->
<!-- Mentor Three -->
<div class="row">
<div class="col-lg-4 col-sm-6 text-center">
<img class="img-circle img-responsive img-center" src="img/mario.jpeg" alt="">
<h3>
<small><a href="http://blog.fossasia.org/author/mario-behling/">FOSSASIA Blog</a></small>
</h3>
</div>
<div class="col-lg-8">
<h3 id="mario">Mario Behling</h3>
<h4>Founder FOSSASIA</h4>
<p>Mario is a German born technologist with more than a decade of experience in international ICT development, start ups and events organization. He is the founder of Lubuntu and co-founded FOSSASIA. Mario is working on <a href="http://SUSI.AI">SUSI.AI</a> following his interested in providing tools and Artificial Intelligence solutions for students, teachers, and scientists.</p>
</div>
</div>
<hr>
<!-- /.row -->
<!-- Mentor Four -->
<div class="row">
<div class="col-lg-4 col-sm-6 text-center">
<img class="img-circle img-responsive img-center" src="img/lorenz.jpeg" alt="">
<h3>
<small><a href="https://github.com/lorenzgerber">Lorenz Gerber</a></small>
</h3>
</div>
<div class="col-lg-8">
<h3 id="lorenz">Lorenz Gerber</h3>
<h4>Postdoc University of Agricultural Sciences, Sweden</h4>
<p>Lorenz is an analytical chemist by training. He works on developing analytical measurement equipments, mostly spectroscopy of different kinds. He is a postdoc of the <a href="http://www.slu.se">University of Agricultural Sciences</a> in Sweden.</p>
</div>
</div>
<hr>
<!-- /.row -->
<!-- Mentor Five -->
<div class="row">
<div class="col-lg-4 col-sm-6 text-center">
<img class="img-circle img-responsive img-center" src="img/MrGI_small.jpg" alt="Mr Gi Soong Chee">
<h3>
<small><a href="https://github.com/dhsgisc">Gi Soong Chee</a></small>
</h3>
</div>
<div class="col-lg-8">
<h3 id="gisoong">Gi Soong Chee</h3>
<h4>Science and Informatics Teacher Singapore</h4>
<p>Mr. Gi is a science and informatics teacher at <a href="http://dunmanhigh.moe.edu.sg">Dunman High School</a>, one of the leading co-educational high schools in Singapore in terms of academic results, and one of the largest government schools in Singapore. </p>
</div>
</div>
<hr>
<!-- /.row -->
<!-- Mentor Six -->
<div class="row">
<div class="col-lg-4 col-sm-6 text-center">
<img class="img-circle img-responsive img-center" src="img/georges.jpeg" alt="">
<h3>
<small><a href="https://github.com/georgesk">Georges</a></small>
</h3>
</div>
<div class="col-lg-8">
<h3 id="georges">Georges Khazandar</h3>
<h4>Lycee Jean Bart</h4>
<p>Georges is a teacher of physics and chemistry at the <a href="http://www.lyceejeanbart.fr/">Lycée Jean Bart</a>, Dunkerque in France. He is a free software enthusiast and due to his efforts Science software like expEYES is now part of the Debian GNU/Linux distribution and it's derivatives like Ubuntu. He also helps with the documentation and localisation of applications and creates artwork.</p>
<P></P>
</div>
</div>
<hr>
<!-- /.row -->
<!-- Mentor Seven -->
<div class="row">
<div class="col-lg-4 col-sm-6 text-center">
<img class="img-circle img-responsive img-center" src="img/darwin.jpg" alt="">
<h3>
<small><a href="https://github.com/gosaldar">Darwin Gosal</a></small>
</h3>
</div>
<div class="col-lg-8">
<h3 id="darwin">Darwin Gosal</h3>
<h4>CryoWerx, Institute of Systems Science, National University of Singapore, Singapore University of Social Sciences</h4>
<p>Darwin Gosal is the Founder of <a href="http://http://www.cryowerx.com">CryoWerx</a>,an F&B retail platform using cloud-connected smart-kiosk. As a member of <a href="https://www.sitf.org.sg/">SiTF</a>, the CryoWerx platform brings the disruptive cloud technologies and IoT revolution into the F&B sector,in line with the smart-nation initiative. Prior to CryoWerx, he was the Head of IT at Yale-NUS College where he architected a hybrid cloud infrastructure based on SDDC architecture, which has won the Red Hat APAC Innovation Award and was selected as finalist at the Enterprise Innovators Award 2015.
</p>
</div>
</div>
<hr>
<!-- /.row -->
<!-- Mentor Eight -->
<div class="row">
<div class="col-lg-4 col-sm-6 text-center">
<img class="img-circle img-responsive img-center" src="img/altman.jpg" alt="">
<h3>
<small><a href="http://www.tvbgone.com/">TV-B-Gone</a></small>
</h3>
</div>
<div class="col-lg-8">
<h3 id="altman">Mitch Altman</h3>
<h4>Hacker and inventor</h4>
<p>Altman was an early developer of Virtual Reality technologies, working at <a href="https://en.wikipedia.org/wiki/VPL_Research">VPL Research</a> with <a href="https://en.wikipedia.org/wiki/Jaron_Lanier">Jaron Lanier</a> Altman co-founded Silicon Valley start-up <a href="https://en.wikipedia.org/wiki/3ware">3ware</a> in February 1997 with J. Peter Herz and Jim MacDonald (who is on the advisory board of Cornfield Electronics).
</p>
</div>
</div>
<hr>
<!-- /.row -->
<!-- Mentor Nine -->
<div class="row">
<div class="col-lg-4 col-sm-6 text-center">
<img class="img-circle img-responsive img-center" src="img/kiwi.jpeg" alt="">
<h3>
<small><a href="https://www.facebook.com/profile.php?id=100011005629245">Kee Wee Tang</a></small>
</h3>
</div>
<div class="col-lg-8">
<h3 id="kiwi">Kee Wee Tang</h3>
<h4>Ministry of Defense, educator, inventor, FOSSASIA Organiser at Singapore</h4>
<p>Kee Wee Tang, aka "Kiwi", works full time at the Ministry of Defence and is an educator, inventor and organiser of FOSSASIA Singapore. His areas of interest are digital fabrication machines, training and education, and hardware development.
</p>
</div>
</div>
<hr>
<!-- /.row -->
<!-- Mentor Eleven -->
<div class="row">
<div class="col-lg-4 col-sm-6 text-center">
<img class="img-circle img-responsive img-center" src="img/ansgar.jpg" alt="">
<h3>
<small><a href="https://ansi.23-5.eu/">Ansgar Schmidt</a></small>
</h3>
</div>
<div class="col-lg-8">
<h3 id="ansgar">Ansgar Schmidt</h3>
<h4>Hacker, Maker, Microcontroller, Home Automation, IoT, Robotics</h4>
<p><a href="https://github.com/AnsgarSchmidt">Ansgar Schmidt</a> is a hacker involved with microcontrollers, home automation, Internet of Things and Robotics. Check out <a href="https://ansi.23-5.eu/">his blog</a> to know more about the projects he's worked on.
</p>
</div>
</div>
<hr>
<!-- /.row -->
<!-- Mentor Twelve -->
<div class="row">
<div class="col-lg-4 col-sm-6 text-center">
<img class="img-circle img-responsive img-center" src="img/haggen.jpg" alt="">
<h3>
<small><a href="https://www.linkedin.com/in/haggenso/">Haggen So</a></small>
</h3>
</div>
<div class="col-lg-8">
<h3 id="haggen">Haggen So</h3>
<h4>President at Hong Kong Creative Open Technology Association</h4>
<p>Graduated from the Royal Melbourne Institute of Technology, <a href="https://www.linkedin.com/in/haggenso/">Dr. Haggen So</a>, has experiences in commercial software development and developed software products for renowned companies such as Kodak. Dr. So also taught in Hong Kong Baptist University as lecturer in the department of Computer Science. Dr. So was the former Project Manager for Creative Commons Hong Kong and currently the president of the Hong Kong Creative Open Technology Association.
</p>
</div>
</div>
<hr>
<!-- /.row -->
<!-- Mentor Thirteen -->
<div class="row">
<div class="col-lg-4 col-sm-6 text-center">
<img class="img-circle img-responsive img-center" src="img/victoria.jpg" alt="">
<h3>
<small><a href="http://seoultechsociety.org/">Seoul Tech Society</a></small>
</h3>
</div>
<div class="col-lg-8">
<h3 id="victoria">Victoria Bondarchuk</h3>
<h4>Seoul Tech Society, Dmajor</h4>
<p>Victoria is the co-founder of Seoul Tech Society, the largest tech meet-up in Seoul. She is interested in <a href="http://opensourcedesign.net/"> open source and design</a>. In addition, she is active in User Experience Research (researching user experience and creating interfaces and products in academic, corporate and startup environments) and Project Management (how to bring UX and Product Managers together successfully).</p>
</div>
</div>
<hr>
<!-- /.row -->
<!-- Mentor Fourteen -->
<div class="row">
<div class="col-lg-4 col-sm-6 text-center">
<img class="img-circle img-responsive img-center" src="img/wong.jpeg" alt="Wan Leung Wong">
<h3>
<small><a href="https://www.linkedin.com/in/wanleung/">Wan Leung Wong</a></small>
</h3>
</div>
<div class="col-lg-8">
<h3 id="wong">Wan Leung Wong</h3>
<h4>Software Engineer</h4>
<p>Wan Leung Wong is the Vice President of <a href="http://cota.hk">Hong Kong Creative Open Technology Association</a> and the Vice-Chairperson of <a href="http://linux.org.hk">Hong Kong Linux User Group</a></p>
</div>
</div>
<hr>
<!-- /.row -->
<!-- Mentor Fifteen -->
<div class="row">
<div class="col-lg-4 col-sm-6 text-center">
<img class="img-circle img-responsive img-center" src="img/austic.jpg" alt="Greg Austic">
<h3>
<small><a href="https://photosynq.org/">PhotosynQ</a></small>
</h3>
</div>
<div class="col-lg-8">
<h3 id="austic">Greg Austic</h3>
<h4>Software Engineer, Cofounder of PhotosynQ</h4>
<p>Greg is an open technology advocate, co-organizer of the Gathering of Open Science Hardware GOSH and one of the first contributors to the GOSH Manifesto. He’s a jack of all trades capable of getting an idea off the ground quickly and inexpensively, most recently with the MultispeQ, a low-cost photosynthesis meter, and PhotosynQ, a platform for collecting and sharing plant health data.</p>
</div>
</div>
<hr>
<!-- /.row -->
</div>
<hr>
<!--Developers and mentors Section ends -->
</div>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer>
<div class="container">
<div class="col-lg-6 footer-links">
<h2>Contact Us</h2>
<hr color="white">
<div>
<i class="fa fa-info-circle icon" aria-hidden="true"></i> PSLab | <a href="http://fossasia.org">FOSSASIA</a> |<a href="privacy.html"> Privacy</a>
</div>
<div>
<i class="fa fa-envelope icon" aria-hidden="true"></i>
<a href="mailto: pslab@fossasia.org">pslab@fossasia.org</a>
</div>
<div>
<i class="fa fa-group icon" aria-hidden="true"></i>
<a href="https://groups.google.com/forum/#!forum/pslab-fossasia">Mailing List</a>
</div>
<div class="slack">
<i class="fab fa-gitter" aria-hidden="true"></i>
<a href=" https://gitter.im/fossasia/pslab">PSLab Gitter Channel</a>
</div>
</div>
<div class="col-lg-6 text-center joinus">
<h2>Be Part Of The Community</h2>
<hr color="white">
<span>
<a target="_blank" href="https://twitter.com/pslabapp">
<span class="fa-stack fa-lg">
<i class="fab fa-twitter fa-stack-1x" style="z-index:2;"></i>
<i class="fa fa-circle fa-stack-2x"></i>
</span>
</a>
</span>
<span>
<a href="https://github.com/fossasia?utf8=✓&q=pslab">
<span class="fa-stack fa-lg">
<i class="fab fa-github fa-stack-1x" style="z-index:2;"></i>
<i class="fa fa-circle fa-stack-2x"></i>
</span>
</a>
</span>
<span>
<a target="_blank" href="https://www.facebook.com/fossasia/">
<span class="fa-stack fa-lg">
<i class="fab fa-facebook fa-stack-1x" style="z-index:2;"></i>
<i class="fa fa-circle fa-stack-2x"></i>
</span>
</a>
</span>
</div>
</div>
</footer>
<!-- jQuery -->
<script src="https://code.jquery.com/jquery-2.2.4.min.js" integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=" crossorigin="anonymous"></script>
<script type="text/javascript">
//jQuery for page scrolling feature
var $root = $('html, body');
$("a[href^='#']").click(function() {
$root.animate({
scrollTop: $($.attr(this, 'href')).offset().top - 120
}, 1500);
return false;
});
</script>
<!-- Bootstrap Core JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<!-- Contact Form JavaScript -->
<script src="js/jqBootstrapValidation.js"></script>
<script src="js/contact_me.js"></script>
<!-- Theme JavaScript -->
<script src="js/clean-blog.min.js"></script>
<!-- Sticky Header -->
<script src="js/sticky-header.js"></script>
<!-- <script defer src="https://use.fontawesome.com/releases/v5.0.8/js/all.js"></script> -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
</body>
</html>