-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
868 lines (684 loc) · 36.1 KB
/
index.html
File metadata and controls
868 lines (684 loc) · 36.1 KB
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
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<!--- basic page needs
================================================== -->
<meta charset="utf-8">
<title>Ethos</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- mobile specific metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/vendor.css">
<!-- script
================================================== -->
<script src="js/modernizr.js"></script>
<!-- favicons
================================================== -->
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="manifest" href="site.webmanifest">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-5Y8Q63CR3L"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-5Y8Q63CR3L');
</script>
</head>
<body id="top">
<!-- preloader
================================================== -->
<div id="preloader">
<div id="loader" class="dots-fade">
<div></div>
<div></div>
<div></div>
</div>
</div>
<!-- header
================================================== -->
<header class="s-header">
<div class="header-logo">
<a href="index.html">
<img src="images/logo.svg" alt="Homepage">
</a>
</div>
<div class="header-content">
<nav class="row header-nav-wrap">
<ul class="header-nav">
<li><a class="smoothscroll" href="#hero" title="Intro">Home</a></li>
<li><a class="smoothscroll" href="#about" title="About">About</a></li>
<li><a class="smoothscroll" href="#career" title="Career Experience">Career Experience</a></li>
<li><a class="smoothscroll" href="#services" title="Teaching Experience">Teaching Experience</a></li>
<li><a class="smoothscroll" href="#portfolio" title="Portfolio">Portfolio</a></li>
<li><a href="mailto:lindstj@umich.edu" title="Contact us">Email Me</a></li>
</ul>
</nav> <!-- end header-nav-wrap -->
<a href="CVAugust2025.pdf" target="_blank" class="btn btn--stroke btn--small">View CV</a>
</div> <!-- end header-content -->
<a class="header-menu-toggle" href="#0"><span>Menu</span></a>
</header>
<!-- hero
================================================== -->
<section id="hero" class="s-hero target-section" data-parallax="scroll" data-image-src="images/IMG_9742.jpg" data-natural-width=3000 data-natural-height=2000 data-position-y=center>
<div class="row hero-content">
<div class="column large-full">
<h1>
Hi, I'm Jackie Lindstrom, <br>
a biostatistics graduate student <br>
at the University of Michigan <br>
</h1>
<ul class="hero-social">
<li>
<a href="https://www.linkedin.com/in/j-lindstrom/" title="LinkedIn" target="_blank">LinkedIn</a>
</li>
<li>
<a href="https://github.com/jlindstrom13" target="_blank" title="GitHub">GitHub</a>
</li>
</ul> <!-- end hero-social -->
</div>
</div> <!-- end hero-content -->
<div class="hero-scroll">
<a href="#about" class="scroll-link smoothscroll">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 24l-8-9h6v-15h4v15h6z"/></svg>
</a>
</div> <!-- end hero-scroll -->
</section> <!-- end s-hero -->
<!-- about
================================================== -->
<section id="about" class="s-about target-section">
<div class="s-about__section s-about__section--profile">
<div class="right-vert-line"></div>
<div class="row">
<div class="column large-6 medium-8 tab-full">
<div class="section-intro" data-num="01" data-aos="fade-up">
<h3 class="subhead">About Me</h3>
<h1 class="display-1"> I am passionate about applying my problem-solving skills to challenges in data analysis, global public health, and medicine</h1>
</div>
<div class="profile-pic" data-aos="fade-up">
<img src="PD5A0264.JPG" alt="Profile picture">
</div>
<!-- Education Section -->
<h3 data-aos="fade-up">Education</h3>
<ul class="education-list" data-aos="fade-up">
<li>
<strong>Master of Science, Biostatistics</strong> — University of Michigan, Ann Arbor, MI
<br><em>May 2026 | GPA: 3.84</em>
</li>
<li>
<strong>Bachelor of Science, Chemistry (Biochemistry)</strong> — Pacific Lutheran University, Tacoma, WA
<br><em>May 2023 | Minor: Hispanic Studies | GPA: 3.96| Summa Cum Laude | Dean’s List (All Semesters)</em>
</li>
<li>
<strong>Bachelor of Arts, Mathematics</strong> — Pacific Lutheran University, Tacoma, WA
<br><em>May 2023 | Minor: Hispanic Studies | GPA: 3.96| Summa Cum Laude | Dean’s List (All Semesters)</em>
</li>
<li>
<strong>Study Abroad</strong>
<br>University of Oxford, England (2021)
<br><em> Biochemistry Tutorial | Refugee and Forced Migration Studies Tutorial </em>
<br>Instituto Cultural Oaxaca, Mexico (2022)
<br><em> Intensive Spanish Language Course | US-Mexico Migration Relations Literature Course | Conservation Biology Course | Intern at Ser Mixe Indegenous Rights NonProfit </em>
</li>
</ul>
</div>
</div>
</div> <!-- end s-about__section--profile -->
<div class="s-about__section">
<section id="career" class="s-career">
<div class="row">
<div class="column">
<h3 data-aos="fade-up">Career</h3>
</div>
</div>
<div class="row block-large-1-2 block-900-full work-positions">
<div class="column" data-aos="fade-up">
<div class="position">
<div class="position__header">
<h6>
<span class="position__co">
<a href="https://isbscience.org/" target="_blank">Institute for Systems Biology</a>
</span>
<span class="position__pos">Machine Learning Summer Intern</span>
</h6>
<div class="position__timeframe">
June 2025 – Aug. 2025
</div>
</div>
<p>
Implemented machine learning algorithms such as Neural Nets, Naive Bayes, and Random Forest in Python to classify trials from clinicaltrials.gov into trustworthy or untrustworthy.
Mentored by Dr. Glusman (Hood Lab) via NIH NCATS Biomedical Translator Consortium.
Used Unix command line, SQL, and Git for version control.
Performed dimension reduction including PCA and UMAP.
</p>
</div>
</div> <!-- end column -->
<div class="column" data-aos="fade-up">
<div class="position">
<div class="position__header">
<h6>
<span class="position__co">
<a href="https://www.vrtx.com/" target="_blank">Vertex Pharmaceuticals</a>
</span>
<span class="position__pos" style="display: block;">Associate Scientist</span>
</h6>
<div class="position__timeframe">
Nov. 2023 - July 2024
</div>
</div>
<p>
Performed quality control and data validation using analytical instruments in the Cell and Genetic Therapies Department to ensure a novel Type 1 Diabetes device operates properly.
Utilized Laboratory Information Management Systems (LIMS) to track QC data, followed SOPs and GMP to maintain compliance.
Led a lab optimization project, presenting findings and recommendations to management for improved efficiency and safety.
</p>
</div>
</div> <!-- end column -->
<div class="column" data-aos="fade-up">
<div class="position">
<div class="position__header">
<h6>
<span class="position__co">
<a href="https://sph.umich.edu/biostat/statcom/" target="_blank">STATCOM (Statistics in the Community)</a>
</span>
<span class="position__pos">Consulting Volunteer</span>
</h6>
<div class="position__timeframe">
Sept. 2024 – Present
</div>
</div>
<p>
Collaborating with the Center for Success nonprofit on statistical analysis using natural language processing (NLP) and Likert scale analysis to assess student literacy program impact.
Focused on making code reproducible with my group of 4 using GitHub.
Used R for data visualization, data wrangling, and analysis to present to nonprofit directors.
</p>
</div>
</div> <!-- end column -->
<div class="column" data-aos="fade-up">
<div class="position">
<div class="position__header">
<h6>
<span class="position__co">
<a href="https://www.plu.edu/chemistry/research/waldow/research/" target="_blank">National Science Foundation & Pacific Lutheran University </a>
</span>
<span class="position__pos">Polymer Researcher</span>
</h6>
<div class="position__timeframe">
June 2021 – May 2023
</div>
</div>
<p>
Collaborated with a team of 5 researchers in Dr. Waldow's group to develop a solid polymer electrolyte to improve the safety and sustainability of Lithium-ion batteries.
Presented results at the National American Chemical Society conference in Indianapolis in a selective Sci-Mixer poster event recognizing exceptional abstracts, and also gave a 30-minute oral presentation.
</p>
</div>
</div> <!-- end column -->
</div> <!-- work positions -->
</div> <!-- end s-about__section -->
<!-- teaching
================================================== -->
<section id="services" class="s-services target-section h-dark-bg">
<div class="row s-services__content">
<div class="vert-line"></div>
<div class="column large-6 s-services__leftcol">
<div class="section-intro" data-num="02" data-aos="fade-up">
<h3 class="subhead">Teaching Experience</h3>
<h1 class="display-1">
Passionate about helping students discover and grow
</h1>
</div>
<p class="lead" data-aos="fade-up">
I have experience teaching undergraduate students in statistics and biology, designing coursework, leading discussions, and helping students build a strong scientific foundations.
</p>
</div> <!-- end s-services--leftcol -->
<div class="column large-6">
<ul class="services-list" data-aos="fade-up">
<li class="services-list__item is-active">
<div class="services-list__item-header">
<h5>Head Statistics Graduate Student Instructor <span class="role-dates"> (Aug. 2024 – Present) </span></h5>
</div>
<div class="services-list__item-body">
<p>
<span class="institution">University of Michigan, Ann Arbor, MI.</span> <br>
Teach discussion sections for 40 students taking Introduction to Statistics for Social Sciences to guide them in building a foundation in statistical concepts and data interpretation
Prepare biweekly lecture review, design weekly practice problems, hold office hours, and provide HW and exam feedback to enrich students learning
Completed SOC 993: Teacher Training Course, gaining skills in pedagogy & curriculum planning
</p>
</div>
</li> <!-- services-list__item -->
<li class="services-list__item">
<div class="services-list__item-header">
<h5>Adjunct Professor of Biology <span class="role-dates">(Jan. 2024 – May 2024)</span></h5>
</div>
<div class="services-list__item-body">
<p>
<span class="institution">Bryant University, Smithfield, RI.</span> <br>
Guided students through collaborative laboratory experiments that introduce life processes.
Prepared and graded assignments to provide constructive feedback to students.
Topics include scientific methodology, cells, energy and metabolism, genetics, and ecology.
</p>
</div>
</li>
<li class="services-list__item">
<div class="services-list__item-header">
<h5>Multivariable Calculus Grading Assistant <span class="role-dates">(Sept. 2019 – Dec. 2022)</span></h5>
</div>
<div class="services-list__item-body">
<p>
<span class="institution">Mathematics Department, Pacific Lutheran University, Tacoma, WA</span> <br>
Responsible for collecting, grading, and providing accurate feedback on biweekly homework assignments for ~20 students.
Collaborated with professors and adjusted for special course demands due to virtual classes.
</p>
</div>
</li>
<li class="services-list__item">
<div class="services-list__item-header">
<h5>Precalculus Supplemental Instruction Leader / Tutor <span class="role-dates">(Sept. 2019 – Dec. 2022)</span></h5>
</div>
<div class="services-list__item-body">
<p>
<span class="institution">Mathematics Department, Pacific Lutheran University, Tacoma, WA</span> <br>
Planned and facilitated virtual, peer-assisted study sessions for precalculus students.
Attended all regularly scheduled class meetings and conducted ~3 one-hour sessions weekly.
</p>
</div>
</li>
<li class="services-list__item">
<div class="services-list__item-header">
<h5>Teaching Assistant: Organic Chemistry and General Chemistry II <span class="role-dates">(Sept. 2020 – May 2021)</span></h5>
</div>
<div class="services-list__item-body">
<p>
<span class="institution">Chemistry Department, Pacific Lutheran University, Tacoma, WA</span> <br>
Facilitated laboratory classes to assist students’ learning and maintain a safe lab environment.
Developed and led weekly tutoring sessions to improve students’ understanding.
</p>
</div>
</li>
<li class="services-list__item">
<div class="services-list__item-header">
<h5>Tutor: AVID <span class="role-dates">(Sept. 2018 – March 2020)</span></h5>
</div>
<div class="services-list__item-body">
<p>
<span class="institution">Advancement Via Individual Determination (AVID), Tacoma, WA</span> <br>
Facilitated small group tutorial sessions for middle and high school students in science and math.
Led college prep activities with this nonprofit that aims to close opportunity gaps for underrepresented students.
</p>
</div>
</li>
</ul> <!-- end services-list -->
</div> <!-- end column large-6 -->
</div> <!-- end s-services__content -->
</section> <!-- end s-services -->
<!-- portfolio
================================================== -->
<section id="portfolio" class="s-portfolio target-section">
<div class="row s-portfolio__header">
<div class="column large-6 medium-8 tab-full">
<div class="section-intro" data-num="03" data-aos="fade-up">
<h3 class="subhead">Portfolio</h3>
<h1 class="display-1">
A selection of recent projects I have worked on.
</h1>
</div>
</div>
</div> <!-- s-portfolio__header -->
<div class="row s-porfolio__list block-large-1-2 block-tab-full collapse">
<!-- Machine Learning Summer Intern Project -->
<div class="column" data-aos="fade-up">
<div class="folio-item">
<div class="folio-item__thumb">
<a class="folio-item__thumb-link" href="ISB_ML_Poster.pdf" title="Machine Learning Summer Intern" data-size="1050x700" target="_blank">
<img src="images/isbphoto.png" alt="Machine Learning Summer Intern Project">
</a>
</div>
<div class="folio-item__info">
<div class="folio-item__cat">Machine Learning and Clinical Trial Data</div>
<h4 class="folio-item__title">Institute for Systems Biology Intern Poster Presentation</h4>
</div>
<a href="ISB_ML_Poster.pdf" class="folio-item__project-link" target="_blank">Project Link</a>
<div class="folio-item__caption">
<p>
Implemented machine learning algorithms (Neural Nets, Naive Bayes, Random Forest) in Python
to classify clinicaltrials.gov studies as trustworthy or untrustworthy. Mentored by Dr. Glusman
(Hood Lab) via NIH NCATS Biomedical Translator Consortium. Used Unix command line, SQL, and Git
for version control, and applied dimension reduction methods including PCA and UMAP.
</p>
</div>
</div>
</div>
<!-- Mathematics Capstone -->
<div class="column" data-aos="fade-up">
<div class="folio-item">
<div class="folio-item__thumb">
<a class="folio-item__thumb-link" href="PCA_Capstone.pdf" title="Mathematics Capstone" data-size="1050x700" target="_blank">
<img src="images/un.png" alt="PCA Project">
</a>
</div>
<div class="folio-item__info">
<div class="folio-item__cat">Principal Components Analysis to Detect Patterns in Migration Data for the UN</div>
<h4 class="folio-item__title">Mathematics Capstone</h4>
</div>
<a href="PCA_Capstone.pdf" class="folio-item__project-link" target="_blank">Project Link</a>
<a href="PCA_Capstone.pdf" class="folio-item__project-link" target="_blank">Project Slides</a>
<div class="folio-item__caption">
<p>Performed PCA to detect patterns in Iraqi migration data for the UN International Organization for Migration.</p>
</div>
</div>
</div>
<!-- Regression Project -->
<div class="column" data-aos="fade-up">
<div class="folio-item">
<div class="folio-item__thumb">
<a class="folio-item__thumb-link" href="Group15Report.pdf" title="Regression Project" data-size="1050x700" target="_blank">
<img src="images/regression_image2.png" alt="Regression Project">
</a>
</div>
<div class="folio-item__info">
<div class="folio-item__cat">Insights into Cholesterol Levels from NHANES Data</div>
<h4 class="folio-item__title">Regression Project</h4>
</div>
<a href="Group15Report.pdf" class="folio-item__project-link" target="_blank">Project Link</a>
<div class="folio-item__caption">
<p>Unveiling Total Cholesterol Levels: Insights into key factors.</p>
</div>
</div>
</div>
<!-- Oxford Tutorial Project -->
<div class="column" data-aos="fade-up">
<div class="folio-item">
<div class="folio-item__thumb">
<a class="folio-item__thumb-link" href="TutorialPresentationFinal.pdf" title="Oxford Tutorial Project" data-size="1050x700" target="_blank">
<img src="images/Oxford-University-square-logo.png" alt="Oxford Tutorial Project">
</a>
</div>
<div class="folio-item__info">
<div class="folio-item__cat">Research</div>
<h4 class="folio-item__title">Oxford Tutorial Project</h4>
</div>
<a href="TutorialPresentationFinal.pdf" class="folio-item__project-link" target="_blank">Project Link</a>
<div class="folio-item__caption">
<p>Skin α-Synuclein Aggregation Seeding Activity as a Novel Biomarker for Parkinson Disease.</p>
</div>
</div>
</div>
<!-- Chemistry Capstone Project -->
<div class="column" data-aos="fade-up">
<div class="folio-item">
<div class="folio-item__thumb">
<a class="folio-item__thumb-link" href="Lindstrom.Capstone.Final.pdf" title="Capstone Project" data-size="1050x700" target="_blank">
<img src="images/NSF_logo.svg.png" alt="Capstone Project">
</a>
</div>
<div class="folio-item__info">
<div class="folio-item__cat">Organic Chemistry and Data Analysis</div>
<h4 class="folio-item__title">Chemistry Capstone Project</h4>
</div>
<a href="Lindstrom.Capstone.Final.pdf" class="folio-item__project-link" target="_blank">Project Link</a>
<div class="folio-item__caption">
<p>Novel solid polymer electrolyte for lithium ion batteries.</p>
</div>
</div>
</div>
<!-- Proofs Portfolio -->
<div class="column" data-aos="fade-up">
<div class="folio-item">
<div class="folio-item__thumb">
<a class="folio-item__thumb-link" href="ProofsPortfolio.pdf" title="Proofs Portfolio" data-size="1050x700" target="_blank">
<img src="images/math.png" alt="Proofs Portfolio">
</a>
</div>
<div class="folio-item__info">
<div class="folio-item__cat">Mathematics</div>
<h4 class="folio-item__title">Mathematical Proofs Course: Final Portfolio</h4>
</div>
<a href="ProofsPortfolio.pdf" class="folio-item__project-link" target="_blank">Project Link</a>
<div class="folio-item__caption">
<p>Collection of proofs showcasing mathematical rigor and creativity.</p>
</div>
</div>
</div>
<!-- STATCOM Project -->
<div class="column" data-aos="fade-up">
<div class="folio-item">
<div class="folio-item__thumb">
<a class="folio-item__thumb-link" href="csf_final_report.pdf" title="STATCOM Project" data-size="1050x700" target="_blank">
<img src="images/statcom.png" alt="STATCOM Project">
</a>
</div>
<div class="folio-item__info">
<div class="folio-item__cat">Statistical Consulting for the Center for Success</div>
<h4 class="folio-item__title">STATCOM Project</h4>
</div>
<a href="CfS_Final_Report.pdf" class="folio-item__project-link" target="_blank">Project Link</a>
<div class="folio-item__caption">
<p>
Collaborated with the Center for Success nonprofit using R and NLP to evaluate literacy program impact.
Produced reproducible analysis and presented findings to nonprofit directors.
</p>
</div>
</div>
</div>
<!-- Clean Energy Institute Project -->
<div class="column" data-aos="fade-up">
<div class="folio-item">
<div class="folio-item__thumb">
<a class="folio-item__thumb-link" href="cleanenergy.pdf" title="Clean Energy Institute Project" data-size="1050x700" target="_blank">
<img src="images/clean.png" alt="Clean Energy Institute Project">
</a>
</div>
<div class="folio-item__info">
<div class="folio-item__cat">Computational Chemistry</div>
<h4 class="folio-item__title">Clean Energy Institute Researcher</h4>
</div>
<a href="cleanenergy.pdf" class="folio-item__project-link" target="_blank">Project Link</a>
<div class="folio-item__caption">
<p>
Conducted summer computational study with Dr. Jenekhe’s lab at the University of Washington
using Density Functional Theory (DFT) modeling to investigate the electronic structure of
organic materials for electronic devices. Selected from a competitive national applicant pool.
</p>
</div>
</div>
</div>
</div> <!-- s-portfolio__list -->
</section> <!-- end portfolio -->
<section id="awards" class="s-testimonials">
<div class="row collapse">
<div class="column large-full">
<div class="testimonial-slider" data-aos="fade-up">
<!-- UMich Scholarship -->
<div class="testimonial-slider__slide">
<p>
Awarded by the University of Michigan Department of Biostatistics for academic achievement,
received over 4 terms (2024–2026).
</p>
<div class="testimonial-slider__author">
<img src="images/michigan.jpg" alt="UMich Biostatistics Dept. Scholarship" class="testimonial-slider__avatar">
<cite class="testimonial-slider__cite">
<strong>UMichigan Biostatistics Dept. Scholarship</strong>
<span>2024 – 2026</span>
</cite>
</div>
</div> <!-- end award slide -->
<!-- Chemist of the Year -->
<div class="testimonial-slider__slide">
<p>
Issued by The American Institute of Chemists for excellency, demonstrated ability,
leadership, and professional promise.
</p>
<div class="testimonial-slider__author">
<img src="images/americanchemist.jpg" alt="Chemist of the Year" class="testimonial-slider__avatar">
<cite class="testimonial-slider__cite">
<strong>Chemist of the Year</strong>
<span>2023</span>
</cite>
</div>
</div> <!-- end award slide -->
<!-- PEO Merit-Based Award -->
<div class="testimonial-slider__slide">
<p>
Merit-based scholarship awarded by P.E.O. for women, supporting academic achievement
and leadership throughout undergraduate and graduate studies.
</p>
<div class="testimonial-slider__author">
<img src="images/peo.jpg" alt="PEO Merit-Based Award" class="testimonial-slider__avatar">
<cite class="testimonial-slider__cite">
<strong>PEO Merit-Based Award for Women</strong>
<span>2018 – 2025</span>
</cite>
</div>
</div> <!-- end award slide -->
<!-- PLU Regents Scholarship -->
<div class="testimonial-slider__slide">
<p>
Merit-based scholarship supporting 4 years of undergraduate education at Pacific Lutheran University.
</p>
<div class="testimonial-slider__author">
<img src="images/plu.jpg" alt="PLU Regents Scholarship" class="testimonial-slider__avatar">
<cite class="testimonial-slider__cite">
<strong>PLU Regents Scholarship</strong>
<span>2018 – 2023</span>
</cite>
</div>
</div> <!-- end award slide -->
<!-- Seal of Biliteracy -->
<div class="testimonial-slider__slide">
<p>
Official recognition of fluency in speaking, writing, and reading Spanish.
</p>
<div class="testimonial-slider__author">
<img src="images/biliteracy.jpg" alt="Seal of Biliteracy" class="testimonial-slider__avatar">
<cite class="testimonial-slider__cite">
<strong>Seal of Biliteracy in Spanish</strong>
<span>2018, 2022</span>
</cite>
</div>
</div> <!-- end award slide -->
<!-- Rotary Service Above Self -->
<div class="testimonial-slider__slide">
<p>
Recognition from Rotary International for dedicated volunteer work and service in the community.
</p>
<div class="testimonial-slider__author">
<img src="images/rotary.jpg" alt="Service Above Self Award" class="testimonial-slider__avatar">
<cite class="testimonial-slider__cite">
<strong>Service Above Self Award</strong>
<span>2018 – 2022</span>
</cite>
</div>
</div> <!-- end award slide -->
<!-- Girl Scout Gold Award -->
<div class="testimonial-slider__slide">
<p>
Highest Girl Scout honor, awarded for leading a service project to restore a school courtyard and
remove invasive species.
</p>
<div class="testimonial-slider__author">
<img src="images/girlscout.jpg" alt="Girl Scout Gold Award" class="testimonial-slider__avatar">
<cite class="testimonial-slider__cite">
<strong>Girl Scout Gold Award</strong>
<span>2018</span>
</cite>
</div>
</div> <!-- end award slide -->
</div> <!-- end testimonial slider -->
</div> <!-- end column -->
</div> <!-- end row -->
</section> <!-- end awards -->
<!-- footer
================================================== -->
<footer class="s-footer h-dark-bg">
<div class="right-vert-line"></div>
<div class="row s-footer__main">
<div class="column large-6">
<div class="section-intro" data-aos="fade-up">
<h3 class="subhead">Get In Touch</h3>
<h1 class="display-1">
Thanks for visiting my portfolio!
Feel free to reach out. I’d love to connect!
</h1>
</div>
<div class="footer-email-us">
<a href="mailto:lindstj@umich.edu" class="btn btn--primary h-full-width">Email Me</a>
</div>
</div>
<div class="column large-5">
<div class="footer-contacts">
<div class="footer-contact-block" data-aos="fade-up">
<h5 class="footer-contact-block__header">Email</h5>
<p class="footer-contact-block__content">
<a href="mailto:lindstj@umich.edu">lindstj@umich.edu</a>
</p>
</div> <!-- end email block -->
<div class="footer-contact-block" data-aos="fade-up">
<h5 class="footer-contact-block__header">Social</h5>
<ul class="footer-contact-block__list">
<li><a href="https://www.linkedin.com/in/j-lindstrom/" target="_blank">LinkedIn</a></li>
<li><a href="https://github.com/jlindstrom13" target="_blank">GitHub</a></li>
</ul>
</div> <!-- end social block -->
</div>
</div>
</div> <!-- end s-footer__main -->
<div class="row s-footer__bottom">
<div class="column large-full ss-copyright">
<span>© 2025 Jackie Lindstrom</span>
<span>Design base: <a href="https://www.styleshout.com/">StyleShout</a></span>
</div> <!-- end copyright -->
<div class="ss-go-top">
<a class="smoothscroll" title="Back to Top" href="#top">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
<path d="M12 0l8 9h-6v15h-4v-15h-6z"/>
</svg>
</a>
</div> <!-- end go top -->
</div> <!-- end s-footer__bottom -->
</footer>
<!-- photoswipe background
================================================== -->
<div aria-hidden="true" class="pswp" role="dialog" tabindex="-1">
<div class="pswp__bg"></div>
<div class="pswp__scroll-wrap">
<div class="pswp__container">
<div class="pswp__item"></div>
<div class="pswp__item"></div>
<div class="pswp__item"></div>
</div>
<div class="pswp__ui pswp__ui--hidden">
<div class="pswp__top-bar">
<div class="pswp__counter"></div><button class="pswp__button pswp__button--close" title="Close (Esc)"></button> <button class="pswp__button pswp__button--share" title=
"Share"></button> <button class="pswp__button pswp__button--fs" title="Toggle fullscreen"></button> <button class="pswp__button pswp__button--zoom" title=
"Zoom in/out"></button>
<div class="pswp__preloader">
<div class="pswp__preloader__icn">
<div class="pswp__preloader__cut">
<div class="pswp__preloader__donut"></div>
</div>
</div>
</div>
</div>
<div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap">
<div class="pswp__share-tooltip"></div>
</div><button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)"></button> <button class="pswp__button pswp__button--arrow--right" title=
"Next (arrow right)"></button>
<div class="pswp__caption">
<div class="pswp__caption__center"></div>
</div>
</div>
</div>
</div> <!-- end photoSwipe background -->
<!-- Java Script
================================================== -->
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</body>