index.html (7188B)
1 {{ define "main" }} 2 <section id="about" class="text"> 3 <div class="container"> 4 <div class="row"> 5 <div class="col-lg-6"> 6 <h2 class="heading">ED VAN BRUGGEN</h2> 7 <!-- TODO move to own markdown file --> 8 <p>Physics PhD student at UMass Amherst, currently working in the <a 9 href="https://nexo.llnl.gov/">nEXO collaboration</a> searching for <a 10 href="https://en.wikipedia.org/wiki/Neutrinoless_double_beta_decay">neutrinoless double beta decay</a>. Detecting this decay for the first time would 11 allow us to directly measure the mass of <a 12 href="https://en.wikipedia.org/wiki/Neutrino">neutrinos</a>, furthering our understanding of the universe 13 <a href="https://en.wikipedia.org/wiki/Physics_beyond_the_Standard_Model">beyond the standard model</a> of particle physics.</p> 14 <p>In our lab, we characterize <a 15 href="https://en.wikipedia.org/wiki/Silicon_photomultiplier">Silicon PhotoMultipliers</a> by detecting <a 16 href="https://github.com/Pocar-Lab/SPE-Analysis">single photon events</a>. 17 </p> 18 <p>Previously, I studied new Dark Higgs models to explore direct dark 19 matter production at the Large Hadron Collider, and developed a project 20 to automate <a 21 href="https://iris-hep.org/fellows/edvanbruggen.html">truth-level reinterpretations</a> 22 of particle physics analyses. I also did work 23 simulating protein folding for <a 24 href="https://2018.igem.org/Team:Washington">chemically induced dimerization of nanobodies</a>, allowing for the creation of single 25 small molecule biosensors.</p> 26 <p>Creator of the <a href="https://eevo.pub">eevo</a> scripting language.</p> 27 <p>Lead web developer for <a href="https://projectmhea.org">Mental Health for Every Adolescent</a>.</p> 28 </p> 29 </div> 30 <div class="col-8 col-lg-5 mx-auto"> 31 <p><img src="img/ed.jpg" class="img-fluid rounded-circle"></p> 32 <div class="links text-center display-4"> 33 {{ partial "links.html" }} 34 </div> 35 {{ partial "quote.html" (index (shuffle $.Site.Data.quotes.quotes) 0) }} 36 </div> 37 </div> 38 </div> 39 </section> 40 41 <section id="photos" class="section-inverse slant-up"> 42 <div class="container clearfix"> 43 <div class="row"> 44 <div class="col-lg-12"> 45 <h2 class="heading">PHOTOS</h2> 46 <div class="row photos"> 47 {{- $files := shuffle (readDir "/static/img/photos/best") }} 48 {{- range first 5 $files -}} 49 {{- $imgURL := print "/img/photos/best/" .Name | relURL }} 50 <a href="{{ $imgURL }}" data-lightbox="image-1"> 51 <!-- TODO generate thumbnail --> 52 <img src="{{ $imgURL }}" alt="image"> 53 </a> 54 {{- end }} 55 </div> 56 <div class="col-md-2 offset-md-5 btn-effect"> 57 <a class="btn btn-block" href="photos"> 58 See More <i class="fa ml-2 fa-camera"></i> 59 </a> 60 </div> 61 </div> 62 </div> 63 </section> 64 65 <section id="posts"> 66 <div class="container"> 67 <div class="row"> 68 <div class="col-lg-12"> 69 <h2 class="heading">POSTS</h2> 70 <div class="box"> 71 {{ range first 5 .Site.RegularPages }} 72 {{ .Render "summary" }} 73 {{ end }} 74 </div> 75 <div class="col-md-2 offset-md-5 btn-effect"> 76 <a class="btn btn-block" href="posts"> 77 See More <i class="far fa-newspaper ml-2"></i> 78 </a> 79 </div> 80 </div> 81 </div> 82 </div> 83 </section> 84 85 <section id="projects" class="section-grey slant-up"> 86 <div class="container"> 87 <div class="row"> 88 <div class="col-lg-12"> 89 <h2 class="heading">PROJECTS</h2> 90 {{ range first 5 .Site.Data.projects.code }} 91 <div class="row text-inc"> 92 {{ $link := or .link (path.Join "projects/" .name | relURL) }} 93 <div class="col-lg-4 text-lg-right"><a href="{{ $link }}">{{ .name }}</a></div> 94 <div class="col-lg-8"><a href="{{ $link }}" class="italic-off text-primary">{{ .desc }}</a></div> 95 </div> 96 {{ end }} 97 <div class="col-sm-2 offset-sm-5 btn-effect"> 98 <a class="btn btn-block" href="projects"> 99 See More <i class="fa fa-rocket ml-2"></i> 100 </a> 101 </div> 102 </div> 103 </div> 104 </div> 105 </section> 106 107 <section id="contact" style="background-color: #fff;" class="pb-4"> 108 <div class="container"> 109 <div class="row"> 110 <div class="col-lg-12"> 111 <h2 class="heading">CONTACT</h2> 112 <div class="row"> 113 <div class="col-lg-6 offset-lg-3"> 114 <form id="contact-form" action="https://formspree.io/f/xqkwbggr" method="POST" class="contact-form"> 115 <div class="controls"> 116 <div class="form-group"> 117 <input type="text" name="name" placeholder="Name" required="required" class="form-control"> 118 </div> 119 <div class="form-group"> 120 <input type="email" name="email" placeholder="Email" required="required" class="form-control"> 121 </div> 122 <div class="form-group"> 123 <textarea rows="4" name="message" placeholder="Message" required="required" class="form-control"></textarea> 124 </div> 125 <div class="text-center"> 126 <button type="submit" name="name" class="btn btn-outline-primary btn-block"> 127 Send <i class="fa ml-2 fa-paper-plane"></i> 128 </button> 129 </div> 130 </div> 131 </form> 132 </div> 133 <!-- <div class="col-lg-6"> --> 134 <!-- <p>Feel free to contact me about any questions or comments you might have. I also do freelance website design and hosting.</p> --> 135 <!-- <div class="text-center display-4"> --> 136 <!-- <a href="contact" class="change-icon"> --> 137 <!-- <i class="fa fa-envelope"></i> --> 138 <!-- <i class="fa fa-envelope-open"></i> --> 139 <!-- </a> --> 140 <!-- <a href="https://www.linkedin.com/in/ed-van-bruggen-58a379171/" class="fa fa-linkedin-square"></a> --> 141 <!-- <a href="https://github.com/edvb" class="fa fa-github"></a> --> 142 <!-- <a href="https://git.edryd.org" class="fa fa-git"></a> --> 143 <!-- <!-1- <a href="{{ "/feed.xml" | relURL }}" class="fa fa-rss"></a> -1-> --> 144 <!-- </div> --> 145 <!-- </div> --> 146 </div> 147 </div> 148 </div> 149 </div> 150 </section> 151 {{ end }}