Skip to content

Commit 59a767d

Browse files
Merge pull request #31 from marco66colombo/master
Introduce FastML Foundation website update
2 parents 0abcf84 + 321bec9 commit 59a767d

38 files changed

Lines changed: 654 additions & 1177 deletions

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Fast ML Lab Website Insructions
2-
This website is built on Github Pages using Jekyll, and thus, editing raw HTML should be unneccessary for most content updates.
1+
# Fast ML Lab Website Instructions
2+
This website is built on GitHub Pages using Jekyll, and thus, editing raw HTML should be unnecessary for most content updates.
33

44
## Add a News Item
55

@@ -14,7 +14,7 @@ description: 'hls4ml: an open-source code framework for translating machine lear
1414
image: /images/hls4ml.png
1515
---
1616
```
17-
Note that file paths for images should include a leading `/` to indicate an absolute path from the root of the site. Putting quotes around the title/description (single or double) is reccomended to avoid issues with yaml parsing. You can also add markdown content following this header and it will render as a complete web page, but as of yet there is no link to this post displayed on the front page, only content from the header. This may change in the future.
17+
Note that file paths for images should include a leading `/` to indicate an absolute path from the root of the site. Putting quotes around the title/description (single or double) is recommended to avoid issues with yaml parsing. You can also add markdown content following this header and it will render as a complete web page, but as of yet there is no link to this post displayed on the front page, only content from the header. This may change in the future.
1818

1919

2020
## Add a Person
@@ -33,7 +33,7 @@ Note that the Jekyll site is set up to generate and alphabetize the institution
3333
## Add a Paper
3434
Add papers to the yaml list in `_data/papers.yml`
3535

36-
Note that this will render markdown syntax. Putting quotes around the title (single or double) is reccomended to avoid issues with yaml parsing.
36+
Note that this will render markdown syntax. Putting quotes around the title (single or double) is recommended to avoid issues with yaml parsing.
3737

3838
**Example:**
3939
```yaml
@@ -43,7 +43,7 @@ Note that this will render markdown syntax. Putting quotes around the title (sin
4343
## Add a Talk
4444
Add talks to the yaml list in `_data/talks.yml`
4545

46-
Note that this will render markdown syntax. Putting quotes around the title (single or double) is reccomended to avoid issues with yaml parsing.
46+
Note that this will render markdown syntax. Putting quotes around the title (single or double) is recommended to avoid issues with yaml parsing.
4747

4848
**Example:**
4949
```yaml
@@ -64,4 +64,4 @@ Note that this will **not** render markdown syntax. Entries for both `name` and
6464
## Test the Site Locally
6565
To test the site locally, install Jekyll along with the Jekyll github-pages extension (doing so via conda is recommended) and run the following command: `jekyll serve`
6666

67-
This will start a local development web server to preview the site. Note that updating the config files may require restarting this server to take effect.
67+
This will start a local development web server to preview the site. Note that updating the config files may require restarting this server to take effect.

_config.yml

Lines changed: 22 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,47 @@
1-
title: Fast Machine Learning Lab
2-
short_title: FastML Lab
1+
title: Fast Machine Learning Foundation
2+
short_title: FastML Foundation
33
email: fml@fastmachinelearning.org
4+
contact_mailto: "mailto:pcharris@mit.edu,thea.aarrestad@cern.ch,a.tapper@imperial.ac.uk,jduarte@physics.ucsd.edu,ntran@fnal.gov"
45

5-
one_liner: Real-time and accelerated ML for fundamental sciences
6+
one_liner: A non-profit foundation advancing real-time and accelerated ML for fundamental sciences
67
description: >
7-
Fast ML Lab is a research collective of physicists, engineers, and computer scientists
8-
interested in deploying machine learning algorithms for unique and challenging scientific applications. Our projects
9-
range from real-time, on-detector and low latency machine learning applications to high-throughput
10-
heterogeneous computing big data challenges. We are interested in deploying sophisticated machine
11-
learning algorithms to advance the exploration of fundamental physics from the world's biggest colliders
12-
to the most intense particle beams to the cosmos.
8+
The purpose of the Foundation is to cultivate resources in support of the multi-disciplinary Fast ML for
9+
Science community of domain science, machine learning and engineering researchers for the advancement of
10+
accelerated and autonomous scientific experimentation. These resources will be used to share, support, and
11+
maintain the community’s shared research, software tools, and hardware platforms for scientific applications
12+
with the highest standards of inclusiveness, openness, accountability, and transparency.
1313
news_byline: >
14-
It's official! The registration and call for abstracts for the [2022 workshop](https://indico.cern.ch/event/1156222/) is now open. It will be a hybrid workshop hosted by Southern Methodist University from Oct 3 -- Oct 6, 2022.
15-
To see past editions, visit our [virtual 2020 workshop](https://indico.cern.ch/event/924283/) and [2019 workshop](https://indico.cern.ch/event/822126/) webpages.
14+
We share upcoming and past events for the community.
1615
1716
collaboration:
18-
byline: We are a community that fosters knowledge transfer of accelerated and real-time artificial intelligence applications to fundamental science. By joining the community, you agree to abide by our codes of conduct and policies of collaboration.
17+
byline: We are a community that fosters knowledge transfer of accelerated and real-time artificial intelligence for fundamental science. By participating, you agree to abide by our code of conduct and collaboration policies.
1918

2019
navbar:
21-
logo: /images/fml.png
20+
logo: /images/fastml_logo.png
2221
links:
23-
- name: Home
24-
link: "#home" # Note that for links to autoscroll to anchors on the main page, only the #anchor is needed (no preceding slash)
22+
- name: About
23+
link: "#about" # Note that for links to autoscroll to anchors on the main page, only the #anchor is needed (no preceding slash)
2524
autoscroll: true
2625
- name: News
2726
link: "#news"
2827
autoscroll: true
29-
- name: Papers/Talks
30-
link: "#projects"
28+
- name: Events
29+
link: "#events"
3130
autoscroll: true
32-
- name: People
33-
link: "#people"
31+
- name: Resources
32+
link: "#resources"
3433
autoscroll: true
3534
- name: Collaboration
3635
link: "#collaboration"
3736
autoscroll: true
37+
- name: Governance
38+
link: "#governance"
39+
autoscroll: true
3840
- name: Sponsors/Partners
3941
link: "#sponsors"
4042
autoscroll: true
4143
- name: Contact
42-
link: "mailto:fml@fastmachinelearning.org"
44+
link: "mailto:pcharris@mit.edu,thea.aarrestad@cern.ch,a.tapper@imperial.ac.uk,jduarte@physics.ucsd.edu,ntran@fnal.gov"
4345
autoscroll: false
4446

4547
footer:

_data/advisory_council.yml

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
- name: "Wilkie Olin-Ammentorp"
2+
institution: "Argonne National Laboratory"
3+
- name: "Jean-Roch Vlimant"
4+
institution: "California Institute of Technology"
5+
- name: "Matteo Cremonesi"
6+
institution: "Carnegie Mellon University"
7+
- name: "Maurizio Pierini"
8+
institution: "CERN"
9+
- name: "Thea Aarrestad"
10+
institution: "ETH Zurich"
11+
- name: "Nhan Tran"
12+
institution: "Fermi National Accelerator Laboratory"
13+
- name: "Pan Li"
14+
institution: "Georgia Institute of Technology"
15+
- name: "Andres Upegui"
16+
institution: "HEPIA - Haute école du paysage, d'ingénierie et d'architecture"
17+
- name: "Alex Tapper"
18+
institution: "Imperial College London"
19+
- name: "Sergey Furletov"
20+
institution: "Jefferson Lab"
21+
- name: "Judita Mamuzic"
22+
institution: "Jožef Stefan Institute"
23+
- name: "Torben Ferber"
24+
institution: "KIT"
25+
- name: "Ming Liu"
26+
institution: "Los Alamos National Laboratory"
27+
- name: "Philip Harris"
28+
institution: "Massachusetts Institute of Technology"
29+
- name: "Bo-Cheng Lai"
30+
institution: "National Yang Ming Chiao Tung University"
31+
- name: "Seda Ogrenci"
32+
institution: "Northwestern University"
33+
- name: "Antonino Tumeo"
34+
institution: "Pacific Northwest National Laboratory"
35+
- name: "Isobel Ojalvo"
36+
institution: "Princeton University"
37+
- name: "Mia Liu"
38+
institution: "Purdue University"
39+
- name: "Rainer Bartoldus"
40+
institution: "SLAC"
41+
- name: "Javier Duarte, Farouk Mokhtar"
42+
institution: "UC San Diego"
43+
- name: "Nikos Konstantinidis"
44+
institution: "UCL"
45+
- name: "Karri DiPetrillo"
46+
institution: "University of Chicago"
47+
- name: "Keith Ulmer"
48+
institution: "University of Colorado Boulder"
49+
- name: "Mark Neubauer"
50+
institution: "University of Illinois at Urbana-Champaign"
51+
- name: "Christian Herwig"
52+
institution: "University of Michigan"
53+
- name: "Dylan Rankin"
54+
institution: "University of Pennsylvania"
55+
- name: "Audrey Corbeil Therrien"
56+
institution: "Université de Sherbrooke"
57+
- name: "Shih-Chieh Hsu"
58+
institution: "University of Washington"
59+
- name: "Benedikt Riedel"
60+
institution: "University of Wisconsin-Madison"
61+
- name: "Hao Li"
62+
institution: "Tohoku University"
63+
- name: "Allison Mccarn Deiana"
64+
institution: "Southern Methodist University"
65+
- name: "Vava Gligorov"
66+
institution: "LPNHE, CNRS/IN2P3, France"
67+
- name: "João Böger"
68+
institution: "Technical University of Denmark"
69+
- name: "Sudarshan Paramesvaran"
70+
institution: "University of Bristol"
71+
- name: "Anna Sfyrla"
72+
institution: "University of Geneva"
73+
- name: "Yaman Umuroglu"
74+
institution: "Norwegian University of Science and Technology"

_data/board.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
- name: "Philip Harris"
2+
institution: "MIT"
3+
role: "Chair"
4+
image: "/images/board_philip_harris.jpg"
5+
- name: "Thea Aarrestad"
6+
institution: "ETH Zurich"
7+
role: "Deputy Chair"
8+
image: "/images/board_thea_aarrestad.jpg"
9+
- name: "Alex Tapper"
10+
institution: "Imperial College London"
11+
role: "Secretary"
12+
image: "/images/board_alex_tapper.jpg"
13+
- name: "Ryan Kastner"
14+
institution: "UC San Diego"
15+
role: "Treasurer"
16+
image: "/images/board_ryan_kastner.png"
17+
- name: "Javier Duarte"
18+
institution: "UC San Diego"
19+
role: "Conference Chair"
20+
image: "/images/board_javier_duarte.jpg"

_data/events.yml

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
# Past FastML conferences shown in the Events section.
2+
# Add entries using the format below:
3+
#
4+
# - title: "FastML Conference 2025"
5+
# date: "Sep 1-5, 2025"
6+
# location: "ETH Zurich"
7+
# image: "/images/your-poster-file.png"
8+
# external_link: "https://conference-url.example"
9+
10+
- title: "Fast Machine Learning for Science Workshop 2026"
11+
date: "Aug 31-Sep 4, 2026"
12+
location: "UC San Diego"
13+
image: "/images/fastml_logo.png"
14+
external_link: "https://indico.cern.ch/event/1654479/"
15+
16+
- title: "Fast Machine Learning for Science Conference 2025"
17+
date: "Sep 1-5, 2025"
18+
location: "ETH Zurich"
19+
image: "/images/fastml_poster_2025.png"
20+
external_link: "https://indico.cern.ch/event/1496673/"
21+
22+
- title: "Fast Machine Learning for Science Conference 2024"
23+
date: "Oct 15-18, 2024"
24+
location: "Purdue University"
25+
image: "/images/fastml_poster_2024.png"
26+
external_link: "https://indico.cern.ch/event/1387540/"
27+
28+
- title: "Fast Machine Learning for Science Workshop 2023"
29+
date: "Sep 25-28, 2023"
30+
location: "Imperial College London"
31+
image: "/images/fastml_poster_2023.png"
32+
external_link: "https://indico.cern.ch/event/1283970/"
33+
34+
- title: "Fast Machine Learning for Science Workshop 2022"
35+
date: "Oct 3-6, 2022"
36+
location: "Southern Methodist University"
37+
image: "/images/fastml_poster_2022.png"
38+
external_link: "https://indico.cern.ch/event/1156222/"
39+
40+
- title: "Fast Machine Learning Workshop 2020"
41+
date: "Nov 30-Dec 3, 2020"
42+
location: "Virtual, hosted by Southern Methodist University"
43+
image: "/images/fastml_poster_2020.png"
44+
external_link: "https://indico.cern.ch/event/924283/"
45+
46+
- title: "Fast Machine Learning Workshop 2019"
47+
date: "Sep 10-13, 2019"
48+
location: "Fermi National Accelerator Laboratory"
49+
image: "/images/fastml_poster_2019.png"
50+
external_link: "https://indico.cern.ch/event/822126/"

_data/resources.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
- title: "hls4ml"
2+
description: "Open-source framework for translating ML algorithms into FPGA firmware."
3+
image: "/images/hls4ml.png"
4+
external_link: "https://fastmachinelearning.org/hls4ml/"
5+
6+
- title: "SuperSONIC"
7+
description: "A research project focused on accelerated real-time scientific ML systems."
8+
image: "/images/sonic.png"
9+
external_link: "https://fastmachinelearning.org/SuperSONIC/"
10+
11+
- title: "FastML GitHub Repositories"
12+
description: "Community software projects, examples, and shared development resources."
13+
image: "/images/fastml_logo.png"
14+
external_link: "https://github.com/fastmachinelearning"

_includes/footer.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
<div class="col-sm-2" style="padding-bottom: 40px">
44
<h2 style="padding-bottom: 10px">Contact</h2>
55
<h6>Got Questions?</h6>
6-
<h6>Send us an email at:</h6>
7-
<a class="text-light" href="mailto:{{ site.email }}">{{ site.email }}</a>
6+
<a class="text-light" href="{{ site.contact_mailto }}">Send us an email</a>
87
</div>
98
<div class="col-sm-2" style="padding-bottom: 40px">
109

@@ -23,4 +22,4 @@ <h2 style="padding-bottom: 10px">Resources</h2>
2322
</p>
2423
</div>
2524

26-
</footer>
25+
</footer>

_includes/nav.html

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,22 @@
1212
<ul class="navbar-nav">
1313
{% for navitem in site.navbar.links %}
1414
<li class="nav-item">
15-
{% if page.title != 'Home' && navitem.autoscroll %}
16-
<a class="nav-link" href="{{ site.baseurl }}/{{ navitem.link }}">{{ navitem.name }}</a>
15+
{% assign first_char = navitem.link | slice: 0, 1 %}
16+
{% if first_char == '#' %}
17+
{% if page.title != 'Home' %}
18+
<a class="nav-link" href="{{ '/' | append: navitem.link | relative_url }}">{{ navitem.name }}</a>
1719
{% else %}
1820
<a class="nav-link" href="{{ navitem.link }}">{{ navitem.name }}</a>
1921
{% endif %}
22+
{% elsif navitem.link contains 'mailto:' or navitem.link contains '://' %}
23+
<a class="nav-link" href="{{ navitem.link }}">{{ navitem.name }}</a>
24+
{% elsif first_char == '/' %}
25+
<a class="nav-link" href="{{ site.baseurl }}{{ navitem.link }}">{{ navitem.name }}</a>
26+
{% else %}
27+
<a class="nav-link" href="{{ site.baseurl }}/{{ navitem.link }}">{{ navitem.name }}</a>
28+
{% endif %}
2029
</li>
2130
{% endfor %}
22-
23-
</li>
2431
</ul>
2532
</div>
26-
</nav>
33+
</nav>

0 commit comments

Comments
 (0)