index.html 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. <!DOCTYPE html>
  2. <html lang="en"> <!-- for hyphenation to work -->
  3. <!--Copyright (C) 2018 E. Blåsten
  4. Permission is granted to copy, distribute and/or modify this
  5. document under the terms of the GNU Free Documentation License,
  6. Version 1.3 or any later version published by the Free Software
  7. Foundation; with no Invariant Sections, no Front-Cover Texts, and
  8. no Back-Cover Texts. A copy of the license is included in the file
  9. "LICENSE.html". -->
  10. <head>
  11. <meta charset="utf-8" />
  12. <title>E. Blåsten</title>
  13. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  14. <link rel="stylesheet" href="include/mathstyles.css">
  15. <link rel="stylesheet" href="include/homepage.css">
  16. </head>
  17. <body>
  18. <nav>
  19. <ul class="navbar">
  20. <li><a href="index.html" class="active">Home</a></li>
  21. <li><a href="contact.html">Contact</a></li>
  22. <li><a href="research.html">Research</a></li>
  23. <li><a href="photos/">Photos</a></li>
  24. <li><a href="trans.html">
  25. <span style="line-height:100%">&nbsp;⚧ &nbsp;</span>
  26. </a></li>
  27. <li class="logo"><a href="index.html">Dr Blåsten</a></li>
  28. </ul>
  29. </nav>
  30. <div class="paper">
  31. <section class="content">
  32. <h1>Dr Blåsten</h1>
  33. <ul class="linklist">
  34. <li><a href="pdf/blasten_CV.pdf">Curriculum Vitae</a></li>
  35. <li><a href="pdf/blasten_publications.pdf">Publications</a></li>
  36. <li><a href="https://notabug.org/emily/">Code
  37. repository</a></li>
  38. </ul>
  39. <img class="portrait" src="EBlasten.jpg" alt="Picture of E. Blåsten">
  40. <p>
  41. I am a freelance mathematician, photographer and explorer of
  42. all questions and assumptions. Welcome to my
  43. homepage. Please support the freedom of computing through
  44. the Free Software movement
  45. [<a href="https://www.fsf.org">FSF</a>] and enjoy some of
  46. my <a href="photos/">photography</a>.
  47. </p>
  48. <p>
  49. I have expertise in partial differential equations, inverse
  50. problems and scattering theory. Most recently I have focused
  51. on three topics: the behaviour of waves near sharp corners
  52. or high-curvature points, backscattering, and the
  53. propagation of waves in networks. The latter concerns
  54. assessing the quality of water supply pipes remotely using
  55. pressure waves.
  56. </p>
  57. </section>
  58. </div>
  59. </body>
  60. </html>