index.html (7106B)
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 <br/> 36 <h4 style="text-align:center;"><i>DAILY QUOTE</i></h4> 37 {{ partial "quote.html" (index (shuffle $.Site.Data.quotes.quotes) 0) }} 38 </div> 39 </div> 40 </div> 41 </section> 42 43 <section id="photos" class="section-inverse slant-up"> 44 <div class="container clearfix"> 45 <div class="row"> 46 <div class="col-lg-12"> 47 <h2 class="heading">PHOTOS</h2> 48 <div class="row photos"> 49 {{- range (readDir "/content/photos/best") -}} 50 {{- $imgURL := print "/photos/best/" .Name | relURL }} 51 <a href="{{ $imgURL }}" data-lightbox="image-1"> 52 <!-- TODO generate thumbnail --> 53 <img src="{{ $imgURL }}" alt="image"> 54 </a> 55 {{- end }} 56 </div> 57 <div class="col-md-2 offset-md-5 btn-effect"> 58 <a class="btn btn-block" href="photos"> 59 See More 60 </a> 61 </div> 62 </div> 63 </div> 64 </section> 65 66 <section id="posts"> 67 <div class="container"> 68 <div class="row"> 69 <div class="col-lg-12"> 70 <h2 class="heading">POSTS</h2> 71 <div class="box"> 72 {{ range first 5 .Site.RegularPages }} 73 {{ .Render "summary" }} 74 {{ end }} 75 </div> 76 <div class="col-md-2 offset-md-5 btn-effect"> 77 <a class="btn btn-block" href="posts"> 78 See More 79 </a> 80 </div> 81 </div> 82 </div> 83 </div> 84 </section> 85 86 <section id="projects" class="section-grey slant-up"> 87 <div class="container"> 88 <div class="row"> 89 <div class="col-lg-12"> 90 <h2 class="heading">PROJECTS</h2> 91 {{ range first 5 .Site.Data.projects.code }} 92 <div class="row text-inc"> 93 {{ $link := or .link (path.Join "projects/" .name | relURL) }} 94 <div class="col-lg-4 text-lg-right"><a href="{{ $link }}">{{ .name }}</a></div> 95 <div class="col-lg-8"><a href="{{ $link }}" class="italic-off text-primary">{{ .desc }}</a></div> 96 </div> 97 {{ end }} 98 <div class="col-sm-2 offset-sm-5 btn-effect"> 99 <a class="btn btn-block" href="projects"> 100 See More 101 </a> 102 </div> 103 </div> 104 </div> 105 </div> 106 </section> 107 108 <section id="contact" style="background-color: #fff;" class="pb-4"> 109 <div class="container"> 110 <div class="row"> 111 <div class="col-lg-12"> 112 <h2 class="heading">CONTACT</h2> 113 <div class="row"> 114 <div class="col-lg-6 offset-lg-3"> 115 <form id="contact-form" action="https://formspree.io/f/xqkwbggr" method="POST" class="contact-form"> 116 <div class="controls"> 117 <div class="form-group"> 118 <input type="text" name="name" placeholder="Name" required="required" class="form-control"> 119 </div> 120 <div class="form-group"> 121 <input type="email" name="email" placeholder="Email" required="required" class="form-control"> 122 </div> 123 <div class="form-group"> 124 <textarea rows="4" name="message" placeholder="Message" required="required" class="form-control"></textarea> 125 </div> 126 <div class="text-center"> 127 <button type="submit" name="name" class="btn btn-outline-primary btn-block"> 128 Send <i class="fa ml-2 fa-paper-plane"></i> 129 </button> 130 </div> 131 </div> 132 </form> 133 </div> 134 <!-- <div class="col-lg-6"> --> 135 <!-- <p>Feel free to contact me about any questions or comments you might have. I also do freelance website design and hosting.</p> --> 136 <!-- <div class="text-center display-4"> --> 137 <!-- <a href="contact" class="change-icon"> --> 138 <!-- <i class="fa fa-envelope"></i> --> 139 <!-- <i class="fa fa-envelope-open"></i> --> 140 <!-- </a> --> 141 <!-- <a href="https://www.linkedin.com/in/ed-van-bruggen-58a379171/" class="fa fa-linkedin-square"></a> --> 142 <!-- <a href="https://github.com/edvb" class="fa fa-github"></a> --> 143 <!-- <a href="https://git.edryd.org" class="fa fa-git"></a> --> 144 <!-- <!-1- <a href="{{ "/feed.xml" | relURL }}" class="fa fa-rss"></a> -1-> --> 145 <!-- </div> --> 146 <!-- </div> --> 147 </div> 148 </div> 149 </div> 150 </div> 151 </section> 152 {{ end }}