-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploy MRChemSoft/nmqc-2025 to MRChemSoft/nmqc-2025:gh-pages
- Loading branch information
GitHub Actions
committed
Oct 28, 2024
0 parents
commit 592a7bd
Showing
34 changed files
with
1,448 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<!doctype html> | ||
<title>404 Not Found</title> | ||
<h1>404 Not Found</h1> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
This favicon was generated using the following font: | ||
|
||
- Font Title: Actor | ||
- Font Author: Copyright (c) 2011, Thomas Junold <[email protected]>, with Reserved Font Name "Actor". | ||
- Font Source: http://fonts.gstatic.com/s/actor/v17/wEOzEBbCkc5cO3ekXygtUMIO.ttf | ||
- Font License: SIL Open Font License, 1.1 (http://scripts.sil.org/OFL)) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,190 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="google-site-verification" content="pXs9i1NT9OMTozxXEKyYdCwH-ykyomeCFfbwSSJU6Ow" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | ||
<title>Numerical Methods in Quantum Chemistry 2025</title> | ||
|
||
<link rel="apple-touch-icon" sizes="180x180" href="https://mrchemsoft.github.io/nmqc-2025/apple-touch-icon.png"> | ||
<link rel="icon" type="image/png" sizes="32x32" href="https://mrchemsoft.github.io/nmqc-2025/favicon-32x32.png"> | ||
<link rel="icon" type="image/png" sizes="16x16" href="https://mrchemsoft.github.io/nmqc-2025/favicon-16x16.png"> | ||
<link rel="manifest" href="https://mrchemsoft.github.io/nmqc-2025/site.webmanifest"> | ||
|
||
<style> | ||
:root { | ||
/* Primary theme color */ | ||
--primary-color: #FED43F; | ||
/* Primary theme text color */ | ||
--primary-text-color: #010165; | ||
/* Primary theme link color */ | ||
--primary-link-color: #AC7E13; | ||
/* Secondary color: the background body color */ | ||
--secondary-color: #fcfaf6; | ||
--secondary-text-color: #000064; | ||
/* Highlight text color of table of content */ | ||
--toc-highlight-text-color: #d46e13; | ||
} | ||
</style> | ||
|
||
<link href="https://fonts.googleapis.com/css?family=Alfa+Slab+One&display=swap" rel="stylesheet"> | ||
<link href="https://fonts.googleapis.com/css?family=Fira+Sans:400,500,600&display=swap" rel="stylesheet"> | ||
<link rel="stylesheet" href="https://mrchemsoft.github.io/nmqc-2025/normalize.css"> | ||
<link rel="stylesheet" href="https://mrchemsoft.github.io/nmqc-2025/juice.css"> | ||
|
||
<!-- KaTeX --> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css" integrity="sha384-KiWOvVjnN8qwAZbuQyWDIbfCLFhLXNETzBQjA/92pIowpC0d2O3nppDGQVgwd2nB" crossorigin="anonymous"> | ||
|
||
<!-- The loading of KaTeX is deferred to speed up page rendering --> | ||
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.js" integrity="sha384-0fdwu/T/EQMsQlrHCCHoH10pkPLlKA1jL5dFyUOvB3lfeT2540/2g6YgSi2BL14p" crossorigin="anonymous"></script> | ||
|
||
<!-- To automatically render math in text elements, include the auto-render extension: --> | ||
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/contrib/auto-render.min.js" integrity="sha384-+XBljXPPiv+OzfbB3cVmLHf4hdUFHlWNZN5spNQ7rmHTXpd7WvJum6fIACpNNfIR" crossorigin="anonymous" | ||
onload="renderMathInElement(document.body);"></script> | ||
|
||
|
||
</head> | ||
|
||
<body> | ||
|
||
|
||
<header class="pos-absolute" style="background-color: transparent"> | ||
|
||
|
||
<a href="https://mrchemsoft.github.io/nmqc-2025/"> | ||
<div class="logo"> | ||
<img src="https://mrchemsoft.github.io/nmqc-2025/logo.png" alt="logo"> | ||
|
||
</div> | ||
</a> | ||
|
||
<nav> | ||
|
||
<a class="nav-item subtitle-text" href="https://mrchemsoft.github.io/nmqc-2025/venue/">Venue</a> | ||
|
||
<a class="nav-item subtitle-text" href="https://mrchemsoft.github.io/nmqc-2025/invited/">Invited Speakers</a> | ||
|
||
<a class="nav-item subtitle-text" href="https://mrchemsoft.github.io/nmqc-2025/program/">Program</a> | ||
|
||
<a class="nav-item subtitle-text" href="https://mrchemsoft.github.io/nmqc-2025/registration/">Registration</a> | ||
|
||
<a class="nav-item subtitle-text" href="https://mrchemsoft.github.io/nmqc-2025/organizers/">Organizers</a> | ||
|
||
|
||
</nav> | ||
|
||
</header> | ||
|
||
<div class="hero"> | ||
|
||
<script async defer src="https://buttons.github.io/buttons.js"></script> | ||
<section class="text-center"> | ||
<div class="heading-text" style="font-size: 60px"> | ||
Numerical Methods in Quantum Chemistry 2025 | ||
</div> | ||
<div class="where-text" style="font-size: 30px"> | ||
<b>Berlin</b> 18-20 June 2025 | ||
</div> | ||
</section> | ||
|
||
<!-- | ||
<img class="hero-image" width="30%" type="image/png" src="https://mrchemsoft.github.io/nmqc-2025/logo.png"> | ||
---> | ||
|
||
<div class="explore-more text" | ||
onclick="document.getElementById('features').scrollIntoView({behavior: 'smooth'})"> | ||
<b>Explore More ⇩</b> | ||
</div> | ||
<style> | ||
.hero section { | ||
padding: 0 5rem; | ||
} | ||
@media screen and (max-width: 768px) { | ||
.hero section { | ||
padding-top: 30rem; | ||
padding-bottom: 0rem; | ||
padding-right: 2rem; | ||
padding-left: 2rem; | ||
} | ||
|
||
.hero-image { | ||
display: none | ||
} | ||
} | ||
</style> | ||
|
||
</div> | ||
|
||
|
||
|
||
<main> | ||
<!-- | ||
--> | ||
|
||
<div class="content text"> | ||
|
||
<div id="features" class="description-text">Welcome!</div> | ||
<p>We are pleased to invite you to the <strong>Numerical Methods in Quantum Chemistry</strong> workshop. </p> | ||
<p>As a satellite meeting of the WATOC 2025 conference, this event continues the tradition of presenting foundational and applied advances in numerical methods in quantum chemistry and chemical physics. This year, we are especially excited to highlight topics in light-matter interactions and relativistic effects. We warmly welcome researchers and practitioners to join us in sharing insights and developments in these vibrant fields.</p> | ||
<p>The workshop will take place from June 18 to June 20, 2025, at Humboldt University’s Adlershof campus in Berlin, Germany.</p> | ||
<p>Florian Bischoff, Luca Frediani, and Michal Repisky</p> | ||
|
||
|
||
</div> | ||
|
||
|
||
|
||
</main> | ||
|
||
|
||
<footer> | ||
<small class="subtext"> | ||
<a href="https://uit.no" target="_blank"><img style="margin-left:30px; margin-right:30px" src="https://mrchemsoft.github.io/nmqc-2025/logo-uit.png" height="120" ></a> | ||
<a href="https://www.hu-berlin.de/en" target="_blank"><img style="margin-left:30px; margin-right:30px" src="https://mrchemsoft.github.io/nmqc-2025/Huberlin-logo.svg.png" height="120" ></a> | ||
<a href="https://www.forskningsradet.no/" target="_blank"><img style="margin-left:30px;" src="https://mrchemsoft.github.io/nmqc-2025/forskningsradet.svg" height="120" ></a> | ||
<a href="https://www.mn.uio.no/hylleraas/" target="_blank"><img style="margin-left:30px;" src="https://mrchemsoft.github.io/nmqc-2025/hylleraas.png" height="120" ></a> | ||
</small> | ||
</footer> | ||
|
||
</body> | ||
<script> | ||
function highlightNav(heading) { | ||
let pathname = location.pathname; | ||
document.querySelectorAll(".toc a").forEach((item) => { | ||
item.classList.remove("active"); | ||
}); | ||
document.querySelector(".toc a[href$='" + pathname + "#" + heading + "']").classList.add("active"); | ||
} | ||
|
||
let currentHeading = ""; | ||
window.onscroll = function () { | ||
let h = document.querySelectorAll("h1,h2,h3,h4,h5,h6"); | ||
let elementArr = []; | ||
|
||
h.forEach(item => { | ||
if (item.id !== "") { | ||
elementArr[item.id] = item.getBoundingClientRect().top; | ||
} | ||
}); | ||
elementArr.sort(); | ||
for (let key in elementArr) { | ||
if (!elementArr.hasOwnProperty(key)) { | ||
continue; | ||
} | ||
if (elementArr[key] > 0 && elementArr[key] < 300) { | ||
if (currentHeading !== key) { | ||
highlightNav(key); | ||
currentHeading = key; | ||
} | ||
break; | ||
} | ||
} | ||
} | ||
</script> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,159 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="google-site-verification" content="pXs9i1NT9OMTozxXEKyYdCwH-ykyomeCFfbwSSJU6Ow" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | ||
<title>Invited Speakers | Numerical Methods in Quantum Chemistry 2025 </title> | ||
|
||
<link rel="apple-touch-icon" sizes="180x180" href="https://mrchemsoft.github.io/nmqc-2025/apple-touch-icon.png"> | ||
<link rel="icon" type="image/png" sizes="32x32" href="https://mrchemsoft.github.io/nmqc-2025/favicon-32x32.png"> | ||
<link rel="icon" type="image/png" sizes="16x16" href="https://mrchemsoft.github.io/nmqc-2025/favicon-16x16.png"> | ||
<link rel="manifest" href="https://mrchemsoft.github.io/nmqc-2025/site.webmanifest"> | ||
|
||
<style> | ||
:root { | ||
/* Primary theme color */ | ||
--primary-color: #FED43F; | ||
/* Primary theme text color */ | ||
--primary-text-color: #010165; | ||
/* Primary theme link color */ | ||
--primary-link-color: #AC7E13; | ||
/* Secondary color: the background body color */ | ||
--secondary-color: #fcfaf6; | ||
--secondary-text-color: #000064; | ||
/* Highlight text color of table of content */ | ||
--toc-highlight-text-color: #d46e13; | ||
} | ||
</style> | ||
|
||
<link href="https://fonts.googleapis.com/css?family=Alfa+Slab+One&display=swap" rel="stylesheet"> | ||
<link href="https://fonts.googleapis.com/css?family=Fira+Sans:400,500,600&display=swap" rel="stylesheet"> | ||
<link rel="stylesheet" href="https://mrchemsoft.github.io/nmqc-2025/normalize.css"> | ||
<link rel="stylesheet" href="https://mrchemsoft.github.io/nmqc-2025/juice.css"> | ||
|
||
<!-- KaTeX --> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css" integrity="sha384-KiWOvVjnN8qwAZbuQyWDIbfCLFhLXNETzBQjA/92pIowpC0d2O3nppDGQVgwd2nB" crossorigin="anonymous"> | ||
|
||
<!-- The loading of KaTeX is deferred to speed up page rendering --> | ||
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.js" integrity="sha384-0fdwu/T/EQMsQlrHCCHoH10pkPLlKA1jL5dFyUOvB3lfeT2540/2g6YgSi2BL14p" crossorigin="anonymous"></script> | ||
|
||
<!-- To automatically render math in text elements, include the auto-render extension: --> | ||
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/contrib/auto-render.min.js" integrity="sha384-+XBljXPPiv+OzfbB3cVmLHf4hdUFHlWNZN5spNQ7rmHTXpd7WvJum6fIACpNNfIR" crossorigin="anonymous" | ||
onload="renderMathInElement(document.body);"></script> | ||
|
||
|
||
</head> | ||
|
||
<body> | ||
|
||
<header class="box-shadow"> | ||
|
||
|
||
<a href="https://mrchemsoft.github.io/nmqc-2025/"> | ||
<div class="logo"> | ||
<img src="https://mrchemsoft.github.io/nmqc-2025/logo.png" alt="logo"> | ||
|
||
</div> | ||
</a> | ||
|
||
<nav> | ||
|
||
<a class="nav-item subtitle-text" href="https://mrchemsoft.github.io/nmqc-2025/venue/">Venue</a> | ||
|
||
<a class="nav-item subtitle-text" href="https://mrchemsoft.github.io/nmqc-2025/invited/">Invited Speakers</a> | ||
|
||
<a class="nav-item subtitle-text" href="https://mrchemsoft.github.io/nmqc-2025/program/">Program</a> | ||
|
||
<a class="nav-item subtitle-text" href="https://mrchemsoft.github.io/nmqc-2025/registration/">Registration</a> | ||
|
||
<a class="nav-item subtitle-text" href="https://mrchemsoft.github.io/nmqc-2025/organizers/">Organizers</a> | ||
|
||
|
||
</nav> | ||
|
||
</header> | ||
|
||
|
||
<main> | ||
<!-- | ||
--> | ||
|
||
<div class="content text"> | ||
|
||
<div class="heading-text"></div> | ||
<!--- | ||
To modify the speaker photo: | ||
1. add the picture into the `speaker-photos` folder; | ||
2. add `photo="speaker-photos/<file-name>"` to the shortcode call. | ||
--> | ||
<ol> | ||
<li><a href="https://mems.duke.edu/people/volker-blum/">Volker Blum</a>, Duke University (USA)</li> | ||
<li><a href="https://me.engin.umich.edu/people/faculty/vikram-gavini/">Vikram Gavini</a>, University of Michigan (USA)</li> | ||
<li><a href="https://www.stonybrook.edu/faculty-directory/profile/robert-harrison">Robert Harrison</a>, Stony Brook University (USA)</li> | ||
<li><a href="https://www.cs.cit.tum.de/en/sccs/people/martina-nibbi/">Martina Nibbi</a>, TU Muenich (Germany)</li> | ||
<li><a href="https://www.bristol.ac.uk/people/person/Laura-Ratcliff-59a769ec-2b0b-4d09-84b4-546f7f9c340e/">Laura Ratcliff</a>, University of Bristol (England)</li> | ||
<li><a href="https://www.mpsd.mpg.de/person/42589/2736">Michael Ruggenthaler</a>, MPI Hamburg (Germany)</li> | ||
<li><a href="https://trios.tsukuba.ac.jp/en/researcher/0000004299">Shunsuke Sato</a>, University of Tsukuba (Japan) </li> | ||
<li><a href="https://lsa.umich.edu/chem/people/faculty/zgid.html">Dominika Zgid</a>, University of Michigan (USA)</li> | ||
</ol> | ||
|
||
|
||
</div> | ||
|
||
|
||
|
||
</main> | ||
|
||
|
||
<footer> | ||
<small class="subtext"> | ||
<a href="https://uit.no" target="_blank"><img style="margin-left:30px; margin-right:30px" src="https://mrchemsoft.github.io/nmqc-2025/logo-uit.png" height="120" ></a> | ||
<a href="https://www.hu-berlin.de/en" target="_blank"><img style="margin-left:30px; margin-right:30px" src="https://mrchemsoft.github.io/nmqc-2025/Huberlin-logo.svg.png" height="120" ></a> | ||
<a href="https://www.forskningsradet.no/" target="_blank"><img style="margin-left:30px;" src="https://mrchemsoft.github.io/nmqc-2025/forskningsradet.svg" height="120" ></a> | ||
<a href="https://www.mn.uio.no/hylleraas/" target="_blank"><img style="margin-left:30px;" src="https://mrchemsoft.github.io/nmqc-2025/hylleraas.png" height="120" ></a> | ||
</small> | ||
</footer> | ||
|
||
</body> | ||
<script> | ||
function highlightNav(heading) { | ||
let pathname = location.pathname; | ||
document.querySelectorAll(".toc a").forEach((item) => { | ||
item.classList.remove("active"); | ||
}); | ||
document.querySelector(".toc a[href$='" + pathname + "#" + heading + "']").classList.add("active"); | ||
} | ||
|
||
let currentHeading = ""; | ||
window.onscroll = function () { | ||
let h = document.querySelectorAll("h1,h2,h3,h4,h5,h6"); | ||
let elementArr = []; | ||
|
||
h.forEach(item => { | ||
if (item.id !== "") { | ||
elementArr[item.id] = item.getBoundingClientRect().top; | ||
} | ||
}); | ||
elementArr.sort(); | ||
for (let key in elementArr) { | ||
if (!elementArr.hasOwnProperty(key)) { | ||
continue; | ||
} | ||
if (elementArr[key] > 0 && elementArr[key] < 300) { | ||
if (currentHeading !== key) { | ||
highlightNav(key); | ||
currentHeading = key; | ||
} | ||
break; | ||
} | ||
} | ||
} | ||
</script> | ||
|
||
</html> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.