-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
542 lines (415 loc) · 27 KB
/
index.html
File metadata and controls
542 lines (415 loc) · 27 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<!-- Meta tags -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Acadia Larsen's Academic Page">
<meta charset="utf-8">
<!-- Tab Title -->
<title>Acadia Larsen | Academic Page</title>
<!-- Tab Icon (favicon) -->
<link rel="apple-touch-icon" sizes="180x180" href="favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon/favicon-16x16.png">
<link rel="manifest" href="favicon/site.webmanifest">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<!-- Custom CSS -->
<link rel="stylesheet" href="css/style.css">
<!-- Font awesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.0/css/all.css">
<!-- Script to render LaTeX -->
<script type="text/javascript" id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"> </script>
<script>
MathJax = {
tex: {
inlineMath: [
['$', '$'],
['\\(', '\\)']
]
}
};
</script>
<!--First attempt to render LaTeX-->
<!--<script type="text/javascript" src="https://www.maths.nottingham.ac.uk/plp/pmadw/LaTeXMathML.js"></script>-->
</head>
<body>
<!-- Navigational bar-->
<nav class="navbar navbar-expand-md">
<ul class="nav" id="tabList">
<!-- Home tab: Acadia Larsen -->
<li class="nav-item mx-1" role="presentation">
<button class="nav-btn" id="home-tab" data-bs-toggle="tab" data-bs-target="#home" type="button" role="tab" aria-controls="home" aria-selected="true">Acadia Larsen</button>
</li>
<!-- Tab 1: Research -->
<li class="nav-item mx-1" role="presentation">
<button class="nav-btn" id="research-tab" data-bs-toggle="tab" data-bs-target="#research" type="button" role="tab" aria-controls="research" aria-selected="false">Research</button>
</li>
<!-- Tab 2: Teaching -->
<li class="nav-item mx-1" role="presentation">
<button class="nav-btn" id="teaching-tab" data-bs-toggle="tab" data-bs-target="#teaching" type="button" role="tab" aria-controls="teaching" aria-selected="false">Teaching</button>
</li>
<!-- Tab 3: CV -->
<li class="nav-item mx-1" role="presentation">
<button class="nav-btn" id="cv-tab" data-bs-toggle="tab" data-bs-target="#cv" type="button" role="tab" aria-controls="cv" aria-selected="false">CV</button>
</li>
</ul>
</div>
</nav> <!-- end nav bar -->
<!-- Main content of page (tabs) -->
<div class="tab-content" id="myTabContent">
<!-- Home content (Tab 1) -->
<div class="tab-pane fade show active" id="home" role="tabpanel" aria-labelledby="home-tab">
<!-- Acadia's vCard -->
<div class="container-fluid vCard">
<div class="row">
<!--Acadia's Profile Picture -->
<div class="col-sm-3">
<p><img class="profile-pic" src="img/avatar.png" alt="profile-pic"></p>
</div>
<!-- Acadia's Info -->
<div class="col-sm-9">
<h1 class="intro"> I'm Acadia Larsen,</h1>
<p class="deets">a sixth year Ph.D candidate in Applied Mathematics at Univeristy of Califonia, Davis.
I am expecting to graduate June 2026. </p>
</div>
</div> <!-- end row -->
</div> <!-- end vcard -->
<!-- Acadia's short bio -->
<h2 class="home-subsection">About me</h2>
<p>I've spent time as a small group instructor/tutor, collegiate mathematics instructor, service worker in retail, IT service worker, delivery driver, and student of mathematics.
Mathematics/research, programming, education, technical writing, and general labor are parts of my tool kit. <!-- a person selling their time in a capitalistic system-->
Currently, I'm developing open source academic software, teaching, and research/writing for my dissertation as a PhD Candidate in the Graduate Group of Applied Mathematics in at UC Davis.
In my public life, I spend time volunteering at with the Friends of Sutters Landing helping with restoration efforts such as weed removal and mulch moving. </p>
<!-- Acadia's contact info -->
<h2 class="home-subsection">Contact me</h2>
<p>Email me at <span class="email">ablarsen</span> at <span class="email">ucdavis</span> dot <span class="email">edu</span>.</p>
</div> <!-- end tab 1 -->
<!-- Research content (Tab 2) -->
<div class="tab-pane fade" id="research" role="tabpanel" aria-labelledby="research-tab">
<!-- Acadia's research interests -->
<h2 class="research-subsection">Research Intrests</h2>
<p class="research-description"> <strong>Research Areas:</strong> Mathematical Optimization (integer programming, modeling, and optimization over manifolds), Integer Partitions, Polyhedral Geometry</p>
<p>I've spend time studying number theory, combinatiorics, and applications of algebra though the lens of integer partitions with a finite number of parts.
Integer partitions with a finite number of parts has deep connections to geometry though polyhedral descriptions and lattices.
While studying with Dr. Brandt Krohnolm, I developed an interest in computational aspects of partitions particularly of coefficients of generating functions.
With a desire to learn more geometry behind these computations and I ended up at UC Davis where I am supervised by Dr. Matthais Koeppe studying optimization, and in particular, models of minimal functions (aka cut generating functions) in the Gomory Johnson Infinite Group Problem that can serve as a suitable domain for optimization of cut selection in the branch and cut algorithm.
This work involves explore two parametric models of cut generating functions: a smooth model described by a manifold with corners and a semialgebraic model described by a finite number of semialgebraic sets.
</p>
<!-- Acadia's publications -->
<h2 class="research-subsection"> Publications</h2>
<!-- New Publication -->
<h5 class="paper-title"> Cranks for partitions with bounded largest part. </h5>
<p class="deets"> <i> To appear in PAMS 2023</i>. <br> Co-authored with Brandt Kronholm and Dennis Eichhorn. </p>
<!-- First Publication -->
<h5 class="paper-title">A Generalization of Partition Identities for First Differences of Partitions of $n$ into at Most $m$ Parts. </h5>
<p class="deets"> <em>Electronic Journal of Combinatorics</em>, June 2021. <br> (Master's Thesis Work) </p>
<a href="https://www.combinatorics.org/ojs/index.php/eljc/article/view/v28i3p20/pdf" target="_blank">See PDF.</a>
<!-- Second Publication -->
<h5 class="paper-title">Quasipolynomials and Maximal Coefficients of Gaussian Polynomials </h5>
<p class="deets"> <em>Annals of Combinatorics</em>, November 2019. <br> Co-authored with Angelica Castillo, Stephanie Flores, Anabel Hernandez, Brandt Kronholm, and Arturo Martinez. </p>
<a href="https://link.springer.com/article/10.1007/s00026-019-00467-2" target="_blank"> See in Springer Website.</a>
<!-- Third Publication -->
<h5 class="paper-title">A Survey of Divisibility Proprieties of the Partition Function and Related Functions. </h5>
<p class="deets"><em>The Mellon Mays Undergraduate Fellowship Journal</em>, February 2015. </p>
<!-- Fourth Publication -->
<h5 class="paper-title">Inequalities For Positive Rank and Crank Moments of Overpartitions </h5>
<p class="deets"><em>International Journal of Number Theory</em>, December 2014. <br> Co-authored with Alexa Rust and Holly Swisher. </p>
<a href="https://ir.library.oregonstate.edu/downloads/cv43nz58d" target="_blank">Download PDF.</a>
<!-- Check this link! It doesn't open in a new tab, like the others. Instead it goes straight to download. -->
<!-- Fifth Publication -->
<h5 class="paper-title"> Symmetry and Prime Divisibility Properties of the Generating Function for Partitions of $n$ into Exactly $m$ Parts </h5>
<p class="deets"> <em>Annals of Combinatorics</em>, March 2014. <br> Co-authored with Brandt Kronholm. </p>
<a href="https://www3.risc.jku.at/publications/download/risc_4976/Symmetry%20and%20Prime%20Divisibility%20Properties%20of%20Partitions%20of%20n%20into%20Exactly%20m%20Parts.pdf" target="_blank">See PDF.</a>
</div> <!-- end tab 2 -->
<!-- Teaching content (Tab 3) -->
<div class="tab-pane fade" id="teaching" role="tabpanel" aria-labelledby="teaching-tab">
<p class="deets"> None currently </p>
<!-- Current Classes -->
<h3 class="teaching-heading">Current Teaching Assignments</h3>
<!-- Classes at UC Davis -->
<h3 class="teaching-heading">University of Califonia Davis</h3>
<p class="deets"> 2024-2025 SY TA MAT 168 - Optimization</p>
<p class="deets"> Winter quarter 2024 TA MAT 168 - Optimization </p>
<p class="deets"> Winter quarter 2024 Lead TA MAT 16 - Short Calculus </p>
<p class="deets"> Fall quarter 2024 TA MAT 16A - Short Calculus </p>
<p class="deets"> Spirng quarter 2023 TA MAT 22A - Linear Algebra </p>
<p class="deets"> Winter quarter 2023 TA MAT 16B - Short Calculus</p>
<p class="deets"> Fall quater 2022 TA MAT 108 - Introduction to Abstract Mathematics </p>
<p class="deets"> Fall quater 2022 TA MAT 21C - Calculus </p>
<!-- Classes at UTRGV -->
<h3 class="teaching-heading">University of Texas Rio Grande Valley</h3>
<!-- UTRGV Class 1: Calc 1 -->
<p class="deets"> <i> MATH 2413 </i> <span class="course"> Calclus I </span> </p>
<!-- UTRGV Class 2: Calc 2 -->
<p class="deets"> <i> MATH 2414 </i> <span class="course"> Calclus II </span> </p>
<!-- UTRGV Class 3: Algebra -->
<p class="deets"> <i>MATH 1314</i> <span class="course"> College Algebra </span> </p>
<!-- UTRGV Class 4: Stats -->
<p class="deets"> <i>MATH 1342</i> <span class="course"> Elementary Statistical Methods </span> </p>
</div><!-- end tab 3 -->
<!-- CV content (Tab 4) -->
<div class="tab-pane fade" id="cv" role="tabpanel" aria-labelledby="cv-tab">
<!-- CV nav bar -->
<div class="cv-nav-bar">
<p>
Go to: <a href="#education">Education</a> | <a href="#experience">Experience</a> | <a href="#grants">Grants and Awards</a> | <a href="#skills">Technical Skills</a> | <a href="#research-experience">Research Experience</a> | <a
href="#publications">Publications</a> | <a href="#presentations">Conference Presentations</a> | <a href="#extracurricular"> Extracurricular </a>
</p>
</div>
<!-- Education Section of CV -->
<h3 class="cv-section" id="education">Education</h3>
<h5 class="cv-item">Ph.D. in Applied Mathematics</h5>
<p class="deets"> University of California, Davis, 2020 - 2026 (Expected).</p>
<h5 class="cv-item">M.Sc. in Mathematics</h5>
<p class="deets"> The University of Texas Rio Grande Valley, December 2018. </p>
<p class="moreDeets">
Dean’s Graduate Research Assistant <br>
Thesis: Partition Identities for Partitions with Parts from a Finite Set.
</p>
<h5 class="cv-item">B.A. in Mathematics <small>Minor in Economics</small> </h5>
<p class="deets">Whittier College, <em>cum laude</em>, May 2014. </p>
<h5 class="cv-item">Budapest Semesters Abroad in Mathematics</h5>
<p class="deets">Spring 2013.</p>
<!-- Back-to-top button -->
<div class="backToTop-div">
<a class="backToTop-btn" title="Go to top" href="#"> <span class="fas fa-angle-double-up"></span> </a>
</div>
<!-- PDF button -->
<div class="cv-pdf-div">
<a class="cv-pdf-btn" title="See PDF" href="LarsenCV.pdf" target="_blank"> <span class="far fa-file-pdf"></span> </a>
</div>
<!-- Experience Section of CV -->
<h3 class="cv-section" id="experience">Experience</h3>
<!-- Experience no. 1 -->
<h5 class="cv-item">University of Texas: Rio Grande Valley</h5>
<p class="deets"> Part-Time Lecturer, August 2019 - August 2020.</p>
<!-- Missing some JOB DUTIES here -->
<p class="moreDeets"></p>
<!-- Experience no. 2 -->
<h5 class="cv-item">Course Hero</h5>
<p class="deets"> Item Writer (contract), June 2019 - March 2020.</p>
<p class="moreDeets">
I author high quality supplemental textbook resources for popular collegiate mathematics textbooks in a collaborative environment. Additional duties include scripting explanatory graphs in JSX graph environment, accurately recording key
notations in the text, and providing clear and concise explanations that help students succeed.
</p>
<!-- Experience no. 3 -->
<h5 class="cv-item">University of Texas: Rio Grande Valley</h5>
<p class="deets"> Graduate Assistant, September 2017 - December 2018.</p>
<p class="moreDeets">
My duties were to assist Dr. Kronholm in research projects, grade papers from an introduction to proofs class, and serve as a Graduate Teaching Assistant teaching one section of College Algebra with 39 students.
</p>
<!-- Experience no. 4 -->
<h5 class="cv-item">Exl Learning</h5>
<p class="deets"> Tutor and Summer Camp Instructor, February 2017 - August 2017.</p>
<p class="moreDeets">
I effectively tutored $5^{th}$ to $12^{th}$ grade students in core mathematics skills, algebra, grade level material, college admission test preperation, and calculus for Denver’s premiere tutoring center. My students expended growth and
increased test scores in every instance. Additionally, I lead a variety of summer camps in which $3^{rd}$ through $8^{th}$ graders learned about puzzles, engineering, and fiction. Parents reported that their students gave high praise for the
instruction and activities in these summer camps.
</p><!-- I think there are some typos here -->
<!-- Experience no. 5 -->
<h5 class="cv-item">Royal Crest Dairy</h5>
<p class="deets"> Route Driver, August 2016 - December 2016.</p>
<p class="moreDeets">
I delivered fresh milk products to 150+ homes in the greater Denver Metro area meeting delivery deadlines and ensuring customer satisfaction. During the month of November, I was awarded Driver of the Month for high customer satisfaction and
accurate deliveries.
</p>
<!-- Experience no. 6 -->
<h5 class="cv-item">Denver Math Fellow (Americorps)</h5>
<p class="deets"> Lead Fellow, August 2014 - August 2016.</p>
<p class="moreDeets">
I effectively tutored, taught, and mentored small groups (1 - 5 students) of $9^{th}$ grade students in math for Algebra 1, Geometry, Algebra 2, and foundational topics at Denver Center for International Studies at Montbello, an under served
school in Denver Public Schools school district. Furthermore, I worked in a team environment to develop individualized objective oriented lesson plans for small group instruction. After my first year, I became a Lead Fellow which provided an
approximate 10% salary increase and am supported by an Americorps grant.
</p>
<!-- Experience no. 7 -->
<h5 class="cv-item">Whittier College Math Department</h5>
<p class="deets">
Grader, September 2010 - December 2011, September 2012 - December 2012, September 2013 - May 2014.
</p>
<p class="moreDeets">
A work study position where I quickly and accurately graded homework for courses including Calculus and Analytic Geometry I & III, College Mathematics, and Introduction to Linear Algebra and Differential Equations.
</p>
<!-- Experience no. 8 -->
<h5 class="cv-item">Whittier College Information Technology Services</h5>
<p class="deets">
Student Computer Technician, September 2010 - December 2012, September 2013 - May 2014.
</p>
<p class="moreDeets">
Successfully repaired hardware and software issues with student and faculty laptop and desktop computers in both Windows and Mac environments. Additionally, I performed accurate installation and repair of network printers for various
facilities around campus. Additional duties included courteously answering faculty and student questions as well as professional delivery of classroom technology
</p>
<!-- Experience no. 9 -->
<h5 class="cv-item">Target Pleasant Hill</h5>
<p class="deets"> Remodel Team Member, June 2011 - August 2011.</p>
<p class="moreDeets">
As a temporary remodel employee, I accurately set up new shelving and store plans in a team environment. Furthermore, I assisted customers find items in the store are well as preformed cash register duties when needed.
</p>
<!-- Grants and Awards Section of CV -->
<h3 class="cv-section" id="grants">Grants and Awards</h3>
<!-- Award no. 1 -->
<h5 class="cv-item">Japan Society for Promotion of Science <small>(2018)</small> </h5>
<p class="deets">
A ¥538000 ($5300) award to conduct research on algorithms and voting games in Japan.
</p>
<!-- Award no. 2 -->
<h5 class="cv-item">SMART award <small>(2018)</small> </h5>
<p class="deets">
A $2000 award for the semester to lead three undergraduate students in mathematical research via the Student Mentoring and Research Training program at UTRGV.
</p>
<!-- Award no. 3 -->
<h5 class="cv-item">Dean’s Graduate Research Assistant at UTRGV <small>(2017-2018)</small> </h5>
<p class="deets">
A $15000 research stipend and 2 years of tuition wavers at UTRGV.
</p>
<!-- Award no. 4 -->
<h5 class="cv-item">Pyle Prize for outstanding graduate in mathematics <small>(2014)</small> </h5>
<p class="deets">
An award recognizing one outstanding graduate in mathematics at Whittier College.
</p>
<!-- Award no. 5 -->
<h5 class="cv-item">Mellon Mays Undergraduate Fellowship <small>(2012-2014)</small> </h5>
<p class="deets">
A $10,000 award to conduct research as an underrepresented undergraduate.
</p>
<!-- Technical Skills Section of CV -->
<h3 class="cv-section" id="skills">Technical Skills</h3>
<!-- Skill no. 1 -->
<h5 class="cv-item">Programming Languages </h5>
<p class="deets">
I am proficient programming in C++ and Python. I have a rudimentary understanding of SQL.
</p>
<!-- Skill no. 2 -->
<h5 class="cv-item">Computer Algebra Systems/Specialty Packages</h5>
<p class="deets">
I am experienced in AMPLE, Maple, Mathematica, and Sage.
</p>
<!-- Skill no. 3 -->
<h5 class="cv-item">Algorithm Design</h5>
<p class="deets">
I have experience designing mathematically sound and efficient algorithm for discrete problems including optimization problems.
</p>
<!-- Skill no. 4 -->
<h5 class="cv-item">Office Software</h5>
<p class="deets">
I am proficient in Microsoft Office Suite and LaTeX.
</p>
<!--Research Experience Section of CV -->
<h3 class="cv-section" id="research-experience">Research Experience</h3>
<!-- Research Experience no. 1 -->
<h5 class="cv-item">Oregon State University: Research Experience for Undergraduates</h5>
<p class="deets"> June 2013 - August 2013</p>
<p class="moreDeets">
I studied overpartitions with Dr. Holly Swisher. I made key advances on a conjecture of Mao regarding inequalities of rank and crank moments of overpartitions. This work lead to an academic paper published in the International Journal of
Number Theory.
</p>
<!-- Research Experience no. 2-->
<h5 class="cv-item">California State University: Channel Islands Research Experience for Undergraduates</h5>
<p class="deets"> June 2012 - August 2012</p>
<p class="moreDeets">
I studied representations of Young tableaux with Dr. Heather Russel. With Dr. Russel and other students, I created a program to quickly diagram $SL_n$ webs creating a valuable tool in our research. Additionally, we made progress in finding an
irreducible basis for $SL_4$ webs.
</p>
<!-- Publications Section of CV -->
<h3 class="cv-section" id="publications">Publications</h3>
<!-- Publication no. 1 -->
<p> <em> Cranks for partitions with bounded largest part</em>. With Brandt Kronholm and Dennis Eichhorn, Submitted. </p>
<!-- Publication no. 2 -->
<p> <em> A Generalization of Partition Identities for First Differences of Partitions of $n$ into at Most $m$ Parts</em>. <a href="https://www.combinatorics.org/ojs/index.php/eljc/article/view/v28i3p20/pdf" target="_blank" title="See PDF">
Electronic Journal of Combinatorics</a>, July 2021. </p>
<!-- Publication no. 3 -->
<p> <em> Quasipolynomials and Maximal Coefficients of Gaussian Polynomials</em>. With Angelica Castillo, Stephanie Flores, Anabel Hernandez, Brandt Kronholm, and Arturo Martinez. <a
href="https://link.springer.com/article/10.1007/s00026-019-00467-2" target="_blank" title="Link to Journal"> Annals of Combinatorics</a>, November 2019. </p>
<!-- Publication no. 4 -->
<p> <em> A Survey of Divisibility Proprieties of the Partition Function and Related Functions</em>. The Mellon Mays Undergraduate Fellowship Journal, February 2015. </p>
<!-- Publication no. 5 -->
<p> <em> Inequalities For Positive Rank and Crank Moments of Overpartitions</em>. With Alexa Rust and Holly Swisher. <a href="https://ir.library.oregonstate.edu/downloads/cv43nz58d" target="_blank" title="See PDF"> International Journal of
Number Theory</a>, December 2014. </p>
<!-- Check this link! It doesn't open in a new tab, like the others. Instead it goes straight to download. -->
<!-- Publication no. 6 -->
<p> <em> Symmetry and Prime Divisibility Properties of the Generating Function for Partitions of $n$ into Exactly $m$ Parts</em>. With Brandt Kronholm. <a
href="https://www3.risc.jku.at/publications/download/risc_4976/Symmetry%20and%20Prime%20Divisibility%20Properties%20of%20Partitions%20of%20n%20into%20Exactly%20m%20Parts.pdf" target="_blank" title="See PDF"> Annals of Combinatorics</a>,
March 2014. </p>
<!-- Conference Presentations Section of CV -->
<h3 class="cv-section" id="presentations">Conference Presentations</h3>
<!-- Presentation no. 1 -->
<h5 class="cv-item"> South Texas Discrete Geometry and Algebraic Combinatorics Conference </h5>
<p class="deets"> "Title" (Talk) </p>
<p class="moreDeets"> South Padre Island, September 28, 2019. </p>
<!-- Presentation no. 2 -->
<h5 class="cv-item"> Joint Mathematics Meetings 2018 </h5>
<p class="deets"> "A Generalization of First Difference Identities for Partitions of $n$ Into at Most $m$ Parts" (Invited talk) </p>
<p class="moreDeets"> Special Secession on Partitions. Baltimore, January 16-20, 2019. </p>
<!-- Presentation no. 3 -->
<h5 class="cv-item"> Graduate Student Combinatorics Conference </h5>
<p class="deets"> "First Difference Identities for Partitions of $n$ Into at Most $m$ Parts" (Talk) </p>
<p class="moreDeets"> University of Texas at Dallas, April 7, 2018. </p>
<!-- Presentation no. 4 -->
<h5 class="cv-item"> Pacific Coast Undergraduate Mathematics Conference </h5>
<p class="deets"> "Inequalities for Rank and Crank Moments of Overpartitions" (Talk) </p>
<p class="moreDeets"> Pepperdine University, March 8, 2014. </p>
<!-- Presentation no. 5 -->
<h5 class="cv-item"> Joint Mathematics Meetings 2014 </h5>
<p class="deets"> "Inequalities for Rank and Crank Moments of Overpartitions" (Poster) </p>
<p class="moreDeets"> Baltimore, January 15-18, 2014.</p>
<!-- Presentation no. 6 -->
<h5 class="cv-item"> Southern California Undergraduate Research Conference </h5>
<p class="deets"> "Ramanujan-like Restricted Integer Partitions Sums" (Talk) </p>
<p class="moreDeets"> Whittier College, November 23, 2013. </p>
<!-- Presentation no. 7 -->
<h5 class="cv-item"> Mellon Mays Undergraduate Fellowship West Coast Conference </h5>
<p class="deets"> "Ramanujan-like Restricted Integer Partitions Sums" (Talk) </p>
<p class="moreDeets"> University of California Berkeley, October 31 - November 3, 2013. </p>
<!-- Presentation no. 8 -->
<h5 class="cv-item"> Southern California Undergraduate Research Conference </h5>
<p class="deets"> "Ramanujan-like Restricted Integer Partitions Sums" (Talk) </p>
<p class="moreDeets"> University of California Channel Islands, November 17, 2012. </p>
<!-- Presentation no. 9 -->
<h5 class="cv-item"> Ramanujan 125 </h5>
<p class="deets"> Attended </p>
<p class="moreDeets"> University of Florida, November 5 -7, 2012. </p>
<!-- Presentation no. 10 -->
<h5 class="cv-item"> Ivy STEM+ Symposium </h5>
<p class="deets"> "Ramanujan-like Restricted Integer Partitions Sums" (Poster) </p>
<p class="moreDeets"> University of Pennsylvania, October 4 - 6, 2012. </p>
<!-- Extracurricular Section of CV -->
<h3 class="cv-section" id="extracurricular">Extracurricular</h3>
<!-- Extracurricular no. 1 -->
<h5 class="cv-item">Secret Student Seminar</h5>
<p class="deets"> University of Texas Rio Grande Valley</p>
<p class="moreDeets"> Organizer, Spring 2018. </p>
<!-- Extracurricular no. 2 -->
<h5 class="cv-item">Mathematics Club</h5>
<p class="deets">Whittier College</p>
<p class="moreDeets">
Member, 2010 - Spring 2012, <br>
Treasurer, Fall 2012 - Spring 2012, <br>
President, Fall 2013 - Spring 2014. </p>
<!-- Extracurricular no. 3 -->
<h5 class="cv-item">Pi Mu Epsilon </h5>
<p class="deets"> Whittier College Chapter</p>
<p class="moreDeets">
Member, Spring 2012 - Spring 2013, <br>
President, Fall 2013 - Spring 2014 </p>
<!-- Time stamp -->
<p class="update-date">Last updated: January 2022</p>
</div> <!-- end tab 4 -->
</div> <!-- end main content (tabs) -->
<!-- Footer Section -->
<footer>
<p>Acadia Larsen</p>
<address>
1 Shields Avenue <br>
Davis, CA
</address>
</footer>
<!-- Script for Bootstrap -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
<!-- Script for jQuery (not used, after all)
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
-->
<!-- Custom JS (not needed, after all)
<script type="text/javascript" src="index.js"></script>
-->
</body>
</html>