-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·241 lines (240 loc) · 10.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="generator" content="HTML Tidy for HTML5 for Mac OS X version 4.9.23">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta charset="utf-8">
<title>Giuseppe Venturini</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="css/bootstrap.min.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link href="css/styles.css" rel="stylesheet">
<link rel="icon" href="favicon.png">
<!-- Google Analytics code -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-61459087-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<nav class="navbar navbar-default navbar-fixed-top" role="banner">
<div class="container">
<div class="navbar-header">
<button class="navbar-toggle" type="button" data-toggle="collapse" data-target=".navbar-collapse"><span class="sr-only">Toggle
navigation</span></button> <a href="/" class="navbar-brand"></a>
</div>
<nav class="collapse navbar-collapse" role="navigation">
<ul class="nav navbar-nav">
<li>
<a href="#sec1">Open-source work</a>
</li>
<li>
<a href="#sec2">Engineering work</a>
</li>
<li>
<a href="#sec3">Home lab setup</a>
</li>
</ul>
</nav>
</div>
</nav>
<div id="masthead">
<div class="container">
<div class="row">
<div class="col-md-8">
<h1>Giuseppe G. Venturini</h1>
<p class="lead">Coffee and electronics enthusiast</p><br>
<p>I like circuit design, delta-sigma modulation, books and my dog. <i>Oh, and coffee!</i></p>
<p>Here you can find links to the projects I work on, some boring stuff about me, pictures of <a href="static/linus.jpeg">my beloved dog</a> and
general ramblings on things I like.</p>
</div>
<div class="col-md-4">
<div class="well well-lg">
<img src="static/capellosissimo_me.png" class="img-responsive"><br>
This is me. <a href="http://tinymailto.com/5310">Send me a mail</a>, it'll make me happy.
</div>
</div>
</div>
</div><!--/container-->
</div><!--/masthead-->
<!--main-->
<div class="container">
<div class="row">
<!--left-->
<div class="col-md-3" id="leftCol">
<ul class="nav nav-stacked" id="sidebar">
<li>
<a href="#sec1">Open-source work</a>
</li>
<li>
<a href="#sec2">Engineering work</a>
</li>
<li>
<a href="#sec3">Home lab setup</a>
</li>
</ul>
</div><!--/left-->
<!--right-->
<div class="col-md-9">
<h2 id="sec1">Open-source projects I work on</h2>
<p>I enjoy the open-source development model and I am an avid Linux user. I contributed to a few projects over the years, and I started, and still
mantain, the following two:</p>
<div class="row">
<div class="col-md-6">
<div class="panel panel-default">
<div class="panel-heading">
<h3>python-deltasigma</h3>
</div>
<div class="panel-body">
I mantain a python package named <a href="http://www.python-deltasigma.io/">python-deltasigma</a>, derived from R. Schreier's awesome <a href=
"https://www.mathworks.com/matlabcentral/fileexchange/19-delta-sigma-toolbox">MATLAB Delta-Sigma Toolbox</a>, based on free software.
<p>You can find it at:</p>
<ul>
<li>
<a href="http://www.python-deltasigma.io/">Homepage</a>
</li>
<li>
<a href="http://docs.python-deltasigma.io/">Docs</a>
</li>
<li>
<a href="https://github.com/ggventurini/python-deltasigma">Github</a>
</li>
<li>
<a href="https://pypi.python.org/pypi/deltasigma">PYPI</a>
</li>
</ul>
<p>BSD-licensed.</p>
</div>
</div>
</div>
<div class="col-md-6">
<div class="panel panel-default">
<div class="panel-heading">
<h3>ahkab</h3>
</div>
<div class="panel-body">
<p>In my younger days, I was crazy enough to write an electronic circuit simulator named <code>ahkab</code>. I ended up improving it in my
spare time.</p>
<p>You can find it at:</p>
<ul>
<li>
<a href="https://ahkab.github.io/ahkab/">Homepage</a>
</li>
<li>
<a href="https://ahkab.readthedocs.org/en/latest/">Docs</a>
</li>
<li>
<a href="https://github.com/ahkab/ahkab">Github</a>
</li>
<li>
<a href="https://pypi.python.org/pypi/ahkab">PYPI</a>
</li>
</ul>
<p>GPL2-licensed.</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-12">
<p><i>If you use one of the above in your work, please add a small citation.</i></p>
</div>
</div>
<div class="row">
<div class="col-md-6">
<p>Such as:</p>
<ul>
<li>Venturini G <i>et al.</i> <code>python-deltasigma</code>: Open Source Delta-Sigma Tools for Python, 2014-, <a href=
"http://www.python-deltasigma.io/">http://www.python-deltasigma.io/</a> [Online; accessed 2015-04-01].
</li>
</ul>
<p>Or:</p>
<ul>
<li>Venturini G <i>et al.</i> <code>ahkab</code>: Open Source electronic circuit simulation in Python, 2006-, <a href=
"http://ahkab.github.io/ahkab/">http://ahkab.github.io/ahkab/</a> [Online; accessed 2015-04-01].
</li>
</ul>
</div>
<div class="col-md-6">
<p>Here’s an example BibTeX entry:</p>
<pre>
@Misc{,
author = {Giuseppe Venturini and others},
title = {{python-deltasigma}: Open source delta-sigma tools for {Python}},
year = {2014--},
url = "http://www.python-deltasigma.io/",
note = {[Online; accessed 2015-04-01]}
}
</pre>
</div>
</div>
<hr>
<h2 id="sec2">Electronic engineering work</h2>
<p>My day job is in electronics. I am an electronic engineer and my work is among the things I enjoy the most.</p>
<p>I have a BSc, MSc and I am working towards a PhD in Microelectronics on the topic of high-dynamic range A/D conversion.</p>
<h3>Selected publications</h3>
<ul>
<li>G. Venturini, F. Anghinolfi, B. Dehning, F. Krummenacher, M. Kayal, A 120dB dynamic-range radiation-tolerant charge-to-digital converter for
radiation monitoring, <i>Microelectronics Journal</i>, Volume 44, Issue 12, December 2013, Pages 1302-1308.</li>
<li>G. Venturini et al., “Characterization of a wide dynamic-range, radiation-tolerant charge-digitizer ASIC for monitoring of beam losses”, In
<i>International Beam Instrumentation Conference</i>, IBIC2012, Tsukuba, Japan, Oct 1-4, 2012.</li>
<li>G. Venturini et al., “Design of radiation-tolerant wide dynamic-range charge-to-digital converters for ionization chambers and diamond
detectors”, In <i>Topical Workshop on Electronics for Particle Physics</i>, TWEPP 2012, 17-21 September, Oxford University, UK.</li>
<li>G. Venturini et al., “A 20-bit dynamic range CMOS A/D converter for ionization chambers”, Presented at <i>PRIME 2011</i>, 3-7 July 2011.</li>
</ul>
<hr>
<h2 id="sec3">Home lab setup</h2>
<p>Some time ago I decided I would build a small home lab, to do a bit of electronics in my spare time and to check a few things while on leave from
work. What I do at home is mostly centered on analog electronics, sensors and A/D conversion. The slow stuff, thankfully also the cheaper one.</p>
<p>I am very satisfied of my setup. Here is an overview through a few pictures:</p>
<div class="row">
<div class="col-md-4">
<div class="well well-lg">
<img src="static/lab1.jpeg" class="img-responsive"><br>
<p>All-in-one PC dual booting Windows and Linux.</p>
</div>
</div>
<div class="col-md-4">
<div class="well well-lg">
<img src="static/lab3.jpeg" class="img-responsive"><br>
<p>Picoscope 2205, 25MHz BW with AWG.</p>
</div>
</div>
<div class="col-md-4">
<div class="well well-lg">
<img src="static/lab2.jpeg" class="img-responsive"><br>
<p>Second hand BK DC power supply and soldering station.</p>
</div>
</div>
</div>
<p>I am a hobbist <a href="http://www.cadsoftusa.com/">EAGLE PCB</a> user and I like it!</p>
<hr>
<!---
<h2 id="sec4">Section 4</h2>
<p>
Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium,
totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae
dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia cor magni dolores
eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit,
sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.
Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut.</p>
==!>
</div><!==/right-->
</div><!--/row-->
</div><!--/container-->
<!-- script references -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.2/jquery.min.js">
</script>
<script src="js/bootstrap.min.js">
</script>
<script src="js/scripts.js">
</script>
</div>
</body>
</html>