Skip to content

Commit

Permalink
website pre-graduation
Browse files Browse the repository at this point in the history
  • Loading branch information
marlena6 committed Jan 7, 2024
0 parents commit 146d259
Show file tree
Hide file tree
Showing 66 changed files with 10,620 additions and 0 deletions.
179 changes: 179 additions & 0 deletions about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,179 @@
<!DOCTYPE html>
<html>

<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Martine Lokken - About Page</title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400" rel="stylesheet" />
<link href="css/all.min.css" rel="stylesheet" />
<link href="css/templatemo-style.css" rel="stylesheet" />
</head>
<!--
Simple House
https://templatemo.com/tm-539-simple-house
-->
<body>

<div class="container">
<!-- Top box -->
<!-- Logo & Site Name -->
<div class="placeholder">
<div class="parallax-window" data-parallax="scroll" data-image-src="img/pp_1pt5E12_to_1E15_msun_halos_oneslice.png">
<div class="tm-header">
<div class="row tm-header-inner">
<div class="col-md-6 col-12">
<!-- <img src="img/simple-house-logo.png" alt="Logo" class="tm-site-logo" /> -->
<div class="tm-site-text-box">
<h1 class="tm-site-title">Martine Lokken</h1>
<h6 class="tm-site-description">Astronomy PhD Candidate</h6>
</div>
</div>
<nav class="col-md-6 col-12 tm-nav">
<ul class="tm-nav-ul">
<li class="tm-nav-li"><a href="index.html" class="tm-nav-link">Home</a></li>
<li class="tm-nav-li"><a href="about.html" class="tm-nav-link active">About</a></li>
<li class="tm-nav-li"><a href="research.html" class="tm-nav-link">Research</a></li>
<li class="tm-nav-li"><a href="contact.html" class="tm-nav-link">Contact</a></li>
</ul>
</nav>
</div>
</div>
</div>
</div>

<main>
<header class="row tm-welcome-section">
<h2 class="col-12 text-center tm-section-title">About Me</h2>
<!-- <p class="col-12 text-center"></p> -->
</header>

<div class="tm-container-inner tm-persons">
<div class="row">
<article class="col-lg-12">
<figure class="tm-person">
<img src="img/me.jpg" alt="Image" class="img-fluid tm-person-img" width=50%/>
<figcaption class="tm-person-description">
<h4 class="tm-person-name">Martine Lokken</h4>
<p class="tm-person-title">4th year PhD Candidate<br> David A. Dunlap Department of Astronomy and Astrophysics<br>University of Toronto</p>

<p class="tm-person-about">I am co-supervised by Professor Dick Bond (CITA) and Professor Renée Hložek (Dunlap Institute) and expect to graduate in the summer of 2023. I earned my BS in Astronomy & Physics, with highest distinction, from the University of Virginia in 2018. I am interested in all things cosmology, with a specific focus on the large-scale structure of the Cosmic Web. </p>
<!-- <p class="tm-person-about">I am the graduate student representative on the Canadian Astronomical Society's sustainability committee, working to decrease the greenhouse gas emissions of our field by rethinking conferences and academic travel. I am also a member of the astronomy department's anti-racism discussion group, where we work on initiatives to promote equity in astronomy. Recently we worked on combining a map of telescopes worldwide with information about the Indigenous lands they are located on; the <a href="https://github.com/marlena6/telescopes-indigenous-lands">github link is here</a> and the map is currently located <a href="https://www.astro.utoronto.ca/~kutra/telescopes_indigenous_lands.html"> here</a> (documentation is in-progress).</p> -->
<p class="tm-person-about">In my free time, I enjoy dancing. I have tried many different dance styles including ballet, hip-hop, modern, bhangra, salsa and bachata, a couple traditional West African styles, and more! I love dance as a means to connect with and learn from people from different cultures. I also play the flute and piano, sometimes in orchestral or chamber ensembles.</p>
<div>
<a href="https://www.linkedin.com/in/martine-lokken-827637230/" class="tm-social-link"><i class="fab fa-linkedin tm-social-icon"></i></a>
<a href="https://github.com/marlena6/" class="tm-social-link"><i class="fab fa-github tm-social-icon"></i></a>
<a href="mailto:[email protected]" class="tm-contact-link"><i class="fas fa-envelope tm-social-icon"></i></a>
</div>
</figcaption>
</figure>
</article>


</div>
</div>
<div class="tm-container-inner tm-featured-image">
<div class="row">
<div class="col-12">
<div class="placeholder-2">
<div class="parallax-window-2" data-parallax="scroll" data-image-src="img/darksky_losalamos.jpg"></div>
<figcaption>Image Credit: <a href="https://darksky.slac.stanford.edu/"> Dark Sky Simulations </a></figcaption>
</div>
</div>
</div>
</div>
<header class="row tm-welcome-section">
<h2 class="col-12 text-center tm-section-title">Curriculum Vitae Highlights</h2>
<!-- <a href="cv.html" class="col-12 text-center mx-auto tm-btn tm-btn-default"> Click here to download my full CV </a> -->
<a href="img/cv_lokken_fall2022.pdf" class="col-12 text-center mx-auto tm-btn tm-btn-default" download> Click here to download my full CV </a>

<a href="https://ui.adsabs.harvard.edu/search/q=%20author%3A%22Lokken%2C%20Martine%22&sort=date%20desc%2C%20bibcode%20desc&p_=0" class="col-12 text-center mx-auto tm-btn tm-btn-default"> Click here for my full research works on ADS </a>

<!-- <p class="col-12 text-center"></p> -->
</header>
<div class="tm-container-inner tm-features">
<div class="row">
<div class="col-lg-4">
<div class="tm-feature">
<i class="fas fa-4x fa-school tm-feature-icon"></i>
<h1 class="tm-site-title">Education</h1>
<p><b>PhD (2018-2023, expected)</b></p>
<p class="tm-feature-description"> David A. Dunlap Department of Astronomy & Astrophysics, University of Toronto, Canada.</p>
<p><b>BS (2014-2018)</b></p>
<p class="tm-feature-description">University of Virginia, USA. Major: Astronomy & Physics. Highest distinction.</p>
</div>
</div>
<div class="col-lg-4">
<div class="tm-feature">
<i class="fas fa-4x fa-scroll tm-feature-icon"></i>
<h1 class="tm-site-title">Publications</h1>
<p class="tm-feature-description"> <a href="https://arxiv.org/abs/2206.02815">The Simulated Catalogue of Optical Transients and Correlated Hosts (SCOTCH)</a> (Lokken, Gagliano et al. 2022, submitted to MNRAS) </p>
<p class="tm-feature-description"> <a href="https://arxiv.org/abs/2107.05523">Superclustering with the Atacama Cosmology Telescope and Dark Energy Survey: I. Evidence for thermal energy anisotropy using oriented stacking</a> (Lokken, Hlozek, van Engelen et al. 2022, ApJ) </p>
<p class="tm-feature-description"> <a href="https://arxiv.org/abs/1711.09097"> The Orbit and Origin of the Ultra-faint Dwarf Galaxy Segue 1 </a>(Fritz, <b>Lokken</b> et al, 2018, ApJ)</p>
</div>
</div>
<div class="col-lg-4">
<div class="tm-feature">
<i class="fas fa-4x fa-medal tm-feature-icon"></i>
<h1 class="tm-site-title">Scholarships</h1>
<p class="tm-feature-description">Recipient of a Natural Sciences and Engineering Research Council of Canada (NSERC) Postgraduate Scholarship - Doctoral (PGS-D) and a Queen Elizabeth II Graduate Scholarship in Science and Technology.</p>
<p class="tm-feature-description">NSF Graduate Research Fellowship (declined to attend school in Canada).</p>
</div>
</div>
<div class="col-lg-4">
<div class="tm-feature">
<i class="fas fa-4x fa-chalkboard-teacher tm-feature-icon"></i>
<h1 class="tm-site-title">Teaching</h1>
<p class="tm-feature-description">Experience as a teaching assistant for various undergraduate courses at the University of Toronto: AST 101, 201, 251, 222, programmer support TA.</p>
</div>
</div>
<div class="col-lg-4">
<div class="tm-feature">
<i class="fas fa-4x fa-handshake tm-feature-icon"></i>
<h1 class="tm-site-title">Outreach</h1>
<p class="tm-feature-description">Co-director and planetarium director of AstroTours, the graduate student-led monthly outreach event at the University of Toronto (2018-2019). Planetarium operator for public shows (2019-2020).</p>
<!-- <a href="index.html" class="tm-btn tm-btn-danger">Read More</a> -->
</div>
</div>
<div class="col-lg-4">
<div class="tm-feature">
<i class="fas fa-4x fa-seedling tm-feature-icon"></i>
<h1 class="tm-site-title">Mentorship</h1>
<p class="tm-feature-description">This is my second year as the mentorship coordinator for graduate peer mentorship (Astronomy department, Toronto). I have been both a peer graduate mentor and a mentor to undergraduates while at U of T, as well as a peer undergraduate mentor in Virginia.</p>
<!-- <a href="index.html" class="tm-btn tm-btn-danger">Read More</a> -->
</div>
</div>
</div>
</div>
<!-- <div class="tm-container-inner tm-history">
<div class="row">
<div class="col-12">
<div class="tm-history-inner">
<img src="img/about-06.jpg" alt="Image" class="img-fluid tm-history-img" />
<div class="tm-history-text">
<h4 class="tm-history-title">History of our restaurant</h4>
<p class="tm-mb-p">Sed ligula risus, interdum aliquet imperdiet sit amet, auctor sit amet justo. Maecenas posuere lorem id augue interdum vehicula. Praesent sed leo eget libero ultricies congue.</p>
<p>Redistributing this template as a downloadable ZIP file on any template collection site is strictly prohibited. You will need to <a href="https://templatemo.com/contact">contact TemplateMo</a> for additional permissions about our templates. Thank you.</p>
</div>
</div>
</div>
</div>
</div> -->
</main>

<footer class="tm-footer text-center">
<!-- <p>Copyright &copy; 2020 Simple House -->

<p>Copyright &copy; 2020 Martine Lokken

| Design: <a rel="nofollow" href="https://templatemo.com">TemplateMo</a></p>
</footer>
</div>
<script src="js/jquery.min.js"></script>
<script src="js/parallax.min.js"></script>
</body>
</html>
165 changes: 165 additions & 0 deletions contact.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,165 @@
<!DOCTYPE html>
<html>

<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Martine Lokken - Contact</title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400" rel="stylesheet" />
<link href="css/all.min.css" rel="stylesheet" />
<link href="css/templatemo-style.css" rel="stylesheet" />
</head>
<!--
Simple House
https://templatemo.com/tm-539-simple-house
-->
<body>

<div class="container">
<!-- Top box -->
<!-- Logo & Site Name -->
<div class="placeholder">
<div class="parallax-window" data-parallax="scroll" data-image-src="img/pp_1pt5E12_to_1E15_msun_halos_oneslice.png">
<div class="tm-header">
<div class="row tm-header-inner">
<div class="col-md-6 col-12">
<!-- <img src="img/simple-house-logo.png" alt="Logo" class="tm-site-logo" /> -->
<div class="tm-site-text-box">
<h1 class="tm-site-title">Martine Lokken</h1>
<h6 class="tm-site-description">Astronomy PhD Candidate</h6>
</div>
</div>
<nav class="col-md-6 col-12 tm-nav">
<ul class="tm-nav-ul">
<li class="tm-nav-li"><a href="index.html" class="tm-nav-link">Home</a></li>
<li class="tm-nav-li"><a href="about.html" class="tm-nav-link">About</a></li>
<li class="tm-nav-li"><a href="research.html" class="tm-nav-link">Research</a></li>
<li class="tm-nav-li"><a href="contact.html" class="tm-nav-link active">Contact</a></li>
</ul>
</nav>
</div>
</div>
</div>
</div>

<main>
<header class="row tm-welcome-section">
<h2 class="col-12 text-center tm-section-title">Contact Me</h2>
<p class="col-12 text-center">I am happy to answer any inquiries about my research, receive information about outreach and teaching opportunities, or provide advice to prospective graduate students in astronomy and physics.</p>
</header>


<div class="tm-container-inner-2 tm-contact-section">
<div class="row">
<div class="col-md-12">
<div class="tm-address-box">
<h4 class="tm-info-title tm-text-success">My Office</h4>
<address>
Room 1405, McLennan Physical Laboratories, University of Toronto, 60 St. George Street, Toronto, Canada
</address>
<h4 class="tm-info-title tm-text-success">Email</h4>
<a href="mailto:[email protected]" class="tm-contact-link">
<i class="fas fa-envelope tm-contact-icon"></i>Email me at [email protected].
</a>
<div class="tm-contact-social">
<a href="https://www.linkedin.com/in/martine-lokken-827637230/" class="tm-social-link"><i class="fab fa-linkedin tm-social-icon"></i> </a>Connect with me on LinkedIn.

</div>
</div>
</div>
<div class="col-md-6 pull-right">
<figure class="tm-description-figure">
<img src="img/gallery/mclennan.jpeg" alt="Image" class="img-fluid" />
<figcaption>Copyright: Randy Hoffman.</figcaption>
</figure>
</div>
</div>
</div>







<!-- How to change your own map point
1. Go to Google Maps
2. Click on your location point
3. Click "Share" and choose "Embed map" tab
4. Copy only URL and paste it within the src="" field below
-->
<!-- <div class="tm-container-inner-2 tm-map-section"> -->
<!-- <div class="row"> -->
<!-- <div class="col-12"> -->
<!-- <div class="tm-map"> -->
<!-- <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d11196.961132529668!2d-43.38581128725845!3d-23.011063013218724!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x9bdb695cd967b7%3A0x171cdd035a6a9d84!2sAv.%20L%C3%BAcio%20Costa%20-%20Barra%20da%20Tijuca%2C%20Rio%20de%20Janeiro%20-%20RJ%2C%20Brazil!5e0!3m2!1sen!2sth!4v1568649412152!5m2!1sen!2sth" frameborder="0" style="border:0;" allowfullscreen=""></iframe> -->
<!-- </div> -->
<!-- </div> -->
<!-- </div> -->
<!-- </div> -->
<!-- <div class="tm-container-inner-2 tm-info-section"> -->
<!-- <div class="row"> -->
<!-- FAQ -->
<!-- <div class="col-12 tm-faq"> -->
<!-- <h2 class="text-center tm-section-title">FAQs</h2> -->
<!-- <p class="text-center">This section comes with Accordion tabs for different questions and answers about Simple House HTML CSS template. Thank you. #666</p> -->
<!-- <div class="tm-accordion"> -->
<!-- <button class="accordion">1. Fusce eu lorem et dui #09C maximus varius?</button> -->
<!-- <div class="panel"> -->
<!-- <p>#666 Duis blandit purus vel nenenatis rutrum. Pellentesque pellentesque tindicunt lorem, ac egestas massa sollicitudin vel. Nam scelerisque vulputate quam mollis pretium. Morbi condimentum volutpat.</p> -->
<!-- </div> -->

<!-- <button class="accordion">2. Vestibulum #999 ante ipsum primis in faucibus orci?</button> -->
<!-- <div class="panel"> -->
<!-- <p>Mauris euismod odio at commodo rhoncus. Maecenas nec interdum purus, sed auctor est. Sed eleifend urna nec diam consectetur, a aliquet turpis facilisis. Integer est sapien, sagittis vel massa vel, interdum euismod erat. Aenean sollicitudin nisi neque, efficitur posuere urna rutrum porta.</p> -->
<!-- </div> -->

<!-- <button class="accordion">3. Can I redistribute this template as a ZIP file?</button> -->
<!-- <div class="panel"> -->
<!-- <p>Redistributing this template as a downloadable ZIP file on any template collection site is strictly prohibited. You will need to <a href="https://templatemo.com/contact">contact TemplateMo</a> for additional permissions about our templates. Thank you.</p> -->
<!-- </div> -->
<!-- -->
<!-- <button class="accordion">4. Ut ac erat sit amet neque efficitur faucibus et in lectus?</button> -->
<!-- <div class="panel"> -->
<!-- <p>Vivamus viverra pretium ultricies. Praesent feugiat, sapien vitae blandit efficitur, sem nulla venenatis nunc, vel maximus ligula sem a sem. Pellentesque ligula ex, facilisis ac libero a, blandit ullamcorper enim.</p> -->
<!-- </div> -->
<!-- </div> -->
<!-- </div> -->
<!-- </div> -->
<!-- </div> -->
<!-- </main> -->

<footer class="tm-footer text-center">
<!-- <p>Copyright &copy; 2020 Simple House -->

<p>Copyright &copy; 2020 Martine Lokken

| Design: <a rel="nofollow" href="https://templatemo.com">TemplateMo</a></p>
</footer>
</div>
<script src="js/jquery.min.js"></script>
<script src="js/parallax.min.js"></script>
<script>
$(document).ready(function(){
var acc = document.getElementsByClassName("accordion");
var i;

for (i = 0; i < acc.length; i++) {
acc[i].addEventListener("click", function() {
this.classList.toggle("active");
var panel = this.nextElementSibling;
if (panel.style.maxHeight) {
panel.style.maxHeight = null;
} else {
panel.style.maxHeight = panel.scrollHeight + "px";
}
});
}
});
</script>
</body>
</html>
5 changes: 5 additions & 0 deletions css/all.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit 146d259

Please sign in to comment.