Skip to content

Commit 2fc8525

Browse files
Merge pull request #227 from Langhaarzombie/about_info
Copyright & admin rename
2 parents dbf1fb2 + 893d235 commit 2fc8525

8 files changed

Lines changed: 33 additions & 21 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.DS_Store/
1+
.DS_Store
22
_site/
33
Gemfile.lock
44
.tool-versions

404.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: QuTiP 404 - Page Not Found
55
<div class="jumbotron jumbotron-fluid">
66
<div class="container center-block">
77
<h1 class="display-4" style="width: 80%; margin: auto; text-align: center;">Oops! Page not found.</h1>
8-
<img src="/images/logo.png" alt="QuTiP logo" style="opacity: 50%; width: 50%; margin: 1em auto;"/>
8+
<img src="/images/logo.png" alt="QuTiP logo" style="opacity: 50%; width: 50%; max-width: 400px; margin: 1em auto;"/>
99
</div>
1010
</div>
1111

_includes/footer.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,15 @@
3232
<li><a href="https://groups.google.com/g/qutip">Google Groups</a></li>
3333
<li><a href="/jobs">Jobs</a></li>
3434
<li><a href="/news">News</a></li>
35-
<li><a href="/devs">Devs</a></li>
35+
<li><a href="/devs">Admins</a></li>
3636
<li><a href="/citing">Citing</a></li>
3737
<li><a href="https://github.com/sponsors/qutip">Sponsor</a></li>
3838
</ul>
3939
<p class="col-lg-4 col-md-12">
40-
&copy; 2011 to 2025 inclusive, QuTiP developers and contributors.
40+
&copy; 2011 to <span id="year"></span> inclusive, QuTiP admins and contributors.
4141
</p>
4242
</div>
43-
</div>
43+
</div>
44+
<script>
45+
document.getElementById("year").textContent = new Date().getFullYear();
46+
</script>

_includes/navbar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
</a>
8484
<ul class="dropdown-menu" style="margin-bottom: 1rem;">
8585
<li><a class="dropdown-item" href="/news">News</a></li>
86-
<li><a class="dropdown-item" href="/devs">Devs</a></li>
86+
<li><a class="dropdown-item" href="/devs">Admins</a></li>
8787
<li><a class="dropdown-item" href="/citing">Citing</a></li>
8888
<li><a class="dropdown-item" href="https://github.com/sponsors/qutip">Sponsor</a></li>
8989
</ul>

devs.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,17 @@ For the detailled list of all our contributors, check out [our GitHub repositori
133133
<p style="font-weight: bold; margin-bottom: 0;">EPFL, Switzerland</p>
134134
<p>Main focus: Julia, quantum optomechanics</p>
135135
</div>
136+
<div class="col-lg-3 col-md-4 col-sm-6 col-10">
137+
<img src="images/veronika.jpg" class="img-polaroid">
138+
<h3>Veronika Kurth</h3>
139+
<p style="font-weight: bold; margin-bottom: 0;">RIKEN</p>
140+
</div>
141+
<div class="col-lg-3 col-md-4 col-sm-6 col-10">
142+
<img src="images/max.jpg" class="img-polaroid">
143+
<h3>Maximilian Meyer-Mölleringhof</h3>
144+
<p style="font-weight: bold; margin-bottom: 0;">University of Luxembourg</p>
145+
<p>Main focus: Open Quantum Systems, Krylov Methods</p>
146+
</div>
136147
</div>
137148
</div>
138149

images/max.jpg

30 KB
Loading

images/veronika.jpg

15 KB
Loading

news.html

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ <h4>2022 QuTiP Student Presentations (GSoC Projects)</h4>
8989
<h4>QuTiP 2022 Google Summer of Code Projects Announced</h4>
9090
</div>
9191
<div class="col-md-4" style='margin-top: 25px'>
92-
<a href="https://christian512.github.io/"><p>Christian: QuTiP notebook CI testing and v5 update</p></a>
9392
<a href="https://xspronken.github.io/"><p>Xavier: QuTiP benchmarks</p></a>
9493
<a href="https://medium.com/@claretgrace0801"><p>Shreyas: qutip-qip backend for Qiskit</p></a>
9594
</div>
@@ -195,13 +194,24 @@ <h4>Two students working on QuTiP projects for Google Summer of Code</h4>
195194
</div>
196195
<hr>
197196

197+
<div class="row" style='margin-bottom: 15px'>
198+
<div class="col-md-8">
199+
<p>August 31, 2019</p>
200+
<h4>QuTiP is Presented at a European Meeting of Researchers Using Python, Bilbao, Spain</h4>
201+
</div>
202+
<div class="col-md-4" style='margin-top: 25px'>
203+
<a href="https://www.youtube.com/watch?v=pt4CSLwQK5U"><p>Recording EuroSciPy 2019</p></a>
204+
</div>
205+
</div>
206+
<hr>
207+
198208
<div class="row" style='margin-bottom: 15px'>
199209
<div class="col-md-8">
200210
<p>July 3, 2019</p>
201211
<h4>QuTiP 4.4.0 is released. Available with conda and pip.</h4>
202212
</div>
203213
<div class="col-md-4" style='margin-top: 25px'>
204-
<a href="https://qutip.org/docs/latest/changelog.html"><p>Changelog</p></a>
214+
<a href="https://qutip.readthedocs.io/en/latest/changelog.html#qutip-4-4-0-2019-07-03"><p>Changelog</p></a>
205215
</div>
206216
</div>
207217
<hr>
@@ -223,7 +233,6 @@ <h4>An interactive course on QuTiP and open source for physicists is taught at I
223233
<h4>QuTiP Participates to Google Summer of Code 2019 trough NumFOCUS</h4>
224234
</div>
225235
<div class="col-md-4" style='margin-top: 25px'>
226-
<a href="https://summerofcode.withgoogle.com/organizations/?sp-page=4#5447807656263680"><p>NumFOCUS at GSoC 2019</p></a>
227236
<a href="https://github.com/qutip/qutip/wiki//Google-Summer-of-Code-2019"><p>GSoC 2019 QuTiP's Project Proposals</p></a>
228237
</div>
229238
</div>
@@ -251,17 +260,6 @@ <h4>QuTiP is Featured on Nature's Physics Blog</h4>
251260
</div>
252261
<hr>
253262

254-
<div class="row" style='margin-bottom: 15px'>
255-
<div class="col-md-8">
256-
<p>August 31, 2018</p>
257-
<h4>QuTiP is Presented at a European Meeting of Researchers Using Python, Trento, Italy </h4>
258-
</div>
259-
<div class="col-md-4" style='margin-top: 25px'>
260-
<a href="https://www.euroscipy.org/2018/program.html"><p>EuroSciPy 2018</p></a>
261-
</div>
262-
</div>
263-
<hr>
264-
265263
<div class="row" style='margin-bottom: 15px'>
266264
<div class="col-md-8">
267265
<p>April 26, 2018</p>
@@ -299,7 +297,7 @@ <h4>QuTiP Used to Simulate Perfect Quantum State Transfer Over Noisy Transmissio
299297
<div class="col-md-8">
300298
<p>March 9, 2017</p>
301299
<h4>QuTiP Mentioned in The Economist Technology Quarterly on Quantum Technologies</h4></div>
302-
<div class="col-md-4" style='margin-top: 25px'><a href="https://www.economist.com/technology-quarterly/2017-03-09/quantum-devices"><p>The Economist</p></a></div>
300+
<div class="col-md-4" style='margin-top: 25px'><a href="https://www.economist.com/technology-quarterly/2017/03/09/quantum-computers-will-require-a-whole-new-set-of-software"><p>The Economist</p></a></div>
303301
</div>
304302
<hr>
305303

0 commit comments

Comments
 (0)