diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index ea469b999df..00000000000 Binary files a/.DS_Store and /dev/null differ diff --git a/CNAME b/CNAME deleted file mode 100644 index 588576342d0..00000000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -www.allanlab.org \ No newline at end of file diff --git a/Gemfile b/Gemfile new file mode 100644 index 00000000000..2c1cd6a4523 --- /dev/null +++ b/Gemfile @@ -0,0 +1,8 @@ +# frozen_string_literal: true + +source "https://rubygems.org" + +# gem "rails" + +gem "jekyll", "~> 4.3" +gem "webrick", "~> 1.8" diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 00000000000..81572128368 --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,81 @@ +GEM + remote: https://rubygems.org/ + specs: + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) + colorator (1.1.0) + concurrent-ruby (1.3.4) + em-websocket (0.5.3) + eventmachine (>= 0.12.9) + http_parser.rb (~> 0) + eventmachine (1.2.7) + ffi (1.17.0) + forwardable-extended (2.6.0) + google-protobuf (3.25.4) + google-protobuf (3.25.4-arm64-darwin) + google-protobuf (3.25.4-x86_64-darwin) + google-protobuf (3.25.4-x86_64-linux) + http_parser.rb (0.8.0) + i18n (1.14.5) + concurrent-ruby (~> 1.0) + jekyll (4.3.3) + addressable (~> 2.4) + colorator (~> 1.0) + em-websocket (~> 0.5) + i18n (~> 1.0) + jekyll-sass-converter (>= 2.0, < 4.0) + jekyll-watch (~> 2.0) + kramdown (~> 2.3, >= 2.3.1) + kramdown-parser-gfm (~> 1.0) + liquid (~> 4.0) + mercenary (>= 0.3.6, < 0.5) + pathutil (~> 0.9) + rouge (>= 3.0, < 5.0) + safe_yaml (~> 1.0) + terminal-table (>= 1.8, < 4.0) + webrick (~> 1.7) + jekyll-sass-converter (3.0.0) + sass-embedded (~> 1.54) + jekyll-watch (2.2.1) + listen (~> 3.0) + kramdown (2.4.0) + rexml + kramdown-parser-gfm (1.1.0) + kramdown (~> 2.0) + liquid (4.0.4) + listen (3.9.0) + rb-fsevent (~> 0.10, >= 0.10.3) + rb-inotify (~> 0.9, >= 0.9.10) + mercenary (0.4.0) + pathutil (0.16.2) + forwardable-extended (~> 2.6) + public_suffix (6.0.1) + rake (13.2.1) + rb-fsevent (0.11.2) + rb-inotify (0.11.1) + ffi (~> 1.0) + rexml (3.3.5) + strscan + rouge (4.3.0) + safe_yaml (1.0.5) + sass-embedded (1.69.5) + google-protobuf (~> 3.23) + rake (>= 13.0.0) + strscan (3.1.0) + terminal-table (3.0.2) + unicode-display_width (>= 1.1.1, < 3) + unicode-display_width (2.5.0) + webrick (1.8.1) + +PLATFORMS + arm64-darwin + ruby + x86_64-darwin + x86_64-linux + +DEPENDENCIES + jekyll (~> 4.3) + webrick (~> 1.8) + +BUNDLED WITH + 2.5.17 diff --git a/README.md b/README.md index 0651ae5cf7e..5926504df1c 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,9 @@ -# Allan Lab Website +# UM Neutrino Website -This is the website of our academic research group at Leiden University. +This is the website of our academic research group at the University of Mississippi. -This website is powered by Jekyll and some Bootstrap, Bootwatch. We tried to make it simple yet adaptable, so that it is easy for you to use it as a template. Plese feel free to copy and modify for your own purposes. You don't have to link to us or mention us (but of course we appreciate it). +This website is powered by Jekyll and some Bootstrap, Bootwatch. -Go to *aboutwebsite.md* to learn how to copy and modidy this page for your purpose. - - -Copyright Allan Lab. Code released under the MIT License. +Go to *aboutwebsite.md* to learn how to copy and modify this page for your own purpose. +Copyright UM Neutrino. Code released under the MIT License. diff --git a/_config.yml b/_config.yml index bf739b1df5a..7f51d2b8171 100644 --- a/_config.yml +++ b/_config.yml @@ -6,15 +6,14 @@ # 'jekyll serve'. If you change this file, please restart the server process. # Site settings -title: The Allan Lab -email: your-email@domain.com +title: UM Neutrino +email: gavin.s.davies@gmail.com description: > # this means to ignore newlines until "baseurl:" - Website of the AllanLab. + Website of UM Neutrino group. baseurl: "" url: "" include: - - .htaccess - _pages sass: @@ -27,8 +26,6 @@ lsi: false excerpt_separator: "\n\n" incremental: false - - # Markdown Processing kramdown: input: GFM diff --git a/_data/alumni_bsc.yml b/_data/alumni_bsc.yml index ff5be40deb7..592f6fa6ec6 100644 --- a/_data/alumni_bsc.yml +++ b/_data/alumni_bsc.yml @@ -1,29 +1 @@ -- name: Vishnu Saj (IIT), Spring 2017 - -- name: Arjo Andringa, Spring 2016 - -- name: Joey Braspenning, Spring 2017 - -- name: Tjerk Benschop, Summer 2017 - -- name: Daniëlle van Klink, Spring 2016 - -- name: Margot Leemker, Spring 2017 - -- name: Sietske Lensen, Spring 2017 - -- name: Jasper van Egeraat, Spring 2018 - -- name: Ringo Groenewegen, Spring 2018 - -- name: Amber Vervloet, Spring 2019 - -- name: Pascal de Jong, Spring 2021 - -- name: João van der Ven, Spring 2022 - -- name: Sebastian Bos, Spring 2022 - -- name: J.C. Steenbergen, Spring 2022 - -- name: Marijn van der Horst, Spring 2022 \ No newline at end of file +- name: \ No newline at end of file diff --git a/_data/alumni_members.yml b/_data/alumni_members.yml index 05e53ceb34b..78f05c4c048 100644 --- a/_data/alumni_members.yml +++ b/_data/alumni_members.yml @@ -1,115 +1,7 @@ -- name: Gijsbert Verdoes - photo: verdoes.jpg - duration: In the Allan Lab 2015 - 2018, now Project manager at the FMD - info: Fine mechanical engineer associated with the FMD working in our group - email: verdoes@fmd.physics.leidenuniv.nl +- name: Devesh Bhattarai + photo: bio-photo.jpg + duration: In the UM Neutrino group 2019 - 2023, now starting Ph.D. program at Mississippi State University + info: M.Sc. student + email: email number_educ: 1 - education1: Leidse instrumentmakers School - education2: - education3: - education4: - -- name: Irene Battisti - photo: irene.jpg - info: PhD student - duration: In the Allan Lab Jan 2015 to June 2019, now R&D scientist at Nearfield Instruments - email: Battisti@Physics.LeidenUniv.nl - number_educ: 3 - education1: Master Padova University - education2: Master thesis at Leiden University with Jan van Ruitenbeek - education3: PhD Leiden University, prize for reseacher of the year at the Science faculty - -- name: Doohee Cho - photo: Doohee2.jpg - info: Postdoc - duration: In the Allan Lab May 2017 to June 2019, now assistant professor at Yonsei University - email: cho@physics.leidenuniv.nl - number_educ: 4 - education1: B.S. Yonsei University, Korea - education2: PhD Yonsei University, Korea with In-Whan Lyo - education3: Postdoc POSTECH with Han Woong Yeom - education4: Postdoc Rutgers with Sang-Wook Cheong - -- name: Maarten Leeuwenhoek - photo: Maarten.png - info: PhD Student, shared with the Groeblacher lab at TU Delft under a NanoFront grant. - email: M.Leeuwenhoek@tudelft.nl - duration: In the Allan Lab December 2015 to February 2020, now design engineer at ASML - number_educ: 1 - education1: Master Leiden University with Milan Allan - education2: - education3: - education4: - -- name: Freek Groenewoud - photo: Freek.jpg - info: Fine mechanical engineer (also associated with the FMD) - email: Groenewoud@physics.leidenuniv.nl - number_educ: 2 - duration: In the Allan Lab 2018 - 2020 - education1: Leidse Instrumentmaker School - education2: Mechanical Engineer , Hogeschool Delft - education3: - education4: - -- name: Damianos Chatzopoulos - photo: Damianos.jpg - info: PhD Student, started December 2017 - duration: In the Allan Lab Dec 2017 - Dec 2021, now at Rabobank - email: chatzopoulos@Physics.LeidenUniv.nl - number_educ: 2 - education1: Bachelor National and Kapodistrian University of Athens with D Syvridis - education2: Master TU Delft with Herre van der Zant - education3: - -- name: Willem Tromp - photo: website_pic_willem.jpg - info: PhD Student, started September 2018 - duration: In the Allan Lab 2018 - 2022 - email: WTromp@physics.leidenuniv.nl - number_educ: 1 - education1: Master Leiden University with Felix Baumberger, Milan Allan - education2: - education3: - education4: - -- name: Kaveh Lahabi - photo: Kaveh.png - info: NWO Veni fellow, collaborating with us and the van der Sar lab - duration: In the Allan Lab for a short time in 2022 as a Veni fellow, before starting his group. - email: Bastiaans@Physics.LeidenUniv.nl - number_educ: 3 - education1: Postdoc in the Aarts Lab, Leiden University - education2: PhD with Jan Aarts - education3: Master KU Leuven - -- name: Koen M Bastiaans - photo: Koen.jpg - info: NWO Veni fellow, collaborating with us and stationed in the Otte Lab - duration: In the Allan Lab from 2015 - 2023 as a MSc student, then PhD (cum laude, Ehrenfest-Afanassjewa prize), and postdoc. - email: Bastiaans@Physics.LeidenUniv.nl - number_educ: 4 - education1: Postdoc in the Otte Lab, Leiden University - education2: Postdoc in the Allan Lab, Leiden University - education3: PhD with Milan Allan, Leiden University (prize for best physics PhD in the Netherlands) - education4: Master Leiden University with Milan Allan - -- name: Jinwon Lee - photo: Jinwon.jpg - info: Postdoc, started July 2021 - duration: In the Allan Lab from 2021 - 2023 as a postdoc - email: jwlee0421@postech.ac.kr - number_educ: 2 - education1: PhD with Han Woong Yeom Pohang University of Science and Technology (POSTECH) - education2: BSc Pohang University of Science and Technology (POSTECH) - -- name: Jianfeng (Jacky) Ge - photo: Jacky.jpg - info: Postdoc, started Oct 2019 - duration: In the Allan Lab from 2019 - 2023 as a postdoc - email: ge@Physics.LeidenUniv.nl - number_educ: 3 - education1: Postdoc with Jenny Hoffman, Harvard University - education2: PhD with Jinfeng Jia, Shanghai Jiao Tong University - education3: B.S. East China University of Science and Technology - + education1: diff --git a/_data/alumni_msc.yml b/_data/alumni_msc.yml index 938bc2fd8d6..e69de29bb2d 100644 --- a/_data/alumni_msc.yml +++ b/_data/alumni_msc.yml @@ -1,43 +0,0 @@ -- name: Maarten Leeuwenhoek, Spring 2015 - -- name: Koen M Bastiaans, Spring 2015 - -- name: Farshaad Hoeseni, Fall 2015 - -- name: Oliver Ostojic, Spring 2016 - -- name: Tjerk Benschop, Spring 2016 - -- name: Bert Visscher, Fall 2017 - -- name: Ahmad Jamalzada, Fall 2017 - -- name: Corne Koks, Fall 2018 - -- name: Damian Bouwmeester (TU Delft), Summer 2019 - -- name: Rosanne Wijgman (RU), Fall 2019 - -- name: Rebecca Gharibaan (TU Delft), Fall 2020 - -- name: Rémi Claessen, Fall 2020 - -- name: Amber Mozes (TU Delft), Fall 2020 - -- name: Evert Stolte, Spring 2021 - -- name: Sergio Barquero Pierantoni, Spring 2021 - -- name: Maialen Larrazabal Ortego, Spring 2021 - -- name: Allard Nieuwesteeg, Spring 2021 - -- name: Thijs van den Munckhof, Spring 2022 - -- name: Ilse Kuijf, Spring 2023 - -- name: Mats Brinkman, Fall 2023 - -- name: Suzanne van Noordt, Fall 2023 - -- name: Mats Brinkman, Fall 2023 diff --git a/_data/alumni_visitors.yml b/_data/alumni_visitors.yml index 2fa2eab6ca3..357906438c4 100644 --- a/_data/alumni_visitors.yml +++ b/_data/alumni_visitors.yml @@ -1,13 +1,4 @@ -- name: Nikolaos Iliopoulos, Spring 2016 +- name: Elliot Bruce (Oxford High School), Summer 2023/2024 -- name: Vitaly Fedoseev, all of 2016 +- name: Navaneeth Srinath (Oxford High School), Summer 2023 -- name: Alexander Vanstone (Imperial), Spring 2016 - -- name: Ramakrishna Aluru, Summer 2018 - -- name: Changwei Zou (Tsinghua), Spring 2018 - -- name: Kemal Demir (Bilkent), Summer 2019 - -- name: Vincent Stalman, 2019 diff --git a/_data/news.yml b/_data/news.yml index 516464f5a28..53b1dbb71ac 100644 --- a/_data/news.yml +++ b/_data/news.yml @@ -1,213 +1,32 @@ -- date: 1. April 2024 - headline: Welcome Sanghun! +- date: 1st August 2024 + headline: Welcome Noah Knutson! Noah joins as a prospective Ph.D. student. -- date: 22. February 2024 - headline: Our shot noise paper is an [Editors' Suggestion in PRL](https://journals.aps.org/prl/abstract/10.1103/PhysRevLett.132.076001)! ![image](/images/newspic/ShotnoiseEditor.png){:class="img-responsive"} +- date: 17th May 2023 + headline: Congratulations Bishnu for successfully defending your Ph.D. Prospectus. -- date: 15. September 2023 - headline: Welcome Thomas! +- date: 6th March 2024 + headline: Congratulations Andrew for successfully defending your Ph.D. Prospectus. -- date: 1. November 2023 - headline: All the best with your new position in Dresden Jacky! +- date: 11th December 2023 + headline: Congratulations Luiz for successfully defending your Ph.D. Prospectus. -- date: 1. September 2023 - headline: Welcome Yudai! +- date: 25th November 2022 + headline: Welcome Xiaoyan Huang! Xiaoyan joins as a prospective Ph.D. student. -- date: 22. June 2023 - headline: Our Majorana-Noise paper is out! And Michelle wrote a [nice item](https://www.universiteitleiden.nl/en/news/2023/06/new-method-to-find-majoranas-tested-for-the-first-time) about it. +- date: 25th January 2021 + headline: Welcome Jeffrey Kleykamp! Jeffrey joins as a Postdoc having graduated with a Ph.D. from University of Rochester. -- date: 28. May 2023 - headline: The [SuperC website](https://superc2033.com) is live! We are excited to be part of this journey. +- date: 15th February 2021 + headline: Welcome Andrew Dye! Andrew joins as a prospective Ph.D. student. -- date: 22. June 2023 - headline: Jiasen's paper on noise in mesoscopic junctions is [on arXiv](https://arxiv.org/abs/2306.02397). +- date: 1st February 2021 + headline: Welcome Bishnu Acharya! Bishnu joins as a prospective Ph.D. student. -- date: 6. March 2023 - headline: How does superconductivity break down with high doping? Our new [paper in Nature Materials](https://www.nature.com/articles/s41563-023-01497-1) shines some light on the issue. +- date: 25th January 2021 + headline: Welcome Luiz R. Prais! Luiz joins as a prospective Ph.D. student. -- date: 18. December 2022 - headline: Willem defends his PhD. Contratulations! +- date: 25th January 2021 + headline: Welcome Devesh Bhattarai! Devesh joins as a prospective Ph.D. student. -- date: 23. May 2022 - headline: "Two new papers on arXiv! One on [persistent gaps and non-mean-field breakdown of SC](https://arxiv.org/abs/2205.09740), and one on [shot-noise of individual (putative) Majorana modes](https://arxiv.org/abs/2205.10346)." - -- date: 17. March 2022 - headline: "Milan wins an ERC CoG grant! See [Leiden news](https://www.universiteitleiden.nl/en/news/2022/03/understanding-superconductivity-comes-closer-with-major-erc-grant-for-milan-allan). " - -- date: 29. October 2021 - headline: "**Our new paper, on Cooper pairs above Tc, is published in [Science](https://www.science.org/doi/10.1126/science.abe3987)**. - See [SRON news](https://www.sron.nl/news/5169-elektronparen-blijven-stabiel-boven-kritische-temperatuur-supergeleiding), [TU Delft news](https://www.tudelft.nl/en/2021/eemcs/inexplicably-stable-electron-pairs-without-superconductivity), [Leiden news](https://www.universiteitleiden.nl/en/news/2021/10/new-quantum-liquid-discovered), [Physics World](https://physicsworld.com/a/cooper-pairs-spotted-above-critical-temperature-for-superconductivity/)." - -- date: 1. October 2021 - headline: Maialen will join us within a collaboration with the Swart Lab -- welcome Maialen! - -- date: 15. September 2021 - headline: Amber will join us with Casimir-Nanofront PhD fellowship -- welcome Amber! - -- date: 28. June 2021 - headline: Welcome Jinwon! - -- date: 16. March 2021 - headline: "Koen wrote about his research in EurophysicsNews (page 12)." - -- date: 16. February 2021 - headline: "Our new paper on twisted bilayer graphene from our Leiden-ICFO collaboration in PRR." - -- date: 22. January 2021 - headline: "Koen wins the Ehrenfest-Afanassjewa prize for best physics thesis of the Netherlands!" - -- date: 21. January 2021 - headline: "New paper on arXiv, on Cooper pairs above Tc" - -- date: 16. January 2021 - headline: "Our YSR paper is out, in collaboration with Copenhagen." - -- date: 08. December 2020 - headline: "Our new paper is out, in collaboration with the groups of Baumberger, Perry and Mackenzie." - -- date: 02. November 2020 - headline: "Maarten's paper is published in Microsyst Nanoeng." - -- date: 15. October 2020 - headline: "Welcome Jiasen!" - -- date: 29. September 2020 - headline: "TGB paper (led by ICFO and Geneva) is in Nature Physics! See also coverage by Dorine Schenk in NRC" - -- date: 14. September 2020 - headline: "Maarten's paper is published in PRB." - -- date: 18. March 2020 - headline: "LION made a nice video about Koen and his research." - -- date: 8. January 2020 - headline: "Irene wins discoverer of the year by the faculty of Science! (Press release)!" - -- date: 10. December 2019 - headline: "Koen defends his PhD with a cum laude (top 5%)!" - -- date: 5. September 2019 - headline: "The noise doubling paper is published in Phys. Rev. B!" - -- date: 25. August 2019 - headline: "Doohee got an assistant professor job at Yonsei University!" - -- date: 25. July 2019 - headline: "The inhomogeneous superfluid paper is published in Nature!" - -- date: 15. July 2019 - headline: "We imaged the doubling of shot noise due to Andreev reflections in a STM, posted on arXiv." - -- date: 24. May 2019 - headline: "The smart tip paper is finally published ! A collaboration with the Gröblacher Lab at TU Delft." - -- date: 08. May 2019 - headline: "Irene defends her PhD!" - -- date: 08. May 2019 - headline: "Dome makes it on the University website. " - -- date: 13. December 2018 - headline: "Our paper about how to construct an STM is in Review of Scientific Instruments. " - -- date: 08. October 2018 - headline: "We discovered charge trapping in a high-Tc superconductor! Publication in Nature Physics. " - -- date: 27. September 2018 - headline: "Our MHz amplifier for STM is published in Review of Scientific Instruments. " - -- date: 16. May 2018 - headline: "Milan, Koen and Irene talk about superconductivity in Made in Leiden." - -- date: 4. May 2018 - headline: "Welcome Ram!" - -- date: 5.-9. March 2018 - headline: "Irene and Milan are at the March Meeting (Talk Tue 10am, session E45)" - -- date: 13. November 2017 - headline: " New paper published in collaboration with the group of Jan van Ruitenbeek" - -- date: 10. November 2017 - headline: "Doohee makes the third place at the LION Image Award. " - -- date: 9. October 2017 - headline: "We contributed to Miguel and Jan's new paper. " - -- date: 12. August 2017 - headline: "We got an ERC starting grant." - -- date: 10. August 2017 - headline: "Our paper is published in SciPost Physics." - -- date: 17. - 21. July 2017 - headline: "Milan wins the Bryan R. Coles prize at SCES 2017, Prague. Koen received the best poster presentation award. " - -- date: 17. - 21. July 2017 - headline: "Koen, Maarten and Milan will be at SCES 2017, Prague. Come check out our posters on Tuesday&Thursday and talk on Thursday!" - -- date: 18. June 2017 - headline: "Paper on poor electronic screening published in PRB as Editors' selection! " - -- date: 15. May 2017 - headline: Welcome Doohee! - -- date: 13. - 17. March 2017 - headline: Koen & Irene give talks at the APS March Meeting in New Orleans. - -- date: 27. January - 3. March 2017 - headline: "We are looking forward to co-hosting the workshop on unconventional superconductivity at the Lorentz center. " - -- date: 17-18. January 2017 - headline: Irene, Koen, Maarten and Milan will be at Physics@Veldhoven 2017. (Talk at PT6.1 and poster at P9.022). - -- date: 25. November 2016 - headline: "We are part of a newly granted Vrije Programma on strange metals, together with the groups of Hussey, Golden, vHeumen, Zaanen, Schalm, Stoof and Vandoren, see press release. We also got a Projectruimte." - -- date: 19. September 2016 - headline: " Our first paper from Leiden is online at Nature Physics! " - -- date: 12. September 2016 - headline: Koen is at Correl16, Julich. - -- date: 01. July 2016 - headline: Milan is at the strongly correlated electron GRC 2016. - -- date: 24. June 2016 - headline: Felix Baumberger is visiting. - -- date: 17. June 2016 - headline: Irene is at SNS2016. - -- date: 28. April 2016 - headline: Our results on the Mott & pseudo gap physics posted on arXiv ! - -- date: 14. May 2016 - headline: Ivan Bozovic is visiting. - -- date: 17. March 2016 - headline: Koen, Irene & Vitaly present a poster at Sun Sailing Science. - -- date: 17. Jan 2016 - headline: "We discover electronic order and pseudogap in a non-cuprate materal! " - -- date: 01. Jan 2016 - headline: Welcome Vitaly! - -- date: 17. June 2015 - headline: Welcome Kees! - -- date: 17. June 2015 - headline: "Maarten wins the LION image award! Check out his submission." - -- date: 17. June 2015 - headline: " We win a Vidi grant: 800kEUR to invest in science! (Leiden news, FOM news item) " - -- date: 01. Sept 2015 - headline: "Welcome Koen and Maarten: from Master- to PhD-students" - -- date: 17. June 2015 - headline: "We got our commercial STM from Unisoku, and we are already busy modifying." - -- date: 01. Jan 2015 - headline: Welcome Irene, Gijsbert & Milan — our lab is officially starting! +- date: 21st August 2019 + headline: PI Davies joins University of Mississippi and UM Neutrino is born! diff --git a/_data/pictures_Leiden.yml b/_data/pictures_Leiden.yml deleted file mode 100644 index a86e9249844..00000000000 --- a/_data/pictures_Leiden.yml +++ /dev/null @@ -1,34 +0,0 @@ -- title: pic1_description - image: DSC_0366.JPG -- title: pic1_description - image: DSC_0368.JPG -- title: pic_description - image: 20150918_145800.jpg -- title: pic1_description - image: DSC_0030.jpg -- title: pic1_description - image: DSC_0051.jpg -- title: pic1_description - image: DSC_0116.jpg -- title: pic1_description - image: DSC_0119.jpg -- title: pic1_description - image: DSC_0128.jpg -- title: pic1_description - image: DSC_0139.jpg -- title: pic1_description - image: DSC_0636.jpg -- title: pic1_description - image: DSC_0683.jpg -- title: pic1_description - image: DSC_0696.jpg -- title: pic1_description - image: DSC_0757.jpg -- title: pic1_description - image: IMG_4334.jpg -- title: pic1_description - image: IMG_4376.jpg -- title: pic1_description - image: tamagochi.jpg -- title: pic1_description - image: tmp2-2.jpg diff --git a/_data/publist.yml b/_data/publist.yml index 359d6f5ad0c..e14c7d80278 100644 --- a/_data/publist.yml +++ b/_data/publist.yml @@ -1,375 +1,27 @@ -- title: "Why shot noise does not generally detect pairing in mesoscopic superconducting tunnel junctions" - image: ShotNoise.png - description: Can mesoscopic shot noise experiments show the doubling of the charge carriers in a superconductor? Turns out, it's complicated. We investigated this in several different samples, and made predictions as to what is necessary to make this work. - authors: Jiasen Niu, Koen M. Bastiaans, Jianfeng Ge, Ruchi Tomar, John Jesudasan, Pratap Raychaudhuri, Max Karrer, Reinhold Kleiner, Dieter Koelle, Arnaud Barbier, Eduard F.C. Driessen, Yaroslav M. Blanter, Milan P. Allan +- title: "Search for CP-violating Neutrino Non-Standard Interactions with the NOvA Experiment" + image: nsi-dcp-t23-735x1024.png + description: This Letter reports a search for charge-parity (CP) symmetry violating non-standard interactions (NSI) of neutrinos with matter using the NOvA Experiment, and examines their effects on the determination of the standard oscillation parameters. + authors: M. A. Acero et al. (NOvA Collaboration) link: - url: https://journals.aps.org/prl/abstract/10.1103/PhysRevLett.132.076001 - display: Phys. Rev. Lett. 132, 076001 (Editors' Suggestion) + url: https://arxiv.org/abs/2403.07266 + display: arXiv:2403.07266 - Submitted 12 Mar 2024 highlight: 1 -- title: "Single-electron charge transfer into putative Majorana and trivial modes in individual vortices" - image: imageaward_edited.png - description: Shot noise has been suggested for a long time as a tell-tale probe for Majorana bound states. We are the first to carry out local tunneling shot noise measurements on the putative vortex Majorana states. - authors: J-F Ge, KM Bastiaans, D Chatzopoulos, D Cho, WO Tromp, T Benschop, J Niu, G Gu, MP Allan +- title: "Expanding neutrino oscillation parameter measurements in NOvA using a Bayesian approach" + image: prd-110-012005-fig7.png + description: NOvA is a long-baseline neutrino oscillation experiment that measures oscillations in charged-current 𝜈𝜇→𝜈𝜇 (disappearance) and 𝜈𝜇→𝜈𝑒 (appearance) channels, and their antineutrino counterparts, using neutrinos of energies around 2 GeV over a distance of 810 km. In this work we reanalyze the dataset first examined in our previous paper Phys. Rev. D 106, 032004 (2022) using an alternative statistical approach based on Bayesian Markov chain Monte Carlo. We measure oscillation parameters consistent with the previous results. + authors: M. A. Acero et al. (NOvA Collaboration) link: - url: https://www.nature.com/articles/s41467-023-39109-w - display: Nature Communications 4, 3341 (2023) + url: https://doi.org/10.1103/PhysRevD.110.012005 + display: Phys. Rev. D 110, 012005 – Published 10 July 2024 highlight: 1 - news2: See [news item](https://www.universiteitleiden.nl/en/news/2023/06/new-method-to-find-majoranas-tested-for-the-first-time) by Michelle Willebrands -- title: "Puddle formation, persistent gaps, and non-mean-field breakdown of superconductivity in overdoped (Pb,Bi)2Sr2CuO6+δ" - image: BSCCOgap.png - description: Why does cuprate superconductivity break down at a certain doping level? Using scanning tunneling spectroscopy we find that an emerging metallic matrix inside the superconducting state is responsible for the overall reduction of Tc and the superfluid density, while leaving the gapsize unchanged. The formation of the matrix is tied to a pair breaking process violating a core principle of mean-field theories. - authors: WO Tromp, T Benschop, J-F Ge, I Battisti, KM Bastiaans, D Chatzopoulos, A Vervloet, S Smit, E van Heumen, MS Golden, Y Huang, T Kondo, Y Yin, JE Hoffman, MA Sulangi, J Zaanen, MP Allan +- title: "Search for Active-Sterile Antineutrino Mixing Using Neutral-Current Interactions with the NOvA Experiment" + image: 2021-09-27_07-14-28.png + description: This Letter reports results from the first long-baseline search for sterile antineutrinos mixing in an accelerator-based antineutrino-dominated beam. The rate of neutral-current interactions in the two NOvA detectors, at distances of 1 and 810 km from the beam source, is analyzed using an exposure of 12.51×1020 protons-on-target from the NuMI beam at Fermilab running in antineutrino mode. A total of 121 of neutral-current candidates are observed at the far detector, compared to a prediction of 122 ±11⁢ (stat.) ±15⁢ (syst.) assuming mixing only between three active flavors. + authors: M. A. Acero et al. (NOvA Collaboration) link: - url: https://www.nature.com/articles/s41563-023-01497-1 - display: Nature Materials 22, 703 (2023) - highlight: 1 - news1: See [News and Views](https://www.nature.com/articles/s41563-023-01552-x) by Yu He. - - -- title: "Direct evidence for Cooper pairing without a spectral gap in a disordered superconductor above Tc" - image: Pairs3.png - description: We use our atomic-scale scanning tunneling noise setup on a disordered superconductor, and discover a state above TC that, much like an ordinary metal, has no (pseudo)gap, but carries charge via paired electrons. - authors: KM Bastiaans, D Chatzopoulos, J-F Ge, D Cho, WO Tromp, JM van Ruitenbeek, MH Fischer, PJ de Visser, DJ Thoen, EFC Driessen, TM Klapwijk, MP Allan - link: - url: https://www.science.org/doi/10.1126/science.abe3987 - display: Science 374, 608 (2021) - highlight: 1 - news1: Featured as 'Research Highlight' in Nature Physics by David Abergel - news2: See [Physics World](https://physicsworld.com/a/cooper-pairs-spotted-above-critical-temperature-for-superconductivity/), [SRON news](https://www.sron.nl/news/5169-elektronparen-blijven-stabiel-boven-kritische-temperatuur-supergeleiding), [TU Delft news](https://www.tudelft.nl/en/2021/eemcs/inexplicably-stable-electron-pairs-without-superconductivity), [Leiden news](https://www.universiteitleiden.nl/en/news/2021/10/new-quantum-liquid-discovered). - -- title: "Imaging moiré deformation and dynamics in twisted bilayer graphene" - image: TBG_SL.png - description: Why is there so much variation in TBG devices? And are open devices more disordered than encapsulated ones? We introduce a new method to continuously map inhomogeneities of a moiré lattice and apply it to open-device TBG to show that twist angle variation is small over areas of hundreds of nm. - authors: TA de Jong, T Benschop, X Chen, EE Krasovskii, MJA de Dood, RM Tromp, MP Allan, SJ van der Molen - link: - url: https://www.nature.com/articles/s41467-021-27646-1 - display: Nat Comm 13, 70 (2022) - highlight: 0 - news2: - -- title: "Measuring local moiré lattice heterogeneity of twisted bilayer graphene" - image: TBG_SL.png - description: Why is there so much variation in TBG devices? And are open devices more disordered than encapsulated ones? We introduce a new method to continuously map inhomogeneities of a moiré lattice and apply it to open-device TBG to show that twist angle variation is small over areas of hundreds of nm. - authors: T Benschop *, TA de Jong*, P Stepanov*, Xiaobo Lu, V Stalman, SJ van der Molen, DK Efetov, MP Allan - link: - url: https://journals.aps.org/prresearch/abstract/10.1103/PhysRevResearch.3.013153 - display: Phys. Rev. Research 3, 013153 (2021) - highlight: 1 - news2: See also [Nat Comm with the group of van der Molen](https://arxiv.org/abs/2107.14716) - -- title: "Spatially dispersing Yu-Shiba-Rusinov states in the unconventional superconductor FeTe0.55Se0.45" - image: YSR.png - description: We report on a peculiar, spatially dispersing YSR state in Fe(Se,Te) that can be tuned by the tip. - authors: D Chatzopoulos, Doohee Cho, KM Bastiaans, GO Steffensen, D Bouwmeester, A Akbari, Genda Gu, J Paaske, BM Andersen, MP Allan - link: - url: https://www.nature.com/articles/s41467-020-20529-x - display: Nature Communications 12, 298 (2021) - highlight: 1 - -- title: "Multi-Atom Quasiparticle Scattering Interference for Superconductor Energy-Gap Symmetry Determination" - image: TBG_ARPES.png - description: - authors: R Sharma, A Kreisel, MA Sulangi, J Böker, A Kostin, MP Allan, H Eisaki, AE Böhmer, PC Canfield, I Eremin, JC Davis, PJ Hirschfeld, PO Sprau - link: - url: https://dx.doi.org/10.1038/s41535-020-00303-4 - display: npj Quantum Materials 6, 7 (2021) - highlight: 0 - news2: - - -- title: "Observation of flat bands in twisted bilayer graphene" - image: TBG_ARPES.png - description: A first paper from the TBG collaboration is online, with beautiful data from the Baumberger group in Geneva, and great devices from the Efetov group at ICFO. We measured STM on the device. - authors: S Lisi*, X Lu*, T Benschop*, TA de Jong*, Petr S, JR Duran, F Margot, I Cucchi, E Cappelli, A Hunter, A Tamai, V Kandyba, A Giampietri, A Barinov, J Jobst, V Stalman, M Leeuwenhoek, K Watanabe, T Taniguchi, L Rademaker, SJ van der Molen, MP Allan, DK Efetov, F Baumberger - link: - url: https://www.nature.com/articles/s41567-020-01041-x - display: Nature Physics 17, 198 (2020) - highlight: 1 - news2: News coverage by NRC - -- title: "Direct comparison of ARPES, STM, and quantum oscillation data for band structure determination in Sr2RhO4" - image: Direct.png - authors: I Battisti, WO Tromp, S Riccò, RS Perry, AP Mackenzie, A Tamai, F Baumberger, MP Allan - description: We directly test the consistency of results from these three techniques by comparing data from the correlated metal Sr2RhO4. Using ARPES, STM, and quantum oscillations, we find good agreement for the Fermi surface topography and carrier effective masses. Hence, the apparent absence of such an agreement in other quantum materials, including the cuprates, suggests that the electronic states in these materials are of different, non-Fermi liquid-like nature. Collaboration with the groups of Baumberger, Perry, and Mackenzie. - link: - url: https://www.nature.com/articles/s41535-020-00292-4 - display: npj Quantum Materials 5, 91 (2020) - highlight: 1 - news2: - -- title: "Fabrication of on-chip probes for double-tip scanning tunneling microscopy" - image: TBG_ARPES.png - authors: M Leeuwenhoek, F Groenewoud, K van Oosten, T Benschop, MP Allan, S Gröblacher - description: - link: - url: https://www.nature.com/articles/s41378-020-00209-y - display: Microsyst. Nanoeng. 6, 99 (2020) - highlight: 0 - news2: - -- title: "Modeling Green's functions measurements with two-tip scanning tunneling microscopy" - image: TBG_ARPES.png - description: A first paper from the TBG collaboration is online, with beautiful data from the Baumberger group in Geneva, and great devices from the Efetov group at ICFO. We measured STM on the device. - authors: M Leeuwenhoek, S Gröblacher, MP Allan, YaM Blanter - link: - url: https://journals.aps.org/prb/abstract/10.1103/PhysRevB.102.115416 - display: PRB 102, 115416 (2020) - highlight: 0 - news2: - -- title: "A strongly inhomogeneous superfluid in an iron-based superconductor" - image: STS_news.png - description: We succeeded in measuring the superfluid density with atomic resolution on an unconventional superconductor! In contrast to expectations for conventional superconductors, we find that the superfluid densisty is strongly inhomogeneous in FeTe0.55Se0.45. - authors: D Cho* & KM Bastiaans* & D Chatzopoulos*, GD Gu, MP Allan - link: - url: https://www.nature.com/articles/s41586-019-1408-8 - display: Nature 571, 541 (2019) - highlight: 1 - news2: - -- title: "Nanofabricated tips as a platform for double-tip and device based scanning tunneling microscopy" - image: SmartPub.png - description: We introduce a platform for bringing new, device-based functionality to STM, with the goal of utilizing decades of progress in device engineering for the field of scanning probe. - authors: M Leeuwenhoek, RA Norte, KM Bastiaans, Doohee Cho, I Battisti, YaM Blanter, S Gröblacher, MP Allan - link: - url: https://iopscience.iop.org/article/10.1088/1361-6528/ab1c7f/pdf - display: Nanotechnology 30, 335702 (2019) - highlight: 1 - news2: See also our papers on the theoretical modeling of such measurements, and the paper about fabrication. - -- title: "Imaging doubled shot noise in a Josephson scanning tunneling microscope" - image: PbSpub.png - description: We have imaged the doubling of the current noise due to Andreev reflections in a Josephson scanning tunneling microscope. - authors: KM Bastiaans, D Cho, D Chatzopoulos, M Leeuwenhoek, C Koks, MP Allan - link: - url: https://journals.aps.org/prb/abstract/10.1103/PhysRevB.100.104506 - display: Phys. Rev. B 100, 104506 (2019) - highlight: 1 - news2: - -- title: "Definition of design guidelines, construction and performance of an ultra-stable scanning tunneling microscope for spectroscopic imaging" - image: DomePub.png - description: Our first completely home-built STM is alive! And it has the world’s highest resonance frequency. - authors: I Battisti, G Verdoes, K van Oosten, KM Bastiaans, and MP Allan - link: - url: https://aip.scitation.org/doi/10.1063/1.5064442 - display: Rev. Sci. Instrum. 89, 123705 (2018) - highlight: 1 - news2: - -- title: "Charge trapping and super-Poissonian noise centres in a cuprate superconductor" - image: Pub_BCl.png - description: Using our newly developed noise-spectroscopy technique we discover charge trapping in a cuprate high-temperature superconductor. - authors: KM Bastiaans* & D Cho*, T Benschop, I Battisti, Y Huang, MS Golden, Q Dong, Y Jin, J Zaanen, MP Allan - link: - url: https://www.nature.com/articles/s41567-018-0300-z - display: Nature Physics 14, 1183 (2018) - highlight: 1 - news1: Instrument details in Rev. Sci. Instrum. 89, 093709 (2018) - news2: See also quantum universe (in dutch), Phys.org , Leiden University news, UvA news. - -- title: "Amplifier for scanning tunneling microscopy at MHz frequencies" - image: Fano.png - description: We develop, build and test a novel amplifier circuit capable of measuring the tunneling current in the MHz regime while simultaneously performing conventional STM measurements. We are looking forward to performing scanning noise spectroscopy on quantum materials! - authors: KM Bastiaans, T Benschop, D Chatzopoulos, D Cho, Q Dong, Y Jin, MP Allan - link: - url: https://aip.scitation.org/doi/10.1063/1.5043267 - display: Rev. Sci. Instrum. 89, 093709 (2018) - highlight: 0 - news2: - -- title: "Revisiting quasiparticle scattering interference in high-temperature superconductors: the problem of narrow peaks" - image: dummy.png - description: "" - authors: MA Sulangi, MP Allan, J Zaanen - link: - url: https://journals.aps.org/prb/abstract/10.1103/PhysRevB.96.134507 - display: PRB 96, 134507 (2017) - highlight: 0 - news2: Coverd in Superconductor Week, November 30, 2017 Vol. 31, No. 10 - -- title: Robust procedure for creating and characterizing the atomic structure of scanning tunneling microscope tips - image: dummy.png - description: "" - authors: S Tewari, KM Bastiaans, MP Allan, JM van Ruitenbeek - link: - url: http://www.beilstein-journals.org/bjnano/content/pdf/2190-4286-8-238.pdf - display: Beilstein J. Nanotechnol. 8, 2389 (2017) - highlight: 0 - news2: - -- title: Creating better superconductors by periodic nanopatterning - image: SCAUweb.jpg - description: - We propose an approach to transform a ‘pristine’ material into a better (meta-) superconductor by making use of modern fabrication techniques -- designing and engineering the electronic properties of thin films via periodic patterning on the nanoscale. - authors: - MP Allan, MH Fischer, O Ostojic, A Andringa - link: - url: https://scipost.org/SciPostPhys.3.2.010/pdf - display: SciPost Phys. 3, 010 (2017) - highlight: 1 - -- title: Poor electronic screening in lightly doped Mott insulators observed with scanning tunneling microscopy - image: TIBB.png - description: - We develop a simple model to interpret STM results on lightly doped Mott insulators, and find that the effective Mott gap measured by STM correspons to the one measured with other techniques when taking into account the poor electronic screeing. - authors: - I Battisti, V Fedoseev, KM Bastiaans, A de la Torre, RS Perry, F Baumberger, MP Allan - link: - url: https://journals.aps.org/prb/abstract/10.1103/PhysRevB.95.235141 - display: Phys. Rev. B 95, 235141, Editors' suggestion (2017) - highlight: 0 - -- title: Universality of pseudo gap and emergent order in lightly doped Mott insulators - image: Mott_phase_sep.jpg - description: - We discover of electronic order, pseudo gap phase separation and an impurity-band Mott transition in an iridate compound, cuprate-style. Along the way, we gained unique knowledge on how a Mott state collapses. - authors: - I. Battisti* & K.M. Bastiaans*, V. Fedoseev, A. de la Torre, N. Iliopoulos, A. Tamai, E.C. Hunter, R.S. Perry, J. Zaanen, F. Baumberger, M.P. Allan - link: - url: http://www.nature.com/nphys/journal/vaop/ncurrent/full/nphys3894.html - display: Nature Physics 13, 21 (2017) - highlight: 1 - news2: See also Leiden University news by Erik Arends, Phys.org - -- title: Identifying the fingerprint of antiferromagnetic spin fluctuations in iron pnictide superconductors - image: Pub_FP.png - description: - Both the density of states and the QPI dispersion of LiFeAs shows signatures of electron-boson coupling. Comparing these with fingerprints of different boson couplings to conclude that these signatures stem from AF spin fluctuations. - authors: - MP Allan* & Kyungmin Lee* & AW Rost*, MH Fischer, F Massee, K Kihou, C-H Lee, A Iyo, H Eisaki, T-M Chuang, AP Mackenzie, JC Davis, DJ Scalapino, E-A Kim - link: - url: http://www.nature.com/nphys/journal/v11/n2/full/nphys3187.html - display: Nature Physics 11, 177 (2015) - highlight: 1 - news1: - news2: See also Cornell Chronicle by Anne Ju, Phys.org - -- title: Direct evidence for a magnetic f-electron mediated Cooper pairing mechanism of heavy fermion superconductivity in CeCoIn5 - image: dummy.png - description: "" - authors: - J Van Dyke, F Massee, MP Allan, JC Davis, C Petrovic, and DK Morr - link: - url: http://www.pnas.org/content/111/32/11663 - display: PNAS 111, 11663 (2014) - highlight: 0 - news1: News item in Science - news2: - -- title: Imaging Cooper pairing of heavy fermions in CeCoIn5 - image: Pub_CeCoIn5.png - description: - The heavy Fermion superconductor CeCoIn5 has a d-wave gap with nodes along the (1,1) direction, as we find using QPI. - authors: - MP Allan* & F Massee*, DK Morr, J van Dyke, AW Rost, AP Mackenzie, C Petrovic, JC Davis - link: - url: http://www.nature.com/nphys/journal/vaop/ncurrent/abs/nphys2671.html - display: Nature Physics 9, 468 (2013) - highlight: 1 - news1: Featured in 'News and Views' by L Taillefer - news2: See also Phys.org, DoE headliner - -- title: Formation of heavy d-electron quasiparticles in Sr3Ru2O7 - image: Pub_327.png - description: - Using APRES, we find that the bands in Sr3Ru2O7 look more like in heavy fermion material than in a normal metal. We present a detailed investigation into the formation of this particular electronic structure. - authors: - MP Allan, A Tamai, E Rozbicki, MH Fischer, J Voss, PDC King, W Meevasana, S Thirupathaiah, E Rienks, J Fink, A Tennant, RS Perry, JF Mercure, MA Wang, J Lee, CJ Fennie, E-A Kim, MJ Lawler, KM Shen, AP Mackenzie, Z-X Shen, F Baumberger - link: - url: http://iopscience.iop.org/1367-2630/15/6/063029 - display: New Journal of Physics 15, 063029 (2013) - highlight: 1 - news: Video abstract available - -- title: Anisotropic impurity states, quasiparticle scattering and nematic transport in underdoped Ca(Fe1−xCox)2As2 - image: Pub_nemat2b.png - description: - We elucidate on the formation of the electronic nematic state in Co-CaFe2As2, finding that the Cobalt dopant atoms play a key role. - authors: - MP Allan, T-M Chuang, F Massee, Y Xie, N Ni, SL Bud’ko, GS Boebinger, Q Wang, DS Dessau, PC Canfield, MS Golden, JC Davis - highlight: 1 - link: - url: http://www.nature.com/nphys/journal/v9/n4/full/nphys2544.html - display: Nature Physics 9, 220 (2013) - news2: See also Tech Connect by Jennifer Rocha, Phys.org by Bill Steele - -- title: Anisotropic energy gaps of iron-based superconductivity from intraband quasiparticle interference in LiFeAs - image: Pub_LiFeAs.png - description: - In contrast to earlier photoemission reports, we show that the gaps in iron based superconductors are not isotropic but modulated with angle. - authors: - MP Allan⋆ & AW Rost⋆, AP Mackenzie, Y Xie, JC Davis, K Kihou, CH Lee, A Iyo, H Eisaki, T-M Chuang - link: - url: http://www.sciencemag.org/content/336/6081/563 - display: Science 336, 563 (2012) - highlight: 1 - news2: See also Cornell Cornincle by Bill Steele, Eureka Alert - -- title: How Kondo-holes create intense nanoscale heavy-fermion hybridization disorder - image: dummy.png - description: "" - authors: MH Hamidian, AR Schmidt, IA Firmo, MP Allan, P Bradley, JD Garrett, TJ Williams, GM Luke, Y Dubi, AV Balatsky, JC Davis - link: - url: http://www.pnas.org/content/108/45/18233 - display: PNAS 108, 18233 (2011) - highlight: 0 - news2: - -- title: Nematic electronic structure in the “parent” state of the iron-based superconductor Ca(Fe1−xCox)2As2 - image: Pub_nemat1.png - description: - We discovered an electronic nematic in the iron based superconductor Co-CaFe2As2! This state is by now confirmed and quite well characterized by transport, photoemission, and more SI-STM experiments. - authors: - T-M Chuang* & MP Allan*, J Lee, Y Xie, N Ni, SL Bud’ko, GS Boebinger PC Canfield, JC Davis - link: - url: http://www.sciencemag.org/content/327/5962/181 - display: Science 327, 181 (2010) - highlight: 1 - news1: Featured in a ‘Perspective’ by E Fradkin & SA Kivelson - news2: See also Article on NewScientist by Colin Barras - -- title: Heavy d-electron quasiparticle interference and real-space electronic structure of Sr3Ru2O7 - image: Pub_hBN.png - description: - QPI in Sr327. - authors: Jinho Lee* & M. P. Allan*, M. A.Wang, J. Farrell, S. A. Grigera, F. Baumberger, J. C. Davis and A. P. Mackenzie - link: - url: https://www.nature.com/nphys/journal/v5/n11/full/nphys1397.html - display: Nature Physics 5, 800 (2009) - highlight: 0 - -- title: Fermi surface and van Hove singularities in the itinerant metamagnet Sr3Ru2O7 - image: Pub_hBN.png - description: - We determine the Fermi surface of Sr327. - authors: - A Tamai, MP Allan, JF Mercure, W Meevasana, R Dunkel, DH Lu, RS Perry, AP Mackenzie, David J Singh, Z-X Shen, F Baumberger - link: - url: http://journals.aps.org/prl/abstract/10.1103/PhysRevLett.101.026407 - display: Phys. Rev. Lett. 101, 026407 (2008) - highlight: 0 - -- title: Tunable self-assembly of one-dimensional nanostructures with orthogonal directions - image: Pub_hBN.png - description: - Hexagonal boron nitride shows fancy superstructures on the Mo(111) surface. - authors: - MP Allan, S Berner, M Corso, T Greber, J Osterwalder - link: - url: https://link.springer.com/article/10.1007/s11671-006-9036-2 - display: Nanoscale Research Letters 2, 94 (2007) - highlight: 1 - -- title: Photoelectron Diffraction for a Look inside Nanostructures - image: dummy.png - description: "" - authors: - J Osterwalder, A Tamai, W Auwärter; MP Allan, T Greber - link: - url: hhttp://www.ingentaconnect.com/content/scs/chimia/2006/00000060/00000011/art00013 - display: CHIMIA 11, 759 (2006) - highlight: 0 + url: https://doi.org/10.1103/PhysRevLett.127.201801 + display: Phys. Rev. Lett. 127, 201801 – Published 11 November 2021 + highlight: 1 \ No newline at end of file diff --git a/_data/research.yml b/_data/research.yml new file mode 100644 index 00000000000..2ec3863e22e --- /dev/null +++ b/_data/research.yml @@ -0,0 +1,24 @@ +- name: NOvA + fullname: The NuMI Off-axis electron neutrino Appearance experiment + blurb: ...uses the world's most powerful neutrino beam to reveal the secrets of the neutrino and its role in the universe. + url: https://novaexperiment.fnal.gov + website: novaexperiment.fnal.gov + photo: NOvA.png + link: nova + + +- name: DUNE + fullname: The Deep Underground Neutrino Experiment + blurb: ...is a leading-edge, international experiment for neutrino science and proton decay studies. + url: https://dunescience.org + website: dunescience.org + photo: DUNE.png + link: dune + +- name: EMPHATIC + fullname: Experiment to Measure the Production of Hadrons At a Testbeam In Chicagoland + blurb: ...is a testbeam experiment at Fermilab that studies the production of hadrons in neutrino interactions. + url: https://emphatic.fnal.gov + website: emphatic.fnal.gov + photo: EMPHATIC.png + link: emphatic \ No newline at end of file diff --git a/_data/students.yml b/_data/students.yml index f79cb547336..05c36e25d0d 100644 --- a/_data/students.yml +++ b/_data/students.yml @@ -1,11 +1,10 @@ -#- name: -# photo: rock.jpg -# info: -# email: -# number_educ: -# education1: -# education2: -# education3: -# education4: +- name: Kaylyn Beard + photo: bio-photo.jpg + info: B.Sc. student, started May 2023 + email: + number_educ: 1 + education1: + experiments: + - nova diff --git a/_data/team_members.yml b/_data/team_members.yml index bc09c182a63..2871f876d47 100644 --- a/_data/team_members.yml +++ b/_data/team_members.yml @@ -1,113 +1,68 @@ -- name: Milan P Allan - photo: Milan1.jpg - info: Associate professor, started Jan 2015 - email: milan.allan@gmail.com - number_educ: 5 - education1: Master ETHZ, Diplomarbeit with J Osterwalder, University of Zurich - education2: PhD St Andrews (while at Cornell University) with Felix Baumberger and JC Davis - education3: Postdoc Cornell - education4: ETH fellow at ETHZ with Andreas Wallraff - education5: Bryan R. Coles Prize 2017 +- name: Dr. Gavin S. Davies + photo: Gavin.jpg + info: Assistant Professor, started Aug 2019 + email: gavin.s.davies@gmail.com + number_educ: 4 + education1: MPhys, Lancaster University + education2: Ph.D., Lancaster University + education3: Postdoc Iowa State University + education4: Postdoc Indiana University + experiments: + - nova + - dune + - emphatic -- name: Jiasen Niu - photo: Jiasen.png - info: Postdoc, started Oct 2020 - email: niu@physics.leidenuniv.nl - number_educ: 2 - education1: PhD with Xi Lin and Jian Wei, Peking University - education2: BSc Jilin University - -- name: Yudai Sato - photo: Sato.jpeg - info: Postdoc, started September 2023 - email: jwlee0421@postech.ac.kr - number_educ: 2 - education1: PhD with [Yukio Hasegawa](https://www.issp.u-tokyo.ac.jp/maincontents/organization/labs/hasegawa_group_en.html) at the University of Tokyo - education2: Master, University of Tokyo - -- name: Tjerk Benschop - photo: tjeruk.jpg - info: Postdoc, since 2023 - email: benschop@physics.leidenuniv.nl - number_educ: 3 - education1: PhD Student, 2018-2023 - education2: Master Leiden University with Milan Allan - education3: Casimir PhD fellowship - -- name: Meng Li - photo: MengLi.jpg - info: Postdoc, since 2023 - email: benschop@physics.leidenuniv.nl - number_educ: 2 - education1: PhD, Institute of Physics, Chinese Academy of Sciences, with [Hong-Jun Gao](http://n04.iphy.ac.cn/english/zt/hongjungao.html). - education2: BSc University of Chinese Academy of Sciences - -- name: Thomas Gozlinski - photo: Thomas.jpg - info: Postdoc, since November 2023 - email: benschop@physics.leidenuniv.nl - number_educ: 2 - education1: PhD, KIT, with [Wulf Wulfhekel](https://www.int.kit.edu/1941_701.php). - education2: MSc KIT - -- name: Amber Mozes - photo: Amber.png - info: PhD Student, started September 2021 - email: b - number_educ: 2 - education1: Master Applied Physics, TU Delft - education2: Casimir/Nanofront PhD fellowship - education3: - education4: - -- name: Maialen Ortego Larrazabal - photo: Maialen.png - info: PhD Student within a collaboration with the Swart Lab - email: b - number_educ: 2 - education1: Master Leiden University - education2: BSc, University of the Basque Country - education3: - education4: - -- name: Sanghun Lee 이상헌 - photo: Sanghun.jpg - info: PhD Student - email: b - number_educ: 2 - education1: Master Yonsei with [Doohee Cho](http://physicsyonsei.kr/en/people/professor?idx=48) - education2: BSc, Yonsei University - education3: - education4: +- name: Dr. Jeffrey Kleykamp + photo: bio-photo.jpg + info: Postdoc, started May 2021 + email: jeffrey.kleykamp@gmail.com + number_educ: 1 + education1: Ph.D., University of Rochester + experiments: + - nova + - dune -- name: Kees van Oosten - photo: DSC_1032.JPG - info: FFine mechanical engineer (also associated with the FMD) - email: Oosten@fmd.physics.leidenuniv.nl - number_educ: 2 - education1: Leidse instrumentmakers School - education2: Associate degree Mechanical Engineering, Hogeschool Arnhem Nijmegen +- name: Luiz R. Prais + photo: bio-photo.jpg + info: Ph.D. student, started January 2021 + email: + number_educ: 1 + education1: MSc, University of Goias + experiments: + - nova -- name: Hugo van Bohemen - photo: hugo.jpg - info: Fine mechanical engineer (also associated with the FMD) - email: h.s.m.van.bohemen@physics.leidenuniv.nl +- name: Andrew Dye + photo: bio-photo.jpg + info: Ph.D. student, started February 2021 + email: number_educ: 1 - education1: Leidse Instrumentmakers School - education2: + education1: + experiments: + - nova -- name: Ilse Kuijf - photo: ilse.jpeg - info: Shared PhD student in the [van Nieuwenburg group](https://evert.info), working with us - email: Bastiaans@Physics.LeidenUniv.nl +- name: Bishnu Acharya + photo: Bishnu.jpg + info: Ph.D. student, started February 2021 + email: number_educ: 1 - education1: Master Leiden University + education1: + experiments: + - nova -- name: "This could be you !" - photo: rock.jpg - info: See openings for more info - email: milan.allan@gmail.com - number_educ: 0 +- name: Xiaoyan Huang + photo: bio-photo.jpg + info: Ph.D., started November 2022 + email: email + number_educ: 1 education1: - education2: - education3: + experiments: + - dune + +- name: Noah Knutson + photo: bio-photo.jpg + info: Ph.D. Student, started August 2024 + email: email + number_educ: 1 + education1: + experiments: + - emphatic diff --git a/_includes/footer.html b/_includes/footer.html index 001fbbb4dbd..408b35744d6 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -3,33 +3,28 @@
- -

© 2016 Allan Lab. Site made with Jekyll; copy and modify it for your own research group.

-

We are part of the Faculty of Physics at the University of Munich (LMU). We are still associated with the Leiden Institute of Physics, where most of our instrument are.

- - -

- - +

We are part of the Department of Physics & Astronomy at the University of Mississippi (UM).

+

Made with .
+ Jekyll v4.3.3 powered.

Funding:
- - StG and CoG from the ERC
- - Vidi and Projectruimte grants from NWO
- - Frontier of Nanosciences, a gravity program from NWO + - Grant from the U.S. DOE
Contact:
- Oort building, Leiden University
- Niels Bohrweg 2
- 2333 CA Leiden
- Netherlands
- (Maps, Directions) + The University of Mississippi
+ 222 Lewis Hall
+ University, MS 38677
+ USA
+ (Maps)
+

© 2024 UM Neutrino group.

+
- - + + diff --git a/_includes/head.html b/_includes/head.html index d3f90622425..0bbbed9393a 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -1,10 +1,10 @@ - {% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %} - + + {% if jekyll.environment == 'production' %} diff --git a/_includes/header.html b/_includes/header.html index 2ed20ea2469..0ffd532dd36 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -1,24 +1,42 @@ -