9 Commits 2f13a633a7 ... 9da952d349

Author SHA1 Message Date
  Emilia Blåsten 9da952d349 Use anchors instead of id's in html-files to fix overlapping navbar 5 years ago
  Emilia Blåsten de635d7950 Try CSS anchor solution to navbar hiding link targets 5 years ago
  Emilia Blåsten 6558d6b3e7 Update names in CV + publication list pdf's 5 years ago
  Emilia Blåsten f41bc41fc5 Update publications file with the previous changes made in html 5 years ago
  Emilia Blåsten c56e3b7e1e Add conference proceedings section and one such paper + description 5 years ago
  Emilia Blåsten 2bf276ed1d Add links to various sections of publications 5 years ago
  Emilia Blåsten b1b228bb95 Move source paper into accepted ones 5 years ago
  Emilia Blåsten 1972ae0e78 Fix another typo 5 years ago
  Emilia Blåsten ff2c87b612 Fix typo 5 years ago
7 changed files with 253 additions and 144 deletions
  1. 3 2
      src/contact.html
  2. 36 38
      src/include/homepage.css
  3. 4 4
      src/pdf/blasten_CV.tex
  4. 16 7
      src/pdf/blasten_publications.tex
  5. 169 73
      src/research.html
  6. 20 18
      src/trans/FAQ.html
  7. 5 2
      src/trans/coming-out.html

+ 3 - 2
src/contact.html

@@ -35,8 +35,9 @@
       <section class="content">
         <h1>Contact information</h1>
 
-        <section id="email">
-          <h2>Email</h2>
+        <section>
+          <a class="anchor" id="email"></a>
+	  <h2>Email</h2>
           <p>
             Preferably contact me by email first. We can then agree on
             a more suitable medium for discussion.

+ 36 - 38
src/include/homepage.css

@@ -52,13 +52,31 @@ ul.linklist li {
 }
 
 
-@media screen and (min-width: 46em){
-:target:before {
-  content: "";
-  display: block;
-  visibility:hidden;
+/* Read
+   https://www.caktusgroup.com/blog/2017/10/23/css-tip-fixed-headers-and-section-anchors/
+   and https://stackoverflow.com/a/13184714
+
+   Then fix the height of the navbar based on screen width. This
+   should be the maximal height of the navbar when the most "tabs" are
+   shown. Also set the anchor "top"-property to be the negative of
+   that size + margins + borders. Currently it has a margin of 0.5em.
+
+   Note that in the current version the navbar can get a maximum of 1,
+   2 or 3 lines based on screen width. The widest tab seems to be the
+   research tab currently. This might change as things are added to
+   the trans-tab. */
+
+a.anchor {
+  visibility:hidden; 
+  position: relative;
+}
+
+@media screen and (min-width: 45em){
+ul.navbar {
   height: 2em;
-  margin-top: -2em;
+}
+a.anchor {
+  top: -3em;
 }
 .paper {
   margin-top: 4em;
@@ -71,13 +89,12 @@ ul.linklist li {
   max-width: 10em;
 }
 }
-@media screen and (min-width: 23.5em) and (max-width: 46em) {
-:target:before {
-  content: "";
-  display: block;
-  visibility:hidden;
-  height: 4em;
-  margin-top: -4em;
+@media screen and (min-width: 23em) and (max-width: 45em) {
+ul.navbar {
+  height: 3.5em;
+}
+a.anchor {
+  top: -5em; /* the value -4.5 doesn't move it high enough for some reason */
 }
 .paper {
   margin-top: 5em;
@@ -90,34 +107,15 @@ ul.linklist li {
   max-width: 10em;
 }
 }
-@media screen and (min-width:13.2em) and (max-width: 23.5em){
-:target:before {
-  content: "";
-  display: block;
-  visibility:hidden;
-  height: 6em;
-  margin-top: -6em;
-}
-.paper {
-  margin-top: 5em;
-}
-.portrait {
-  margin:  0.5em auto;
-  display: block;
-  border-radius: 0.2em;
-  width: 100%;
-}
+@media screen and (min-width:13.2em) and (max-width: 22.9em){
+ul.navbar {
+  height: 5.5em;
 }
-@media screen and (max-width: 13.2em){
-:target:before {
-  content: "";
-  display: block;
-  visibility:hidden;
-  height: 7em;
-  margin-top: -7em;
+a.anchor {
+  top: -7.3em; /* -6.5 is not high enough again for some reason... */
 }
 .paper {
-  margin-top: 7em;
+  margin-top: 5em;
 }
 .portrait {
   margin:  0.5em auto;

+ 4 - 4
src/pdf/blasten_CV.tex

@@ -21,8 +21,8 @@
 \title{Curriculum Vitae}
 
 \author{
-  \textsc{Eemeli Bl{\r a}sten}
-  \\ \textit{Email:} \href{mailto:eemeli.blasten@iki.fi}{eemeli.blasten@iki.fi}
+  \textsc{Emilia Bl{\r a}sten}
+  \\ \textit{Email:} \href{mailto:emilia.blasten@iki.fi}{emilia.blasten@iki.fi}
   \\ \textit{Web:} \href{https://drblasten.com/}{drblasten.com}
 }
 
@@ -33,8 +33,8 @@
 \subsection*{Personal information}
 % "@{}" will make the column separator on the left be the empty string "" instead of the default (which might be \quad?)
 \begin{tabular}{@{}p{4.2cm}p{9.0cm}}
-  Name & \textbf{Bl{\r a}sten}, Eemeli Henrik (\textsc{Eemeli Henrik
-  Blaasten})\\
+  Name & \textbf{Bl{\r a}sten}, Emilia\\
+  Legal name & Bl{\r a}sten, Eemeli Henrik (\texttt{EEMELI HENRIK BLAASTEN})\\
   Date of birth & June 23, 1987 (age: 31)\\
   Place of birth & Helsinki, Finland\\
   Nationality & Finnish\\

+ 16 - 7
src/pdf/blasten_publications.tex

@@ -21,8 +21,8 @@
 \title{List of Publications}
 
 \author{
-  \textsc{Eemeli Bl{\r a}sten}
-  \\ \textit{Email:} \href{mailto:eemeli.blasten@iki.fi}{eemeli.blasten@iki.fi}
+  \textsc{Emilia Bl{\r a}sten}
+  \\ \textit{Email:} \href{mailto:emilia.blasten@iki.fi}{emilia.blasten@iki.fi}
   \\ \textit{Web:} \href{https://drblasten.com/}{drblasten.com}
 }
 
@@ -48,10 +48,6 @@
   inverse scattering problems},
   \href{https://arxiv.org/abs/1808.01425}{arXiv:1808.01425}.
 
-\item \textsc{E. Bl{\r a}sten}: \textit{Nonradiating sources and
-  transmission eigenfunctions vanish at corners and edges},
-  \href{http://arxiv.org/abs/1803.10917/}{arXiv:1803.10917}.
-
 \item \textsc{E. Bl{\r a}sten}, \textsc{H. Liu}: \textit{Recovering
   piecewise constant refractive indices by a single far-field
   pattern},
@@ -71,6 +67,11 @@
 \subsection*{Accepted in peer-reviewed journals}
 
 \begin{etaremune}
+\item \textsc{E. Bl{\r a}sten}: \textit{Nonradiating sources and
+  transmission eigenfunctions vanish at corners and edges}, SIAM
+  J. Math. Anal., 50, 6 (2018), 6255--6270,
+  \href{https://doi.org/10.1137/18M1182048}{\textsc{URL}}.
+
 \item \textsc{F. Zouari}, \textsc{E. Bl{\aa}sten}, \textsc{M. Louati},
   \textsc{M.~S. Ghidaoui}: \textit{Internal pipe area reconstruction
     as a tool for blockage detection}, Journal of Hydraulic
@@ -78,7 +79,7 @@
 
 \item \textsc{E. Bl{\r a}sten}, \textsc{Y.-H. Lin}: \textit{Radiating
   and non-radiating sources in elasticity}, Inverse Problems, (2018),
-  accepted,
+  Inverse Problems, 35, 1 (2019), 015005,
   \href{https://doi.org/10.1088/1361-6420/aae99e}{\textsc{URL}}.
 
 \item \textsc{E. Bl{\r a}sten}: \textit{Well-posedness of the Goursat
@@ -120,6 +121,14 @@
   \href{http://dx.doi.org/10.1088/0266-5611/29/10/104002}{\textsc{URL}}.
 \end{etaremune}
 
+\subsection*{Conference Proceedings}
+\begin{etaremune}
+\item \textsc{F. Zouari}, \textsc{M. Louati}, \textsc{E. Bl{\aa}sten},
+  \textsc{M.~S. Ghidaoui}: \textit{Multiple defects detection and
+    characterization in pipes}, 13th International Conference on
+  \textsc{Pressure Surges}, Bordeaux, France, 14.--16. November 2018.
+\end{etaremune}
+
 \subsection*{Books and theses}
 
 \begin{etaremune}

+ 169 - 73
src/research.html

@@ -42,8 +42,9 @@
 
         <h1>Mathematics</h1>
 
-        <section id="topics">
-          <h2>Research topics</h2>
+        <section>
+          <a class="anchor" id="topics"></a>
+	  <h2>Research topics</h2>
           <p>
             I deal with
             mathematical <a href="https://en.wikipedia.org/wiki/Inverse_problem">inverse
@@ -86,14 +87,24 @@
 
 
 
-        <section id="publications">
+        <section>
+	  <a class="anchor" id="publications"></a>
           <h2>List of
             Publications <a href="pdf/blasten_publications.pdf">PDF</a></h2>
+          <ul class="navsubbar">
+            <li><a href="#pubs_submitted">Submitted</a></li>
+            <li><a href="#pubs_accepted">Accepted</a></li>
+            <li><a href="#pubs_proceedings">Proceedings</a></li>
+            <li><a href="#pubs_theses">Theses</a></li>
+            <li><a href="#pubs_others">Others</a></li>
+          </ul>
 
-          <p>
+          <p style="clear:left">
+	    <a class="anchor" id="pubs_submitted"></a>
             <h3>Submitted</h3>
             <ol reversed>
-              <li id="Blasten-Li-Liu_Wang-2018">
+              <li>
+		<a class="anchor" id="Blasten-Li-Liu-Wang-2018"></a>
                 <span class="ref-authors">E. Blåsten, H. Li, H. Liu, Y. Wang,</span>
                 <span class="ref-title">Localization and
 		  geometrization in plasmon resonances and geometric
@@ -104,7 +115,8 @@
                   <a href="https://arxiv.org/abs/1809.08533">Preprint</a>
 		</div>
 	      </li>
-              <li id="Blasten-Vesalainen-2018">
+              <li>
+		<a class="anchor" id="Blasten-Vesalainen-2018"></a>
                 <span class="ref-authors">E. Blåsten, E. V. Vesalainen,</span>
                 <span class="ref-title">Non-Scattering Energies and Transmission Eigenvalues in
 		  <i>H<sup>n</sup></i>.</span>
@@ -113,7 +125,8 @@
                   <a href="http://arxiv.org/abs/1809.04426/">Preprint</a>
 		</div>
 	      </li>
-              <li id="Blasten-Liu-2018">
+              <li>
+		<a class="anchor" id="Blasten-Liu-2018"></a>
                 <span class="ref-authors">E. Blåsten, H. Liu,</span>
                 <span class="ref-title">Scattering by curvatures,
                 radiationless sources, transmission eigenfunctions and
@@ -123,17 +136,8 @@
                   <a href="https://arxiv.org/abs/1808.01425">Preprint</a>
                 </div>
               </li>
-              <li id="Blasten2018">
-                <span class="ref-authors">E. Blåsten,</span>
-                <span class="ref-title">Nonradiating sources and
-		  transmission eigenfunctions vanish at corners and
-		  edges.</span>
-                <div class="ref-links">
-                  <a href="#desc_Blasten2018">Description</a>
-                  <a href="http://arxiv.org/abs/1803.10917/">Preprint</a>
-                </div>
-              </li>
-              <li id="BlastenLiu2017b">
+              <li>
+		<a class="anchor" id="BlastenLiu2017b"></a>
                 <span class="ref-authors">E. Blåsten, H. Liu,</span>
                 <span class="ref-title">Recovering piecewise constant
                   refractive indices by a single far-field
@@ -143,7 +147,8 @@
                   <a href="https://arxiv.org/abs/1705.00815">Preprint</a>
                 </div>
               </li>
-              <li id="BlastenTzouWang2017">
+              <li>
+		<a class="anchor" id="BlastenTzouWang2017"></a>
                 <span class="ref-authors">E. Blåsten, L. Tzou,
                   J. Wang,</span>
                 <span class="ref-title">Uniqueness for the inverse
@@ -154,7 +159,8 @@
                   <a href="https://arxiv.org/abs/1704.06397">Preprint</a>
                 </div>
               </li>
-              <li id="BlastenLiu2016">
+              <li>
+		<a class="anchor" id="BlastenLiu2016"></a>
                 <span class="ref-authors">E. Blåsten, H. Liu,</span>
                 <span class="ref-title"> On corners scattering stably
                   and stable shape determination by a single far-field
@@ -168,9 +174,23 @@
           </p>
 
           <p>
+	    <a class="anchor" id="pubs_accepted"></a>
             <h3>Accepted in Peer-Reviewed Journals</h3>
             <ol reversed>
-              <li id="Pipes1">
+              <li>
+		<a class="anchor" id="Blasten2018"></a>
+                <span class="ref-authors">E. Blåsten,</span>
+                <span class="ref-title">Nonradiating sources and
+		  transmission eigenfunctions vanish at corners and
+		  edges.</span>
+                <div class="ref-links">
+                  <a href="#desc_Blasten2018">Description</a>
+		  <a href="https://doi.org/10.1137/18M1182048">Publication</a>
+                  <a href="http://arxiv.org/abs/1803.10917/">Preprint</a>
+                </div>
+              </li>
+              <li>
+		<a class="anchor" id="Pipes1"></a>
                 <span class="ref-authors">F. Zouari, E. Blåsten,
                   M. Louati, and M.&nbsp;S. Ghidaoui,</span>
                 <span class="ref-title">Internal pipe area
@@ -178,12 +198,13 @@
                   detection.</span>
 		<span class="ref-journal">Journal of Hydraulic
 		  Engineering, ASCE,</span>
-		<span class="ref-year">accpeted 2018.</span>
+		<span class="ref-year">accepted 2018.</span>
                 <div class="ref-links">
                   <a href="#desc_Pipes1">Description</a>
                 </div>
               </li>
-              <li id="BlastenLin2018">
+              <li>
+		<a class="anchor" id="BlastenLin2018"></a>
                 <span class="ref-authors">E. Blåsten, Y.-H. Lin</span>
                 <span class="ref-title">Radiating and non-radiating
                   sources in elasticity.</span>
@@ -195,7 +216,8 @@
                   <a href="http://arxiv.org/abs/1807.07225/">Preprint</a>
                 </div>
               </li>
-              <li id="Blasten2017">
+              <li>
+		<a class="anchor" id="Blasten2017"></a>
                 <span class="ref-authors">E. Blåsten,</span>
                 <span class="ref-title">Well-posedness of the Goursat
                   problem and stability for point source inverse
@@ -211,7 +233,8 @@
                   <a href="https://arxiv.org/abs/1705.09442">Preprint</a>
                 </div>
               </li>
-              <li id="BlastenLiu2017a">
+              <li>
+		<a class="anchor" id="BlastenLiu2017a"></a>
                 <span class="ref-authors">E. Blåsten, H. Liu,</span>
                 <span class="ref-title">On vanishing near corners of
                   transmission eigenfunctions,</span>
@@ -227,7 +250,8 @@
                   <a href="https://arxiv.org/abs/1701.07957">Preprint</a>
                 </div>
               </li>
-              <li id="BlastenLiLiuWang2017">
+              <li>
+		<a class="anchor" id="BlastenLiLiuWang2017"></a>
                 <span class="ref-authors">E. Blåsten, X. Li, H. Liu,
                   Y. Wang,</span>
                 <span class="ref-title"> On vanishing and localizing
@@ -244,7 +268,8 @@
                   <a href="https://arxiv.org/abs/1704.01885">Preprint</a>
                 </div>
               </li>
-              <li id="BlastenSylvester2016">
+              <li>
+		<a class="anchor" id="BlastenSylvester2016"></a>
                 <span class="ref-authors">E. Blåsten, J. Sylvester,</span>
                 <span class="ref-title">Translation-Invariant
                   Estimates for Operators with Simple
@@ -261,7 +286,8 @@
                   <a href="http://arxiv.org/abs/1607.06214">Preprint</a>
                 </div>
               </li>
-              <li id="BlastenImanuvilovYamamoto2015">
+              <li>
+		<a class="anchor" id="BlastenImanuvilovYamamoto2015"></a>
                 <span class="ref-authors">E. Blåsten,
                   O. Yu. Imanuvilov, M. Yamamoto,</span>
                 <span class="ref-title">Stability and uniqueness for a
@@ -279,7 +305,8 @@
                   <a href="http://arxiv.org/abs/1504.02207">Preprint</a>
                 </div>
               </li>
-              <li id="BlastenPaivarintaSylvester2014">
+              <li>
+		<a class="anchor" id="BlastenPaivarintaSylvester2014"></a>
                 <span class="ref-authors">E. Blåsten, L. Päivärinta,
                   J. Sylvester,</span>
                 <span class="ref-title">Corners Always Scatter,</span>
@@ -295,7 +322,8 @@
                   <a href="http://arxiv.org/abs/1211.1848">Preprint</a>
                 </div>
               </li>
-              <li id="BlastenPaivarinta2013">
+              <li>
+		<a class="anchor" id="BlastenPaivarinta2013"></a>
                 <span class="ref-authors">E. Blåsten,
                   L. Päivärinta,</span>
                 <span class="ref-title">Completeness of generalized
@@ -315,9 +343,34 @@
           </p>
 
           <p>
+	    <a class="anchor" id="pubs_proceedings"></a>
+            <h3>Conference Proceedings</h3>
+            <ol reversed>
+              <li>
+		<a class="anchor" id="PipesProceedings1"></a>
+                <span class="ref-authors">F. Zouari, M. Louati,
+                  E. Blåsten, and M.&nbsp;S. Ghidaoui,</span>
+                <span class="ref-title">Multiple defects detection and
+                  characterization in pipes.</span>
+		<span class="ref-journal">13<sup>th</sup> International Conference on
+		  <span style="font-variant: small-caps">Pressure
+		  Surges</span>,</span>
+		<span class="ref-year">Bordeaux, France,
+		  14<sup>th</sup>&ndash;16<sup>th</sup> November
+		  2018.</span>
+                <div class="ref-links">
+                  <a href="#desc_PipesProceedings1">Description</a>
+                </div>
+              </li>
+            </ol>
+          </p>
+
+          <p>
+	    <a class="anchor" id="pubs_theses"></a>
             <h3>Theses</h3>
             <ol reversed>
-              <li id="Blasten2013">
+              <li>
+		<a class="anchor" id="Blasten2013"></a>
                 <span class="ref-authors">E. Blåsten,</span>
                 <span class="ref-title">On the Gel’Fand-Calderón
                   inverse problem in two dimensions,</span>
@@ -331,7 +384,8 @@
                   <a href="http://arxiv.org/abs/1307.4870">Preprint</a>
                 </div>
               </li>
-              <li id="Blasten2010">
+              <li>
+		<a class="anchor" id="Blasten2010"></a>
                 <span class="ref-authors">E. Blåsten,</span>
                 <span class="ref-title">The Inverse Problem of the
                   Schrödinger Equation in the Plane: A Dissection of
@@ -345,7 +399,8 @@
                   <a href="http://arxiv.org/abs/1103.6200">arXiv version</a>
                 </div>
               </li>
-              <li id="Blasten2008">
+              <li>
+		<a class="anchor" id="Blasten2008"></a>
                 <span class="ref-authors">E. Blåsten,</span>
                 <span class="ref-title">Distribuutioteorian alkeet ja
                   sovellutuksia,</span>
@@ -362,6 +417,7 @@
           </p>
 
           <p>
+	    <a class="anchor" id="pubs_others"></a>
             <h3>Other publications</h3>
             <ol reversed>
               <li>
@@ -395,10 +451,35 @@
 
 
 
-        <section id="descriptions">
+        <section>
+	  <a class="anchor" id="descriptions"></a>
           <h2>Description of projects</h2>
 	  <dl>
-	    <dt id="desc_Blasten-Li-Liu-Wang-2018">
+            <dt>
+	      <a class="anchor" id="desc_PipesProceedings1"></a>
+              <a href="#PipesProceedings1">
+                <span class="ref-authors">F. Zouari, M. Louati,
+                  E. Blåsten, and M.&nbsp;S. Ghidaoui,</span>
+                <span class="ref-title">Multiple defects detection and
+                  characterization in pipes.</span>
+              </a>
+            </dt>
+            <dd>
+              <p>
+		This is a continuation and generalization of the work
+		done for pipe <a href="#Pipes1">area
+		reconstruction</a>. We extend that method to the
+		detection of leaks and discrete blockages. Because of
+		a mathematical non-uniqueness to this one-dimensional
+		inverse problem, certain configurations of defects
+		cannot be uniquely identified from certain others. We
+		propose a solution to this problem: measure the
+		impulse-response function from both ends of the pipe.
+	      </p>
+            </dd>
+
+	    <dt>
+	      <a class="anchor" id="desc_Blasten-Li-Liu-Wang-2018"></a>
 	      <a href="#Blasten-Li-Liu-Wang-2018">
 		<span class="ref-authors">E. Blåsten, H. Li, H. Liu, Y. Wang</span>
 		<span class="ref-title">Localization and
@@ -425,7 +506,8 @@
 		large particles!
 	      </p>
 	    </dd>
-	    <dt id="desc_Blasten-Vesalainen-2018">
+	    <dt>
+	      <a class="anchor" id="desc_Blasten-Vesalainen-2018"></a>
 	      <a href="#Blasten-Vesalainen-2018">
 		<span class="ref-authors">E. Blåsten, E. V. Vesalainen</span>
 		<span class="ref-title">Non-Scattering Energies and
@@ -447,7 +529,8 @@
 		into the setting of hyperbolic manifolds.
 	      </p>
 	    </dd>
-	    <dt id="desc_Blasten-Liu-2018">
+	    <dt>
+	      <a class="anchor" id="desc_Blasten-Liu-2018"></a>
 	      <a href="#Blasten-Liu-2018">
 		<span class="ref-authors">E. Blåsten, H. Liu</span>
 		<span class="ref-title">Scattering by curvatures,
@@ -489,7 +572,8 @@
 		and <a href="https://doi.org/10.1137/130908658">2013b</a>.
 	      </p>
 	    </dd>
-	    <dt id="desc_BlastenLin2018">
+	    <dt>
+	      <a class="anchor" id="desc_BlastenLin2018"></a>
 	      <a href="#BlastenLin2018">
 		<span class="ref-authors">E. Blåsten, Y.-H. Lin</span>
 		<span class="ref-title">Radiating and non-radiating
@@ -523,7 +607,8 @@
 		far-field.
 	      </p>
 	    </dd>
-	    <dt id="desc_Blasten2018">
+	    <dt>
+	      <a class="anchor" id="desc_Blasten2018"></a>
 	      <a href="#Blasten2018">
 		<span class="ref-authors">E. Blåsten,</span>
 		<span class="ref-title">Nonradiating sources and
@@ -533,13 +618,13 @@
 	    </dt>
 	    <dd>
 	      <p>
-		This paper consider the inverse source problem, namely
-		we do not send an incident wave, and are instead using
-		data provided by the unknown source itself. We show
-		that so called <em>nonradiating sources</em> cannot
-		have sharp corner or edge jumps on their
-		boundary. This also implies a simpler proof for the
-		result of <a href="#BlastenLiu2017a">Blåsten, Liu
+		This paper considers the inverse source problem,
+		namely we do not send an incident wave, and are
+		instead using data provided by an unknown source
+		itself. We show that so called <em>nonradiating
+		sources</em> cannot have sharp corner or edge jumps on
+		their boundary. This also implies a simpler proof for
+		the result of <a href="#BlastenLiu2017a">Blåsten, Liu
 		2017a</a> assuming that the transmission
 		eigenfunctions are smooth enough. Furthermore it gives
 		uniqueness for the shape determination of convex
@@ -555,9 +640,8 @@
 		in all directions except the branch cut.
 	      </p>
 	    </dd>
-	  </dl>
-          <dl>
-            <dt id="desc_Pipes1">
+            <dt>
+	      <a class="anchor" id="desc_Pipes1"></a>
               <a href="#Pipes1">
                 <span class="ref-authors">F. Zouari, E. Blåsten,
                   M. Louati, and M.&nbsp;S. Ghidaoui,</span>
@@ -591,18 +675,17 @@
 		irregular shape.
               </p>
             </dd>
-
-            <dl>
-            <dt id="desc_Blasten2017">
-              <a href="#Blasten2017">
+            <dt>
+	      <a class="anchor" id="desc_Blasten2017"></a>
+	      <a href="#Blasten2017">
                 <span class="ref-authors">Blåsten,</span>
                 <span class="ref-title">Well-posedness of the Goursat
                   problem and stability for point source inverse
                   backscattering</span>
-              </a>
+	      </a>
             </dt>
             <dd>
-              <p>
+	      <p>
                 The topic of this paper is on the inverse
                 backscattering method by Rakesh and Uhlmann, which
                 they use both for
@@ -613,14 +696,14 @@
                 controlled</em>. Our primary goal is to prove
                 stability for their uniqueness result of point-source
                 inverse backscattering.
-              </p>
-              <p>
+	      </p>
+	      <p>
                 A difficulty arising in the proof relates to required
                 norm-estimates. It is very difficult to find suitable
                 estimates for the direct point-source problem, or a
                 related problem which is called the Goursat problem.
-              </p>
-              <p>
+	      </p>
+	      <p>
                 The Goursat problem is the wave equation with boundary
                 data given on a characteristic cone. Some call it
                 the <em>characteristic initial value problem</em>. We
@@ -630,10 +713,11 @@
                 depends continuously on the inputs. This then leads to
                 the well-posedness of the point-source problem for the
                 wave equation.
-              </p>
+	      </p>
             </dd>
             
-            <dt id="desc_BlastenLiu2017b">
+            <dt>
+	      <a class="anchor" id="desc_BlastenLiu2017b"></a>
               <a href="#BlastenLiu2017b">
                 <span class="ref-authors">Blåsten, Liu,</span>
                 <span class="ref-title">Recovering piecewise constant
@@ -674,7 +758,8 @@
               </p>
             </dd>
             
-            <dt id="desc_BlastenTzouWang2017">
+            <dt>
+	      <a class="anchor" id="desc_BlastenTzouWang2017"></a>
               <a href="#BlastenTzouWang2017">
                 <span class="ref-authors">Blåsten, Tzou, Wang,</span>
                 <span class="ref-title">Uniqueness for the inverse
@@ -705,7 +790,8 @@
               </p>
             </dd>
             
-            <dt id="desc_BlastenLiLiuWang2017">
+            <dt>
+	      <a class="anchor" id="desc_BlastenLiLiuWang2017"></a>
               <a href="#BlastenLiLiuWang2017">
                 <span class="ref-authors">Blåsten, Li, Liu, Wang,</span>
                 <span class="ref-title"> On vanishing and localizing
@@ -744,7 +830,8 @@
               </p>
             </dd>
             
-            <dt id="desc_BlastenLiu2017a">
+            <dt>
+	      <a class="anchor" id="desc_BlastenLiu2017a"></a>
               <a href="#BlastenLiu2017a">
                 <span class="ref-authors">Blåsten, Liu,</span>
                 <span class="ref-title"> On vanishing near corners of
@@ -779,7 +866,8 @@
               </p>
             </dd>
             
-            <dt id="desc_BlastenLiu2016">
+            <dt>
+	      <a class="anchor" id="desc_BlastenLiu2016"></a>
               <a href="#BlastenLiu2016">
                 <span class="ref-authors">Blåsten, Liu,</span>
                 <span class="ref-title">On corners scattering stably
@@ -817,7 +905,8 @@
               </p>
             </dd>
             
-            <dt id="desc_BlastenSylvester2016">
+            <dt>
+	      <a class="anchor" id="desc_BlastenSylvester2016"></a>
               <a href="#BlastenSylvester2016">
                 <span class="ref-authors">Blåsten, Sylvester,</span>
                 <span class="ref-title">Translation-Invariant
@@ -842,7 +931,8 @@
               </p>
             </dd>
             
-            <dt id="desc_BlastenImanuvilovYamamoto2015">
+            <dt>
+	      <a class="anchor" id="desc_BlastenImanuvilovYamamoto2015"></a>
               <a href="#BlastenImanuvilovYamamoto2015">
                 <span class="ref-authors">Blåsten, Imanuvilov, Yamamoto,</span>
                 <span class="ref-title">Stability and uniqueness for a
@@ -873,7 +963,8 @@
               </p>
             </dd>
             
-            <dt id="desc_BlastenPaivarintaSylvester2014">
+            <dt>
+	      <a class="anchor" id="desc_BlastenPaivarintaSylvester2014"></a>
               <a href="#BlastenPaivarintaSylvester2014">
                 <span class="ref-authors">Blåsten, Päivärinta,
                   Sylvester,</span>
@@ -908,7 +999,8 @@
               </p>
             </dd>
             
-            <dt id="desc_BlastenPaivarinta2013">
+            <dt>
+	      <a class="anchor" id="desc_BlastenPaivarinta2013"></a>
               <a href="#BlastenPaivarinta2013">
                 <span class="ref-authors">Blåsten, Päivärinta,</span>
                 <span class="ref-title">Completeness of generalized
@@ -945,7 +1037,8 @@
               </p>
             </dd>
             
-            <dt id="desc_Blasten2013">
+            <dt>
+	      <a class="anchor" id="desc_Blasten2013"></a>
               <a href="#Blasten2013">
                 <span class="ref-authors">Blåsten,</span>
                 <span class="ref-title">On the Gel’Fand-Calderón
@@ -974,7 +1067,8 @@
               </p>
             </dd>
             
-            <dt id="desc_Blasten2010">
+            <dt>
+	      <a class="anchor" id="desc_Blasten2010"></a>
               <a href="#Blasten2010">
                 <span class="ref-authors">Blåsten,</span>
                 <span class="ref-title">The Inverse Problem of the
@@ -997,7 +1091,8 @@
               </p>
             </dd>
             
-            <dt id="desc_Blasten2008">
+            <dt>
+	      <a class="anchor" id="desc_Blasten2008"></a>
               <a href="#Blasten2008">
                 <span class="ref-authors">Blåsten,</span>
                 <span class="ref-title">Distribuutioteorian alkeet ja
@@ -1022,7 +1117,8 @@
 
 
 
-        <section id="talks">
+        <section>
+	  <a class="anchor" id="talks"></a>
           <p>
             <h2>Conference and Seminar Talks</h2>
             <ol reversed>

+ 20 - 18
src/trans/FAQ.html

@@ -45,14 +45,14 @@
 	    Transgender is the 'T' in the LGBT-acronym. It means that
 	    I don't agree with the gender assigned on my birth
 	    certificate. The opposite of transgender is
-	    cisgender<sup><a href="#footnote1"
-	    id="fn1src">1</a></sup>. More precisely I'm a trans woman,
-	    i.e. a woman who had the extremely bad luck of being born
-	    with testicles instead of ovaries and was thus raised as a
-	    boy. So for most of my life I believed I was a man and
-	    that most men thought like me. On hindsight, after talking
-	    more personally with many of my close male friends, that
-	    is a very silly thought.
+	    cisgender<sup><a class="anchor"
+	    id="fn1src"></a><a href="#footnote1">1</a></sup>. More
+	    precisely I'm a trans woman, i.e. a woman who had the
+	    extremely bad luck of being born with testicles instead of
+	    ovaries and was thus raised as a boy. So for most of my
+	    life I believed I was a man and that most men thought like
+	    me. On hindsight, after talking more personally with many
+	    of my close male friends, that is a very silly thought.
 	  </p>
 
 	  <h2>You don't think like men?</h2>
@@ -215,14 +215,14 @@
 	    here. Society is much more tolerant to masculine girls
 	    than feminine boys. When I was young I had long hair. And
 	    I was insulted of <q>being a girl</q> or <q>being a
-	    tranny</q><sup><a id="fn2src"
-	    href="#footnote2">2</a></sup> so much just for that. So I
-	    mostly let these gendered thoughts come and go and
-	    dismissed them. But fighting against my deepest thoughts
-	    was a losing battle. Over time there were more and more of
-	    these kinds of thoughts which also became more and more
-	    explicit. Each time I acted on them I would feel
-	    inexplicable joy.
+	    tranny</q><sup><a class="anchor"
+	    id="fn2src"></a><a href="#footnote2">2</a></sup> so much
+	    just for that. So I mostly let these gendered thoughts
+	    come and go and dismissed them. But fighting against my
+	    deepest thoughts was a losing battle. Over time there were
+	    more and more of these kinds of thoughts which also became
+	    more and more explicit. Each time I acted on them I would
+	    feel inexplicable joy.
 	  </p>
 	  <p>
 	    For example I used to sit cross-legged until I was ten
@@ -414,12 +414,14 @@
         </section>
 
 	<section class="footnotes">
-	  <p id="footnote1">
+	  <p>
+	    <a class="anchor" id="footnote1"></a>
 	    <sup><a href="#fn1src">1</a></sup><em>trans</em> is Latin
 	    for <q>across, beyond</q>; <em>cis</em> means <q>on this
 	    side of</q>.
 	  </p>
-	  <p id="footnote2">
+	  <p>
+	    <a class="anchor" id="footnote2"></a>
 	    <sup><a href="#fn2src">2</a></sup>This is a slur. Don't
 	    use it.
 	  </p>

+ 5 - 2
src/trans/coming-out.html

@@ -110,8 +110,11 @@
         </section>
 
 	<section class="footnotes">
-	  <p id="footnote1"><sup>1</sup> that's the <q>Evil Queen of
-	    Numbers</q> for you 007 fans</p>
+	  <p>
+	    <a class="anchor" id="footnote1"></a>
+	    <sup>1</sup> that's the <q>Evil Queen of
+	      Numbers</q> for you 007 fans
+	  </p>
 	</section>
 
       </section>