summaryrefslogtreecommitdiff
path: root/index.html
blob: fdc5f7bd5cad6238ce7042526e32fd43afd5c854 (plain)
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
<!DOCTYPE html>
<html>
<title>Anna Kn&#246rr</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="icon" href="favicon.ico">
<body>

  <div class="w3-display-container w3-text-white">
    <img src="./img/stretch.jpg" alt="Anna" style="width:100%">
    <div class="w3-display-bottomleft w3-container"><p>Anna Kn&#246rr</p></div>
  </div>

<div class="w3-white w3-section">
  <div class="w3-light-gray w3-container  w3-cell">
      <p class=w3-left-align>
      Hi, my name is Anna. I'm currently a graduate student in theoretical physics at <a href="https://perimeterinstitute.ca/people/anna-knorr">Perimeter Institute</a> in Waterloo, Canada. When I'm dancing in a cypher, call me Atomyka.
   <br>
   <br>
   What makes a good day? A surprising conversation with a stranger, a smile from a person I care about, a round of yoga to feel my neurons tingle and a dose of 100% dark chocolate. I try to not take life too seriously, which seems to make me focus with intense amusement on the projects that fill my life. Oh, and it's likely you'll find me in a handstand!
   <br>
   <br>
   So far, I've moved around a bit: born in Austria, toddler years on Huntington Beach in sunny California, junior school near Munich, middle school in the little German city with the longest castle in the world. Sixth Form wearing a tie near London, couple of months learning &#20013 &#25991 in Shanghai. Bachelor's degree in physics from ETH in Zurich, now finishing my Master's in Canada interspersed with an internship at QuEra Computing Inc. in Boston... (You can read about my time in China <a href="https://www.konfuzius-muenchen.de/en/scholarships/confucius-institute-scholarship/anna-shanghai-international-studies-university">here</a> or about the whirlwind year in the PSI program <a href="./assets/PSI_report.pdf">here</a>.) It's been a journey and it's all but over. I am thankful for this priviledge and try to put the things I've learned along the road to good use.
<br> 
<br>
<p class=w3-center> <i> I've made this page to share those attempts with you. Hope you find something to your taste in the 3 dropdowns below!</i></p> 
<br>
</div>

<!--
<div class="w3-light-grey w3-section">
  <button onclick="Dropdown('Purpose')" class="w3-button w3-block">
  Purpose</button>
  <div id="Purpose" class="w3-hide w3-container w3-center">

    <div class="w3-cell-row">

    <div class="w3-container  w3-cell">
      <p>Message</p>
    </div>
    </div>

  </div>
</div>
-->

<div class="w3-container w3-center">
  <div class="w3-row">
    <a href="javascript:void(0)" onclick="openConcept(event, 'Communicating Science');">
        <div class="w3-third tablink w3-bottombar w3-hover-light-grey w3-padding">Communicating Science</div>
    </a>
    <a href="javascript:void(0)" onclick="openConcept(event, 'Tackling Climate Change');">
      <div class="w3-third tablink w3-bottombar w3-hover-light-grey w3-padding">Tackling Climate Change</div>
    </a>
    <a href="javascript:void(0)" onclick="openConcept(event, 'Having Miscellaneous Fun');">
      <div class="w3-third tablink w3-bottombar w3-hover-light-grey w3-padding">Having Miscellaneous Fun</div>
    </a>
      </div>

<div id="Communicating Science" class="w3-container concept" style="display:none">
    <h2></h2>
    <p class=w3-left-align> The best way to know whether you've understood something is when you can explain it. 
    <br>
    I've much enjoyed gaining some first experience in presenting my work as a physics student to technical audiences by ...
    <br>
    <br>
    ... representing QuEra at the <em>New Frontiers in Quantum & ML</em> workshop at Perimeter (November 2022) --> <a href="https://www.youtube.com/watch?v=_wMTeI0xwr8"> talk recording</a>
    <br>
    ... contributing two posters at the <em>Physics meets AI</em> summer school at LMU in Munich (September 2022) --> <a href="https://www.asc.physik.lmu.de/activities/schools/asc_school_2022/book_of_abstracts.pdf"> poster abstracts</a>
    <br>
    ... presenting our "quantum-magical" winter school project at Perimeter (February 2022) together with my PSI-sisters Astha, Carol and Anna B --> <a href="./assets/Magic_Presentation.pdf">quantum magic slides</a>
    <br>
    ... pitching the open-source platform <a href="https://queracomputing.github.io/Bloqade.jl/dev/">Bloqade</a> at the Canadian Graduate Quantum Conference (<a href="https://cgqc2023.wixsite.com/cgqc">CGQC</a>) in January next year!
    <br>
    <br>
    I've also had a lot of fun explaining science, math and computing to broader audiences by ... 
    <br>
    <br>
    ... interviewing Prof. Lavinia Heisenberg on her theoretical work on gravity, astronaut aspirations and support for women in science for the magazine <em>Sterne & Weltraum</em> (December 2021) --> <a href="./assets/Interview_Sterne&Weltraum.pdf">interview</a>
    <br>
    ... or writing goofy blog posts on Category Theory as part of the ACT Adjoint School 2021 --> <a href="https://golem.ph.utexas.edu/category/2021/08/cospans_and_computation_part_1.html#more">part 1</a>, <a href="https://golem.ph.utexas.edu/category/2021/09/cospans_and_computation_-_part_3.html">part 3</a>.
    </p>
  </div>

  <div id="Tackling Climate Change" class="w3-container concept" style="display:none">
  <h2></h2>
  <p class=w3-left-align> I am a strong believer in achieving goals together. More broadly, I see life as a communal process of creating. Hence, my main goal in life is to bring people together around shared values that emerge from and change through conversation. 
   So far, my efforts in this respect have been centered mostly around the theme of climate change.
    <br>
    <br>
    Here is a summary of previous projects during my undergrad at ETH, Zurich:
    <ul class=w3-left-align>
        <li>During my first semesters, I became increasingly involved in the <a href="https://ssc.ethz.ch/"> Student Sustainability Commission</a>. There, my work focused on creating a community to bundle the motivation of individual students from all disciplines.</li>
        <li> Similarly, I asked the more specific question of <i>"How can physicists contribute to solving the climate crisis?"</i>. To generate discussion in our own physics department, I organized the <a href="https://www.phys.ethz.ch/the-department/sustainability/nhw2021.html"> Sustainability Week @DPHYS 2021</a> and launched an <a href="https://www.phys.ethz.ch/news-and-events/internal-news/d-phys-intern/2021/06/klima-ich-habe-keine-zeit-gilt-nicht.html">interview series</a>.</li>
        <li>I also discussed in depth how to achieve a net-zero university with staff from all corners of ETH - the finance and infrastructure department, ETH Foresight and the ETH Air Travel Project, professors working on carbon capture... These discussions converged in my final semester in spring 2021, when we wrote the internal white paper <i>ETH NettoNull</i> for the Executive Board. <a href="https://ethz.ch/services/en/news-and-events/internal-news/archive/2021/12/eth-sustainability-to-be-realigned.html">First steps</a> towards its implementation are being made.

        <li>Before graduating from ETH, I wanted to pass this conviction on to future students. Hence, I pulled together <a href="./assets/EarTH_Magazine.pdf">The EarTH Magazine - Edition Cooperation</a>. Stories of teamwork, compiled from all levels of ETH.            
    </ul>
  <p class=w3-left-align>A lesson I learnt overall: <i>Culture eats strategy for breakfast. (Peter Drucker)</i> </p>

  <p class=w3-left-align> Now, I am building on these experiences at my current home at Perimeter Institute, Canada. Together with researchers and admin, I formed a climate action working group last year. Our aim was and is to generate an internal culture of "every job is a climate job", even when you are working at a theoretical physics institute. 
  <br>
  In the new year of 2023, I'm excited to organize events together with PI's anti-racism group exploring how to balance two themes: On the one hand, solving climate change through technological innovation such as new energy sources. On the other hand, integrating indigenous knowledge and rewilding the world, thus making the connection between climate change and biodiversity. In this regard, I much enjoyed and can highly recommend the following books:
  <ul class=w3-left-align>
      <li>All We Can Save (Ayana Elizabeth Johnson & Katherine K. Wilkinson, 2021)</li>
      <li>A Life on Our Planet (David Attenborough, 2020)</li>
      <li>Braiding Sweetgrass (Robin Wall Kimmerer, 2013)</li>
  </ul>
  </p>
  </p>

  <p class=w3-left-align>
  Feel free to also peek into the <em>Open Climate Edition</em> of the Branch magazine - a colorful collection of pieces to which I contributed a physics' student perspective in the article <a href="https://branch.climateaction.tech/issues/issue-4/the-fermi-problem-of-climate-change/"><em>The Fermi Problem of Climate Change</em></a> (August 2022). It's a personal attempt to get to grips with the orders of magnitude of carbon emissions by putting the typical footprint of a physicist in perspective of the global problem.
  </div>

  <div id="Having Miscellaneous Fun" class="w3-container concept" style="display:none">
  <h2></h2>
  <p class=w3-left-align>I try to write about what I care about. Sometimes I make a video, too :)<br></br>
  --> Check out the <em>Who Cares?</em> project, launched with friends at ETH Zurich in summer 2021. Thanks to the whole team for making the interview <a href="https://whocares.ethz.ch/?p=24&lang=de">ConCERNed for Humanity</a> with Michael Dittmar possible! <br>
  --> I should also get back to <a href="https://reatch.ch/publikationen/die-schoene-neue-welt-der-daten">thoughts</a> I had on big data & privacy back when I started my undergrad in 2018.
<!-- <p class=w3-left-align>A provoking book, a stirring conversation. Thoughts to rework and forge into a new bundle, to be passed on to the next curious mind! -->
  <br></br>
  In Zurich, I absolutely loved curating a couple of editions of VAMP - the magazine of physics and math students at ETH. Here's a collection: </p> 
    <ul class=w3-left-align>
        <li><a href="./assets/brave.pdf">Brave New EarTH</a></li>
        <li><a href="./assets/hitchhiker.pdf">The Hitchhiker's Guide to the ETH</a></li>
        <li><a href="./assets/kunterbunt.pdf">KUNTERBUNT</a></li>
    </ul>

  <p class=w3-left-align>
    Check out my GitHub account for more random fun such as...<br>
    ... <a href="https://github.com/Atomyka/HyQu-Tool">automating</a> RWA approximations for the HyQu Group at ETH Zurich (May 2021),<br>
    ... <a href="https://github.com/AlgebraicJulia/CombinatorialChains.jl">implementing</a> MCMC simulations in the language of category theory (July 2021),<br>
    ... <a href="https://github.com/Atomyka/UWaterloo_eduroam">documenting</a> my success in connecting to eduroam on archlinux :p
    <br>
  </p>
  <p class=w3-left-align>Or have a read of my <a href="https://www.konfuzius-muenchen.de/en/scholarships/confucius-institute-scholarship/anna-shanghai-international-studies-university">4-month stay</a> in China! :D</p> 
  </div>

  </div>

<div class="w3-white w3-section">
      <p class=w3-center> You can contact me here: <u>aknorr@perimeterinstitute.ca</u></p> 
</div>

<script src="./scripts/main.js"></script>

</body>
</html>