Skip to content

Latest commit

 

History

208 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

<title>Website</title>
<style>
    body {
        margin: 20px; /* Add some margin to the body to provide space */
        background-color: #F5DEB3; /* Change the background color to light tan*/
    }

    .container {
        max-width: 800px; /* Set maximum width for better readability */
        margin: 0 auto; /* Center the content horizontally */
        padding: 20px; /* Add padding around the content */
    }

    .column {
        margin-bottom: 20px; /* Add margin between columns */
    }

    .greeting {
        font-size: 1.2em; /* Increase the font size of the greeting */
        margin-bottom: 20px; /* Add margin to the bottom of the greeting */
        text-align: justify; /* Justify the text */
    }

    h2 {
        margin-bottom: 10px; /* Add margin below headings */
    }

    ul {
        list-style-type: none; /* Remove bullets from lists */
        padding: 0; /* Remove default padding */
    }

    img {
        display: block;
        margin: 0 auto; /*center image*/
        width: 30%; /* Make images responsive, occupying full width */
        height: auto;
        margin-bottom: 10px; /* Add margin below images */
    }

    .contactInfo {
        text-align: center; /* Center contact information */
    }
</style>
    <!-- Greeting -->
    <p class="greeting">
        Hi there! My name is Elizabeth Thompson. I am a research and teaching assistant at Washington State University. I love teaching Calculus, and my research is in Topological Data Analysis on Time Series and Machine Learning!
        <!-- Link to the PDF file -->
        <a href="Graduate CV.pdf" target="_blank">Here is a link to my CV.</a>
    </p>
</div>

<!-- Second Column -->
<div class="column">
    <!-- Contact Information -->
    <h2>Contact Information</h2>
    <ul>
        <li>Email: elizabeth.thompson1@wsu.edu</li>
        <li>Office Address: Vancouver Undergraduate Building</li>
        <li>Room: 251</li>
        <li>Washington State University, Vancouver WA, 98661 </li>
    </ul>

    <!-- Education -->
    <h2>Education</h2>
    <ul>
        <li>PhD in Mathematics, Washington State University (WSU), 2021-Present</li>
        <li>BS in Mathematics & Secondary Education, Linfield University, 2017-2021</li>
    </ul>

    <!-- Presentations -->
    <h2>Presentations</h2>
    <ul>
        <li><a href="https://jointmathematicsmeetings.org/meetings/national/jmm2025/2314_program.html"> Joint Mathematics Meeting </a> "A Stable Measure for Conditional Periodicity of Time Series using Persistent Homology" by Elizabeth Thompson, Seattle WA, January , 2025 </li>
        <li><a href="https://www.westerncriminology.org/documents/conference_proceedings/WSC_2024_Conference_Program.pdf"> Western Society of Criminology 50th Annual Conference</a> "Perceptions of Force Severity, Operationalizing Reasonableness With a Repeated Measures Design" by David Makin, Elizabeth Thompson, Mary McMillin, Bala Krishnamoorthy, and Dale Willits, Long Beach CA, February 9, 2024</li>
        <li><a href="https://www.youtube.com/watch?v=iu7vNOukW00&t=3550s">What Can Donuts Tell Us About Body Cam Data?</a> 2nd Place Three Minute Thesis Finals, WSU, March 29, 2023</li>        
        <li><a href="https://georgefoxuniversity.regfox.com/pacific-northwest-section-of-the-mathematical-association-of-america"> PNW MAA Meeting</a> "Motivating Student Learning with Mathematical Modeling in Calculus for Life Science" by Alexander Dimitrov and Elizabeth Thompson, George Fox University, March 18, 2023</li>
    </ul>

    <!-- Teaching -->
    <h2>Teaching</h2>
    <ul>
        <li>Math 202: Calculus for Business & Economics Lecture, Fall 2023</li>
        <li>Math 103: Algebra Methods & Functions Lecture, Summer 2023</li>
        <li>Math 108: Trigonometry Lecture, Summer 2022 & Summer 2023</li>
        <li>Math 140 Lab: Calculus for Life Scientists, Fall 2023-Spring 2023</li>
        <li>Math 171 Global Campus: Calculus I Lecture & Lab, Summer 2022</li>
    </ul>

    <!-- Papers -->
    <h2>Papers</h2>
    <ul>
        <li> <a href="Updated_Manuscript_chaos_PH.pdf" target="_blank">A Stable Measure of Chaos for Dynamical Systems using Persistent Homology (to appear in 3rd WinCompTop proceedings (AWM-IMA Springer volume "Research in Computational Topology"))</a></li>
        <li> <a href="Updated_Manuscript_biconditional_scor.pdf" target="_blank">A Stable Measure of Similarity for Time Series using Persistent Homology</a></li>
        <li> <a href="https://arxiv.org/abs/2506.15236">Fractal dimensions of complex networks: advocating for a topological approach</a></li>
        <li> <a href="https://www.crimrxiv.com/pub/xaa0swbw/release/1">Does Coding Change What We See? The Influence of Annotation on Perceptions of Police Use of Force</a> 
             <a href="Perceptions_UofF_Code.ipynb" target="_blank"> with associated Python code</a> </li>
        <li> <a href="Mapper_Analysis.pdf" target="_blank">Factors That Impact Uses of Force in Police-Community Interactions</a> 
             <a href="UofF Mapper.ipynb" target="_blank">with associated Python code </a> </li>
    </ul>
</div>

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages