-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
258 lines (235 loc) · 15.3 KB
/
about.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
<!DOCTYPE html>
<html lang="en" data-content_root="./">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
<title>About — scikit-rf</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="_static/bootstrap-sphinx.css?v=284a2d1d" />
<script src="_static/documentation_options.js?v=5929fcd5"></script>
<script src="_static/doctools.js?v=888ff710"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<link rel="author" title="About these documents" href="#" />
<link rel="search" title="Search" href="search.html" />
<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','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-29068876-2', 'auto');
ga('send', 'pageview');
</script>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-5050140118519400",
enable_page_level_ads: true
});
</script>
</head><body>
<div align ="center" >
<div class="gallery_image" style="margin-top: -2em; margin-left: -10em; margin-bottom: -1em;">
<a href="index.html"><img src="_static/scikit-rf-title-flat.svg"/></a>
</div>
<hr width = "90%">
<div style="margin-top: -1em; margin-left: -10em; margin-bottom: -1em;">
<h4>
<a href="index.html">Home</a> ·
<a href="install.html">Install</a> ·
<a href="http://scikit-rf.readthedocs.org/" target="_blank">Docs</a> ·
<a href="https://github.com/scikit-rf/scikit-rf" target="_blank">Source</a> ·
<a href="support.html">Support</a> ·
<!--- <a href="users.html">Users</a> · -->
<a href="merch.html">Merch</a> ·
<a href="#">About</a>
</h4>
</div>
</div>
<hr width = "90%">
<div class="container">
<div class="row">
<div class="body col-md-12 content" role="main">
<style type="text/css">
h1 {
display: none;
margin: 0;
padding: 0;
}
</style><section id="about">
<h1>About<a class="headerlink" href="#about" title="Link to this heading">¶</a></h1>
<section id="motivation">
<h2>Motivation<a class="headerlink" href="#motivation" title="Link to this heading">¶</a></h2>
<p>Measurements at microwave frequencies can require a significant amount post-processing and analysis, especially in research and prototyping environments. From our experience, none of the existing software products satisfy the needs of these environments, in which the abilities to understand, modify, and extend existing functionality are vital. In an attempt to provide this needed functionality, we have created scikit-rf, an open source, BSD-licensed package for microwave engineering implemented in the Python programming language. scikit-rf seeks to provides a modern, object-oriented library for network analysis and calibration aimed at being flexible and scalable.</p>
</section>
<section id="development-history">
<h2>Development History<a class="headerlink" href="#development-history" title="Link to this heading">¶</a></h2>
<a class="reference internal image-reference" href="_images/Thornton_Hall.JPG"><img alt="_images/Thornton_Hall.JPG" class="align-right" src="_images/Thornton_Hall.JPG" style="height: 200px;" /></a>
<p><strong>scikit-rf</strong> was created in 2009 by Alex Arsenovic while he was a graduate student at the University of Virginia’s millimeter wave research lab in 2009. It was originally called mwavepy, but was re-branded as a scikit to emphasize its relationship to the scientific python community.</p>
<p>Since 2019, <strong>scikit-rf</strong> has been actively maintained by Julien Hillairet from the CEA/IRFM institute. <strong>scikit-rf</strong> is licensed under the <a class="reference internal" href="license.html"><span class="doc">BSD License</span></a> and is currently being actively developed by a group of volunteers <a class="reference external" href="https://github.com/scikit-rf/scikit-rf/graphs/contributors">on Github</a> . With more than 80 volunteers having contributed to the package, version 1.0.0 was released in 2024, indicating that the package is sufficiently stable and performant for a widespread adoption.</p>
<div class="line-block">
<div class="line"><br /></div>
<div class="line"><br /></div>
</div>
</section>
<hr class="docutils" />
<section id="acknowledging-or-citing-scikit-rf">
<h2>Acknowledging or Citing scikit-rf<a class="headerlink" href="#acknowledging-or-citing-scikit-rf" title="Link to this heading">¶</a></h2>
<section id="in-publications">
<h3>In Publications<a class="headerlink" href="#in-publications" title="Link to this heading">¶</a></h3>
<p>If you use scikit-rf for work/research presented in a publication (whether directly, or as a dependency to another package), we ask that you ackowledge it. Perhaps with something like:</p>
<p><em>This research made use of scikit-rf, an open-source Python package for RF and Microwave applications.</em></p>
<p>You can also include a link to www.scikit-rf.org (if the journal allows this) in addition to the above text.</p>
<p>For academic citations, please cite the <a class="reference external" href="https://ieeexplore.ieee.org/document/9632487">IEEE Microwave Magazine article</a> that some of the community members wrote.
The IEEE-style citation for this paper is</p>
<blockquote>
<div><ol class="upperalpha simple">
<li><p>Arsenovic <em>et al.</em>, “scikit-rf: An Open Source Python Package for Microwave Network Creation, Analysis, and Calibration [Speaker’s Corner],” in <em>IEEE Microwave Magazine</em>, vol. 23, no. 1, pp. 98-105, Jan. 2022, doi: 10.1109/MMM.2021.3117139.</p></li>
</ol>
</div></blockquote>
<p>and in BibTex format</p>
<div class="highlight-latex notranslate"><div class="highlight"><pre><span></span> @ARTICLE<span class="nb">{</span>9632487,
author=<span class="nb">{</span>Arsenovic, Alexander and Hillairet, Julien and Anderson, Jackson and Forstén, Henrik and Rieß, Vincent and Eller, Michael and Sauber, Noah and Weikle, Robert and Barnhart, William and Forstmayr, Franz<span class="nb">}</span>,
journal=<span class="nb">{</span>IEEE Microwave Magazine<span class="nb">}</span>,
title=<span class="nb">{</span>scikit-rf: An Open Source Python Package for Microwave Network Creation, Analysis, and Calibration [Speaker’s Corner]<span class="nb">}</span>,
year=<span class="nb">{</span>2022<span class="nb">}</span>,
volume=<span class="nb">{</span>23<span class="nb">}</span>,
number=<span class="nb">{</span>1<span class="nb">}</span>,
pages=<span class="nb">{</span>98-105<span class="nb">}</span>,
doi=<span class="nb">{</span>10.1109/MMM.2021.3117139<span class="nb">}}</span>
</pre></div>
</div>
</section>
<section id="in-presentations-or-apps">
<h3>In Presentations or Apps<a class="headerlink" href="#in-presentations-or-apps" title="Link to this heading">¶</a></h3>
<p>If you are giving a presentation featuring work/research that makes use of scikit-rf or creating an app that uses it under the hood, we provide this <em>powered by</em> image,
( <a class="reference download internal" download="" href="_downloads/6a6098e595e021d423625c0fb902224f/powered_by_scikit-rf.png"><code class="xref download docutils literal notranslate"><span class="pre">PNG</span></code></a> | <a class="reference download internal" download="" href="_downloads/e2f1d247e27637862f37b178d2446329/powered_by_scikit-rf.svg"><code class="xref download docutils literal notranslate"><span class="pre">SVG</span></code></a> ).</p>
<a class="reference internal image-reference" href="_images/powered_by_scikit-rf.png"><img alt="_images/powered_by_scikit-rf.png" src="_images/powered_by_scikit-rf.png" style="width: 500px;" /></a>
</section>
</section>
<hr class="docutils" />
<section id="users">
<h2>Users<a class="headerlink" href="#users" title="Link to this heading">¶</a></h2>
<p>Below is a list of users of scikit-rf from industry and academia.</p>
<div class="line-block">
<div class="line"><br /></div>
<div class="line"><br /></div>
</div>
<img alt="_images/Thornton_Hall.JPG" class="align-right" src="_images/Thornton_Hall.JPG" />
<section id="uva-terahertz-lab">
<h3>UVa Terahertz Lab<a class="headerlink" href="#uva-terahertz-lab" title="Link to this heading">¶</a></h3>
<p><a class="reference external" href="http://www.uvaterahertz.com/">http://www.uvaterahertz.com/</a></p>
<p>UVa Terahertz Lab’s mission is to create electronic devices capable of operating in the millimeter and sub-millimeter wave range. Our work includes high-frequency millimeter-wave power generation, low-noise receiver elements, integrated-circuit antennas and quasi-optical techniques.</p>
<div class="line-block">
<div class="line"><br /></div>
<div class="line"><br /></div>
<div class="line"><br /></div>
<div class="line"><br /></div>
<div class="line"><br /></div>
<div class="line"><br /></div>
<div class="line"><br /></div>
<div class="line"><br /></div>
</div>
<img alt="_images/3m.png" class="align-left" src="_images/3m.png" />
</section>
<section id="m-company">
<h3>3M Company<a class="headerlink" href="#m-company" title="Link to this heading">¶</a></h3>
<p><a class="reference external" href="http://3m.com/">http://3m.com/</a></p>
<p>3M is a large manufacturing corporation. Although it is well known for consumer products such as Scotch™ Tape and Post-It™ Notes, 3M has over 30000 products for areas such as Health Care, Electronics, Industrial, etc. 3M Uses scikit-rf for the automation of data collection and and sophisticated analysis and calibration routines not available in the on-board analyzer software to perform a variety of material property characterizations.</p>
<div class="line-block">
<div class="line"><br /></div>
<div class="line"><br /></div>
<div class="line"><br /></div>
</div>
<img alt="_images/vdi.jpg" class="align-right" src="_images/vdi.jpg" />
</section>
<section id="virginia-diodes-inc">
<h3>Virginia Diodes, Inc<a class="headerlink" href="#virginia-diodes-inc" title="Link to this heading">¶</a></h3>
<p><a class="reference external" href="http://vadiodes.com/">http://vadiodes.com/</a></p>
<p>VDI manufactures state-of-the-art test and measurement equipment for mm-wave and THz applications. These products include Vector Network Analyzer, Spectrum Analyzer and Signal Generator Extension Modules that extend the capability of high performance microwave measurement tools to higher frequencies. VDI’s component products include detectors, mixers, frequency multipliers and custom systems for reliable operation at frequencies between 50 GHz and 2 THz. All VDI components include in-house fabricated GaAs Schottky diodes and microelectronic filter structures.</p>
<div class="line-block">
<div class="line"><br /></div>
<div class="line"><br /></div>
<div class="line"><br /></div>
<div class="line"><br /></div>
</div>
<img alt="_images/dmpi.jpg" class="align-left" src="_images/dmpi.jpg" />
</section>
<section id="dominion-microprobes-inc">
<h3>Dominion MicroProbes, Inc<a class="headerlink" href="#dominion-microprobes-inc" title="Link to this heading">¶</a></h3>
<p><a class="reference external" href="http://dmprobes.com/">http://dmprobes.com/</a></p>
<p>DMPI designs, manufactures and sells millimeter and sub-millimeter wavelength on-wafer ground-signal-ground probes and associated components for electrical measurement of devices and materials. DMPI has developed a scalable approach for the manufacturing of phsyically robust micro machined probes with low-insertion loss coupling to the DUT and DC biasing of probed circuits.</p>
<div class="line-block">
<div class="line"><br /></div>
<div class="line"><br /></div>
<div class="line"><br /></div>
</div>
<img alt="_images/SWISSto12_logo_450px.jpg" class="align-right" src="_images/SWISSto12_logo_450px.jpg" />
</section>
<section id="swissto12">
<h3>Swissto12<a class="headerlink" href="#swissto12" title="Link to this heading">¶</a></h3>
<p><a class="reference external" href="http://www.swissto12.com/">http://www.swissto12.com/</a></p>
<p>SWISSto12 provides innovative passive components for mm-wave and THz
applications. SWISSto12’s products include corrugated waveguide
modules for low-loss signal transmission (available from 75 GHz up to
1 THz and beyond), 3D printed metal-coated plastic components and
solutions for material characterisation, on-wafer probing and gas
spectroscopy.</p>
<div class="line-block">
<div class="line"><br /></div>
<div class="line"><br /></div>
<div class="line"><br /></div>
</div>
<img alt="_images/SweepMe_fulltext_medRes.png" class="align-left" src="_images/SweepMe_fulltext_medRes.png" />
</section>
<section id="sweepme">
<h3>SweepMe!<a class="headerlink" href="#sweepme" title="Link to this heading">¶</a></h3>
<p><a class="reference external" href="https://sweep-me.net/">https://sweep-me.net/</a></p>
<p>SweepMe! is a multi-tool test & measurement software that allows to quickly combine instruments from different vendors using python programming language. The module ‘NetworkAnalyzer’ uses scikit-rf for exporting touchstone files. Starting from version 1.5.6, SweepMe! will be shipped with scikit-rf by default so that one can easily use the package in own python scripts that can be added to a measurement routine.</p>
<div class="line-block">
<div class="line"><br /></div>
<div class="line"><br /></div>
<div class="line"><br /></div>
</div>
<img alt="_images/logo-cea.png" class="align-right" src="_images/logo-cea.png" />
</section>
<section id="cea">
<h3>CEA<a class="headerlink" href="#cea" title="Link to this heading">¶</a></h3>
<p><a class="reference external" href="https://www.cea.fr">https://www.cea.fr</a></p>
<p>The French Alternative Energies and Atomic Energy Commission or CEA (French: Commissariat à l’énergie atomique et aux énergies alternatives), is a French public government-funded research organisation in the areas of energy, defense and security, information technologies and health technologies. The CEA maintains a cross-disciplinary culture of engineers and researchers, building on the synergies between fundamental and technological research.</p>
<div class="line-block">
<div class="line"><br /></div>
<div class="line"><br /></div>
<div class="line"><br /></div>
<div class="line"><br /></div>
<div class="line"><br /></div>
</div>
<p>If your lab, company, or organization uses <strong>scikit-rf</strong> and would like to be listed please contact <strong>julien.hillairet at gmail.com</strong></p>
<div class="line-block">
<div class="line"><br /></div>
<div class="line"><br /></div>
</div>
<div class="line-block">
<div class="line"><br /></div>
<div class="line"><br /></div>
</div>
</section>
</section>
</section>
</div>
</div>
</div>
<footer class="footer">
<div class="container">
<p class="pull-right">
<a href="#">Back to top</a>
<br/>
</p>
<p>
© Copyright 2024, the scikit-rf development team.<br/>
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.2.6.<br/>
</p>
</div>
</footer>
</body>
</html>