Skip to content

Commit c63e6e0

Browse files
committed
move JuliaCon to a separate page...but menu link doesn't work
Signed-off-by: Rachel Kurchin <[email protected]>
1 parent e3f22c7 commit c63e6e0

File tree

3 files changed

+28
-28
lines changed

3 files changed

+28
-28
lines changed

_layout/menu.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<div class="box">
33
<aside class="layout-menu">
44
<div class="menu-category">JuliaMolSim</div>
5-
<div class="menu-item {{ispage index.html}}current{{end}}"><a href="/">Home</a></div>
5+
<div class="menu-item {{ispage index.html}}link{{end}}"><a href="/">Home</a></div>
6+
<div class="menu-item {{ispage pages/juliacon22}}link{{end}}"><a href="/" class="menu-list-link">JuliaCon 2022</a>
67
</aside>
78
<div class="layout-content">

index.md

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -6,35 +6,9 @@ Your friendly organisation about molecular simulations in Julia.
66
We're currently working on setting up this website. You can also check us out on [GitHub](https://github.com/JuliaMolSim)!
77

88
@@colbox-blue
9-
We're organizing a minisymposium at JuliaCon 2022. It will take place on July 22 from 1400-1700 UTC, and you can still participate by giving a "mini-pitch" – see [agenda below](#juliacon22) for details
9+
We're organizing a minisymposium at JuliaCon 2022. It will take place on July 22 from 1400-1700 UTC, and you can still participate by giving a "mini-pitch" – see [agenda page](/pages/juliacon22) for details
1010
@@
1111

12-
## JuliaCon 2022 Minisymposium \label{juliacon22}
13-
Our JuliaCon 2022 minisymposium will take place on July 22 from 1400-1700 UTC. **We are still accepting "quick pitch" submissions, contact Rachel via email (rkurchin at cmu dot edu) or on the [Slack workspace](#slack) if you're interested!**
14-
15-
The agenda is as follows:
16-
17-
### Introduction
18-
1400-1410: Introduction to JuliaMolSim, brief history of org with a focus on AtomsBase ([Rachel Kurchin](https://rkurchin.github.io))
19-
20-
### Talks from Projects using AtomsBase
21-
Each talk will be 15 minutes followed by 5 minutes for Q&A/discussion.
22-
23-
* 1410-1430: [Chemellia](https://www.chemellia.org) ([Rachel Kurchin](https://rkurchin.github.io))
24-
* 1430-1450: [Molly.jl](https://juliamolsim.github.io/Molly.jl/stable/) ([Joe Greener](http://jgreener64.github.io))
25-
* 1450-1510: [DFTK.jl](https://docs.dftk.org/stable/) ([Michael Herbst](https://michael-herbst.com))
26-
* 1510-1530: [CESMIX](https://computing.mit.edu/cesmix/) ([Emmanuel Lujan](https://www.emmanuellujan.com))
27-
28-
### Contributed Community Talks
29-
Each talk will be 15 minutes followed by 5 minutes for Q&A/discussion.
30-
31-
* 1530-1550: [Fermi.jl](https://fermiqc.github.io/Fermi.jl/dev/) ([Gustavo Aroeira](https://github.com/gustavojra))
32-
* 1550-1610: [ACE.jl](https://acesuit.github.io/ACE.jl/dev/) ([Christoph Ortner](https://personal.math.ubc.ca/~ortner/))
33-
* 1610-1630: [NQCDynamics.jl](https://nqcd.github.io/NQCDynamics.jl/dev/) ([James Gardner](https://warwick.ac.uk/fac/sci/chemistry/research/maurer/maurergroup/people/james/))
34-
35-
### Quick Pitch Session
36-
We’re reserving the last ~half hour for “quick pitches” of community projects. Since a major outcome of last year’s BoF session was the coordination of the team that built AtomsBase, we hope this minisymposium can be a catalyst for further such projects. So if you have an idea for a software project or other community effort of some kind (Seminar series? Workshop? Wikipedia edit-a-thon? Seriously, anything) and are looking for a team to help make it happen, **LET ME KNOW!** You can get in touch via email (rkurchin at cmu dot edu) or [Slack](#slack).
37-
3812
## Projects
3913
Feel free to have a look at some of our projects:
4014
- [ACE.jl](https://github.com/ACEsuit/ACE.jl): Atomic cluster expansion in Julia

pages/juliacon22.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# JuliaCon 2022 Minisymposium \label{juliacon22}
2+
Our JuliaCon 2022 minisymposium will take place on July 22 from 1400-1700 UTC. **We are still accepting "quick pitch" submissions, contact Rachel via email (rkurchin at cmu dot edu) or on the [Slack workspace](#slack) if you're interested!**
3+
4+
The agenda is as follows:
5+
6+
## Introduction
7+
1400-1410: Introduction to JuliaMolSim, brief history of org with a focus on AtomsBase ([Rachel Kurchin](https://rkurchin.github.io))
8+
9+
## Talks from Projects using AtomsBase
10+
Each talk will be 15 minutes followed by 5 minutes for Q&A/discussion.
11+
12+
* 1410-1430: [Chemellia](https://www.chemellia.org) ([Rachel Kurchin](https://rkurchin.github.io))
13+
* 1430-1450: [Molly.jl](https://juliamolsim.github.io/Molly.jl/stable/) ([Joe Greener](http://jgreener64.github.io))
14+
* 1450-1510: [DFTK.jl](https://docs.dftk.org/stable/) ([Michael Herbst](https://michael-herbst.com))
15+
* 1510-1530: [CESMIX](https://computing.mit.edu/cesmix/) ([Emmanuel Lujan](https://www.emmanuellujan.com))
16+
17+
## Contributed Community Talks
18+
Each talk will be 15 minutes followed by 5 minutes for Q&A/discussion.
19+
20+
* 1530-1550: [Fermi.jl](https://fermiqc.github.io/Fermi.jl/dev/) ([Gustavo Aroeira](https://github.com/gustavojra))
21+
* 1550-1610: [ACE.jl](https://acesuit.github.io/ACE.jl/dev/) ([Christoph Ortner](https://personal.math.ubc.ca/~ortner/))
22+
* 1610-1630: [NQCDynamics.jl](https://nqcd.github.io/NQCDynamics.jl/dev/) ([James Gardner](https://warwick.ac.uk/fac/sci/chemistry/research/maurer/maurergroup/people/james/))
23+
24+
## Quick Pitch Session
25+
We’re reserving the last ~half hour for “quick pitches” of community projects. Since a major outcome of last year’s BoF session was the coordination of the team that built AtomsBase, we hope this minisymposium can be a catalyst for further such projects. So if you have an idea for a software project or other community effort of some kind (Seminar series? Workshop? Wikipedia edit-a-thon? Seriously, anything) and are looking for a team to help make it happen, **LET ME KNOW!** You can get in touch via email (rkurchin at cmu dot edu) or [Slack](#slack).

0 commit comments

Comments
 (0)