-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
460 lines (424 loc) · 14.5 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="Imène Goumiri is a fifth year Ph.D. student at Princeton University in the department of Mechanical and Aerospace Engineering. She works on controlled nuclear fusion with the Princeton Plasma Physics Laboratory.">
<meta name="keywords" content="Imène R. Goumiri, Imène, Goumiri, Princeton University, MAE, PPPL, Clancy Rowley, David Gates, control, plasma, fusion, tokamak">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Imène Goumiri – Ph.D. Student – Princeton</title>
<style>
/* Background: http://subtlepatterns.com/old-wall/
Color palette: http://www.colourlovers.com/palette/871636/A_Dream_in_Color */
body {
color: #222;
font-family: Arial, serif;
line-height: 1.25;
max-width: 55rem;
margin: auto;
padding: 0;
background: url('img/old_wall.png');
font-size: 1.05rem;
}
header {
height: 12em;
background: center 30% / 100% url('img/imene.jpg') no-repeat;
color: white;
text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.5);
padding: 1rem;
border-top: 1.5rem solid #1b676b;
}
header > h1 {
font-size: 2.4em;
margin: 0;
}
header > p {
font-size: 1.5em;
margin: 0;
}
#contact {
font-size: 1.2em;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
padding: 1rem;
box-sizing: border-box;
}
dl {
margin: 0;
}
dt {
margin: 0 1rem 0 0;
float: left;
}
#contact a {
color: #fff;
}
#contact a:hover {
text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.25);
}
h2, a {
color: #519548;
}
a:hover {
color: #88c425;
}
a:active, a:focus {
color: #bef202;
}
section, header {
border-top: 1.5rem solid #1b676b;
box-shadow: 0 3px 4px rgba(0, 0, 0, 0.5);
position: relative;
}
section {
padding: 0 0.75em 1.5rem;
background: #fff;
}
#intro {
padding-bottom: 2rem;
line-height: 1.4;
}
aside {
position: absolute;
bottom: 0;
right: 0.25rem;
}
aside img {
height: 3.5rem;
padding: 0.25em;
}
ul {
margin: 0.5em 0 1.5em;
}
li {
padding: 0.25em 0;
}
h3 {
text-align: center;
font-size: 0.9em;
margin: 0;
}
.me {
font-weight: bold;
}
.title {
font-style: italic;
}
.title:before {
content: "“";
padding-right: 0.1em;
}
.title:after {
content: "”";
padding-left: 0.1em;
}
footer {
clear: both;
text-align: center;
font-size: 0.9em;
color: #aaa;
padding: 4rem 0.1rem 0;
}
footer a {
color: #999;
background: url('img/love.png') no-repeat 0 / 1.05em;
padding: 0.1em 0 0.1em 1.3em;
}
footer a:hover {
color: #888;
}
footer a:active {
color: #777;
}
sub, sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
@media only screen and (min-width: 35rem) {
body {
font-size: 1.15rem;
}
header {
height: 20rem;
}
header > h1 {
font-size: 3.5rem;
}
header > p {
font-size: 2.5rem;
}
}
@media only screen and (min-width: 45rem) {
body {
font-size: 1.2rem;
}
}
@media only screen and (min-width: 55rem) {
body {
font-size: 1.3rem;
}
header {
height: 24rem;
}
header > h1 {
font-size: 4rem;
}
header > p {
font-size: 3rem;
}
}
@media (-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
body {
background: url('img/[email protected]') 0 / 300px;
}
}
@media print {
*, *:before, *:after {
background: transparent !important;
color: #000 !important;
box-shadow: none !important;
text-shadow: none !important;
}
header {
height: 14rem;
}
#contact {
margin-top: 0;
}
aside {
display: none;
}
a, a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
p, h2, h3 {
orphans: 3;
widows: 3;
}
h2, h3 {
page-break-after: avoid;
}
}
</style>
</head>
<body>
<header>
<h1>Imène Goumiri</h1>
<p>Research Associate</p>
<address id="contact">
<dl>
<dt>Email</dt>
<dd><a href="mailto:[email protected]">[email protected]</a></dd>
<dt>Office</dt>
<dd>3304 Chamberlin Hall</dd>
</dl>
</address>
</header>
<main>
<section id="intro">
<aside>
<a href="http://www.wisc.edu/"><img src="img/UW.svg" alt="University of Wisconsin–Madison logo" title="University of Wisconsin–Madison"></a>
</aside>
<p>
I am a Research Associate (postdoc) at the
<a href="http://www.wisc.edu/">University of Wisconsin–Madison</a>
in the <a href="https://www.physics.wisc.edu/">Department of Physics</a>.
My research focuses on the magnetic confinement of fusion plasmas.
I develop and design numerical tools (controllers) based on linear control theory to help optimize, stabilize and control fusion experiments.
</p>
<p>
I obtained my PhD from <a href="http://www.princeton.edu/">Princeton University</a> in 2016, after conducting research at the <a href="http://www.pppl.gov/nstx-u">NSTX-U tokamak facility</a>.
I developed controllers and ran simulations to control simultaneously the stored energy and the toroidal rotation of the plasma in the tokamak.
I joined UW Madison as a Research Associate in 2016, where I continue my research on plasma physics.
I am in charge of designing different current controllers for the <a href="https://en.wikipedia.org/wiki/Madison_Symmetric_Torus">Madison Symmetric Torus (MST) device</a>.
</p>
</section>
<section id="publications">
<h2>Publications</h2>
<h3>2016</h3>
<ul>
<li><span class="me">I.R. Goumiri</span>, C.W. Rowley, S.A. Sabbagh, D.A. Gates, M.D. Boyer, S.P. Gerhardt, E. Kolemen, and J.E. Menard.
<span class="title">Simultaneous feedback control of plasma rotation and stored energy on NSTX-U using Neoclassical Toroidal Viscosity and Neutral Beam Injection.</span>
Physics of Plasmas <em>(under review)</em>.
</li>
<li><span class="me">I.R. Goumiri</span>, C.W. Rowley, S.A. Sabbagh, D.A. Gates, S.P. Gerhardt, M.D. Boyer, R. Andre, E. Kolemen, and K. Taira.
<span class="title">Modeling and control of plasma rotation for NSTX using Neoclassical Toroidal Viscosity (NTV) and Neutral Beam Injection (NBI).</span>
Nucl. Fusion 56 (2016) 036023.
doi:<a href="http://dx.doi.org/10.1088/0029-5515/56/3/036023">10.1088/0029-5515/56/3/036023</a>
</li>
</ul>
<h3>2015</h3>
<ul>
<li>S.M. Kaye, […] <span class="me">I.R. Goumiri</span> […], and S.J. Zweben.
<span class="title">An overview of recent physics results from NSTX.</span>
Nucl. Fusion 55 (2015) 104002.
doi:<a href="http://dx.doi.org/10.1088/0029-5515/55/10/104002">10.1088/0029-5515/55/10/104002</a>
</li>
<li>M.D. Boyer, R. Andre, D.A. Gates, S. Gerhardt, <span class="me">I.R. Goumiri</span>, and J. Menard.
<span class="title">Central safety factor and β<sub>N</sub> control on NSTX-U via beam power and plasma boundary shape modification, using TRANSP for closed loop simulations.</span>
Nucl. Fusion 55 (2015) 053033.
doi:<a href="http://dx.doi.org/10.1088/0029-5515/55/5/053033">10.1088/0029-5515/55/5/053033</a>
</li>
</ul>
<h3>2013</h3>
<ul>
<li>
<span class="me">I.R. Goumiri</span>, C.W. Rowley, Z. Ma, D.A. Gates, J.A. Krommes, and J.B. Parker.
<span class="title">Reduced-order model based feedback control of the modified Hasegawa-Wakatani model.</span>
Physics of Plasmas, 20, 042501 (2013),
doi:<a href="http://dx.doi.org/10.1063/1.4796190">10.1063/1.4796190</a>
</li>
</ul>
<h3>2012</h3>
<ul>
<li>
<span class="me">I.R. Goumiri</span>, J.H. Prévost, and M. Preisig.
<span class="title">The effect of capillary pressure on the saturation equation of two‐phase flow in porous media.</span>
International Journal for Numerical and Analytical Methods in Geomechanics 36.3 (2012): 352-361.
doi:<a href="http://dx.doi.org/10.1002/nag.1022">10.1002/nag.1022</a>
</li>
</ul>
<h3>2011</h3>
<ul>
<li>
<span class="me">I.R. Goumiri</span>, and J.H. Prévost.
<span class="title">Cell to node projections: an assessment of error.</span>
International Journal for Numerical and Analytical Methods in Geomechanics 35.7 (2011): 837-845.
doi:<a href="http://dx.doi.org/10.1002/nag.927">10.1002/nag.927</a>
</li>
</ul>
</section>
<section id="conferences">
<h2>Conferences</h2>
<h3>2016</h3>
<ul>
<li>
<span class="me">I.R. Goumiri</span>.
Invited speaker.
<span class="title">A plasma rotation control scheme for NSTX and NSTX-U</span>
58th Annual Meeting of the APS Division of Plasma Physics.
October 31–November 4, 2016, San Jose, California
</li>
</ul>
<h3>2015</h3>
<ul>
<li>
<span class="me">I.R. Goumiri</span>, C.W. Rowley, S.A. Sabbagh, D.A. Gates, S.P. Gerhardt, and M.D. Boyer.
<span class="title">Modeling and control of plasma rotation and β<sub>N</sub> for NSTX-U using Neoclassical Toroidal Viscosity and Neutral Beam Injection.</span>
57th Annual Meeting of the APS Division of Plasma Physics.
November 16–20, 2015, Savannah, Georgia
</li>
<li>
S.A. Sabbagh, J.W. Berkery, J.M. Bialek, J.M. Hanson, Y.S. Park, R.E. Bell, D.A. Gates, S.P. Gerhardt, <span class="me">I.R. Goumiri</span>, B. Grierson, and C. Holcomb.
<span class="title">Global MHD Mode Stabilization and Control for Tokamak Disruption Avoidance.</span>
57th Annual Meeting of the APS Division of Plasma Physics.
November 16–20, 2015, Savannah, Georgia
</li>
</ul>
<h3>2014</h3>
<ul>
<li>
S.A. Sabbagh, J.W. Berkery, Y.S. Park, R.E. Bell, D.A. Gates, S.P. Gerhardt, <span class="me">I.R. Goumiri</span>, T.E. Evans, N. Ferraro, Y.M. Jeon, W. Ko, K.C. Shaing, and Y. Sun.
<span class="title">Characteristics of Neoclassical Toroidal Viscosity in NSTX and KSTAR for Rotation Control and the Evaluation of Plasma Response.</span>
56th Annual Meeting of the APS Division of Plasma Physics.
October 27–31, 2014, New Orleans, Louisiana
</li>
<li>
<span class="me">I.R. Goumiri</span>, C.W. Rowley, S.A. Sabbagh, D.A. Gates, and S.P. Gerhardt.
<span class="title">Modeling and control of plasma rotation for NSTX using Neoclassical Toroidal Viscosity (NTV) and Neutral Beam Injection (NBI).</span>
56th Annual Meeting of the APS Division of Plasma Physics.
October 27–31, 2014, New Orleans, Louisiana
</li>
<li>
M.D. Boyer, R. Andre, D.A. Gates, S.P. Gerhardt, <span class="me">I.R. Goumiri</span>, and J. Menard.
<span class="title">A framework for control simulations using the TRANSP code.</span>
56th Annual Meeting of the APS Division of Plasma Physics.
October 27–31, 2014, New Orleans, Louisiana
</li>
<li>
S.A. Sabbagh, R.E. Bell, T.E. Evans, N. Ferraro, <span class="me">I.R. Goumiri</span>, Y.M. Jeon, W.H. Ko, Y.S. Park, K.C. Shaing, Y. Sun, J.W. Berkery, D.A. Gates, S.P. Gerhardt, S.H. Hahn, S.C. Jardin, C.W. Rowley, and K. Tritz.
<span class="title">
Physical Characteristics of Neoclassical Toroidal Viscosity in Tokamaks Rotation Control and the Evaluation of Plasma Response.</span>
IAEA FEC 2014 25th Fusion Energy Conference (FEC 2014)
Saint Petersburg, Russia 13 -18 October 2014
</li>
</ul>
<h3>2013</h3>
<ul>
<li>
<span class="me">I.R. Goumiri</span>, S.A. Sabbagh, D.A. Gates, C.W. Rowley, and S.P. Gerhardt.
<span class="title">Modeling and Control of Plasma Rotation for the NSTX using the Neoclassical toroidal viscosity.</span>
55th Annual Meeting of the APS Division of Plasma Physics.
November 11–15, 2013, Denver, Colorado.
</li>
<li>
S.A. Sabbagh, J.W. Berkery, J.M. Bialek, Y.S. Park, R.E. Bell, D.A. Gates, S.P. Gerhardt, and <span class="me">I.R. Goumiri</span>.
<span class="title">Active resistive wall mode and plasma rotation control for disruption avoidance in NSTX.</span>
55th Annual Meeting of the APS Division of Plasma Physics.
November 11–15, 2013, Denver, Colorado.
</li>
</ul>
<h3>2012</h3>
<ul>
<li>
<span class="me">I.R. Goumiri</span>, C.W. Rowley, D.A. Gates, J.B. Parker, and J.A. Krommes.
<span class="title">Reduced-order-model based feedback control of the Modified Hasegawa-Wakatani equations.</span>
54th Annual Meeting of the APS Division of Plasma Physics.
October 29–November 2, 2012, Providence, Rhode Island.
</li>
</ul>
<h3>2010</h3>
<ul>
<li>
<span class="me">I.R. Goumiri</span>, and J.H. Prévost.
<span class="title">Cell to node projections: an assessment of error.</span>
44th U.S. Rock Mechanics Symposium and 5th U.S.-Canada Rock Mechanics Symposium.
27–30 June, 2010, Salt Lake City, Utah.
</li>
</ul>
</section>
<section>
<h2>Press</h2>
<ul>
<li>
<a href="http://www.princeton.edu/engineering/data/control-nuclear-fusion/">Data Drive Quests to Control Nuclear Fusion</a>
<!-- http://www.princeton.edu/engineering/news/archive/?id=17198 -->
</li>
<li>
<q>Princeton graduate student Imène Goumiri creates computer program that helps stabilize fusion plasmas.</q>
(<a href="http://www.pppl.gov/news/2016/04/princeton-graduate-student-im%C3%A8ne-goumiri-creates-computer-program-helps-stabilize">PPPL</a>,
<a href="https://www.princeton.edu/main/news/archive/S46/06/66M62/">Princeton University</a>,
<a href="https://www.princeton.edu/engineering/news/archive/?id=16560">Princeton Engineering</a>,
<a href="http://mae.princeton.edu/about-mae/spotlight/graduate-students-computer-program-helps-stabilize-fusion-plasmas">MAE</a>)
</li>
</ul>
</section>
</main>
<footer>
<p>
Last updated: <time datetime="2016-11-06">November 6<sup>th</sup>, 2016</time>
</p>
</footer>
<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-55919579-1', 'auto');ga('send', 'pageview');
</script>
</body>
</html>