Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
layout: blueprint
visible: true
topic: A Coordinated Ecosystem for HEP Software and Computing
meetingurl: https://indico.cern.ch/event/1580520/
meetingdate: 2025-12-03
focus-areas:
status: planned
location: DC
documents:
---
4 changes: 2 additions & 2 deletions _blueprints/Analysis_Preservation_Open_Access_Data.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: blueprint
visible: true
visible: false
topic: Analysis Preservation & Open Access Data
meetingurl:
meetingdate:
focus-areas:
- ssc
- as
status: proposed
status: planned
location:
documents:
---
2 changes: 1 addition & 1 deletion _blueprints/Analysis_Software_Ecosystem.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: blueprint
visible: true
visible: false
topic: Analysis Software Ecosystem
meetingurl:
meetingdate:
Expand Down
12 changes: 12 additions & 0 deletions _blueprints/Differentiable_Programming_for_Analysis.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: blueprint
visible: true
topic: Differentiable Programming for Analysis
meetingurl:
meetingdate:
focus-areas:
- AS
status: planned
location:
documents:
---
6 changes: 3 additions & 3 deletions _blueprints/HL_LHC_analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
layout: blueprint
visible: true
topic: Physics analysis at the HL-LHC
meetingurl:
meetingdate: Spring 2025
meetingurl: https://indico.cern.ch/event/1515493/
meetingdate: 2025-05-15
focus-areas:
- as
- doma
- ssl
status: proposed
status: complete
location: Virtual
documents:
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
layout: blueprint
visible: true
visible: false
topic: Integration of Data Management & Analysis Services (Coffea-Casa, ServiceX, Skyhook, etc)
meetingurl:
meetingdate:
focus-areas:
- doma
status: proposed
status: planned
location:
documents:
---
2 changes: 1 addition & 1 deletion _blueprints/SSL_and_the_IRIS-HEP_Grand_Challenges.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: blueprint
visible: true
visible: false
topic: SSL and the IRIS-HEP Grand Challenges
meetingurl:
meetingdate:
Expand Down
12 changes: 12 additions & 0 deletions _blueprints/Simulation_Based_Inference.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: blueprint
visible: true
topic: Simulation Based Inference (SBI)
meetingurl:
meetingdate:
focus-areas:
- AS
status: planned
location:
documents:
---
12 changes: 12 additions & 0 deletions _blueprints/Statistical_Ecosystem.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: blueprint
visible: true
topic: Statistical Ecosystem
meetingurl:
meetingdate:
focus-areas:
- AS
status: planned
location:
documents:
---
2 changes: 1 addition & 1 deletion _blueprints/Strengthening_Theory_Experiment_Connections.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: blueprint
visible: true
visible: false
topic: Strengthening Theory & Experiment Connections
meetingurl:
meetingdate:
Expand Down
2 changes: 1 addition & 1 deletion _blueprints/scalable_ai.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: blueprint
visible: true
visible: false
topic: Community work on Scalable AI
meetingurl:
meetingdate:
Expand Down
4 changes: 1 addition & 3 deletions _includes/list_blueprints.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@
{% case status %}
{% when "complete" %}
<span class="badge badge-pill badge-success">{{ status | capitalize }}</span>
{% when "scheduled" %}
<span class="badge badge-pill badge-primary">{{ status | capitalize }}</span>
{% when "proposed" %}
{% when "planned" %}
<span class="badge badge-pill badge-warning">{{ status | capitalize }}</span>
{% else %}
<span class="badge badge-pill badge-info">{{ "Unknown" | capitalize }}</span>
Expand Down
3 changes: 2 additions & 1 deletion _layouts/blueprint.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{% case status %}
{% when "complete" %}
<span class="badge badge-pill badge-success">{{ status | capitalize }}</span>
{% when "proposed" %}
{% when "planned" %}
<span class="badge badge-pill badge-warning">{{ status | capitalize }}</span>
{% else %}
<span class="badge badge-pill badge-info">{{ "Unknown" | capitalize }}</span>
Expand Down Expand Up @@ -65,3 +65,4 @@ <h1 class="alt-h2 text-center mb-0 mt-lg-6">{{page.topic}}</h1>

</body>
</html>

14 changes: 8 additions & 6 deletions pages/focus-areas/blueprint.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,20 @@ pagetype: focus-area

The Blueprint Activity is designed to inform the development and evolution of the IRIS-HEP strategic vision. At its core, it is a [series of workshops](https://indico.cern.ch/category/11329) that bring together IRIS-HEP team members, key stakeholders and domain experts from disciplines of importance to the Institute’s mission. The Blueprint Activity facilitates the Institute's role as an intellectual hub for software and computing R&D in high-energy particle physics and beyond.

![Blueprint](/assets/images/blueprint-process.png){:style="display:block; margin-left: auto; margin-right: auto; width: 75%"}
![Blueprint](/assets/images/blueprint-process.png){:style="display:block; margin-left: auto; margin-right: auto; width: 50%"}

{% assign blueprints = site.blueprints | where_exp:"item", "item.visible != false and item.status != 'proposed'" | sort: 'meetingdate' | sort: 'status' -%}
{% assign blueprints = site.blueprints | where_exp:"item", "item.visible != false and item.status == 'planned'" | sort: 'meetingdate' | reverse -%}

## Completed / Scheduled
## Planned
{% include list_blueprints.html blueprints=blueprints %}
<br/>

{% assign blueprints = site.blueprints | where_exp:"item", "item.visible != false and item.status == 'proposed'" | sort: 'meetingdate' | sort: 'status' -%}
{% assign blueprints = site.blueprints | where_exp:"item", "item.visible != false and item.status == 'complete'" | sort: 'meetingdate' | reverse -%}

<br/>

## Proposed
## Completed
{% include list_blueprints.html blueprints=blueprints %}
<br/>

<br/>
<br/>