Skip to content

Commit 7a7e98e

Browse files
committed
Merge mentors list
2 parents 8ad5cca + 22740ed commit 7a7e98e

File tree

187 files changed

+8123
-616
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

187 files changed

+8123
-616
lines changed

.github/config/mdcheck.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,22 @@
1111
},
1212
{
1313
"pattern": "https://ariostas.com"
14+
},
15+
{
16+
"pattern": "https://indico.desy.de"
1417
}
1518
],
1619
"replacementPatterns": [
1720
{
1821
"pattern": "^/(.*)",
19-
"replacement": "https://hepsoftwarefoundation.org/$1"
22+
"replacement": "/_site/$1"
2023
},
2124
{
2225
"pattern": "^\\s*{{\\s*site.baseurl\\s*}}\\s*/(.*)",
23-
"replacement": "https://hepsoftwarefoundation.org/$1"
26+
"replacement": "/_site/$1"
2427
}
2528
],
29+
"projectBaseUrl": "/__w/hsf.github.io/",
2630
"timeout": "20s",
2731
"retryOn429": true,
2832
"retryCount": 5,

.github/workflows/link_check.yaml

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,23 @@
1-
name: link_checker
1+
name: Check Markdown links
22

33
on: [push, pull_request]
44

55
jobs:
6-
check_new_links:
7-
name: link_checker
6+
markdown-link-check:
87
runs-on: ubuntu-latest
9-
container: hepsoftwarefoundation/hsf-jekyll
8+
strategy:
9+
fail-fast: false
1010
steps:
11-
- name: checkout repository
11+
- name: Checkout
1212
uses: actions/checkout@v4
13-
14-
- name: jekyll build
15-
run: |
16-
bundler exec jekyll build
17-
18-
- name: actions link checker
13+
- name: Ruby Install
14+
uses: ruby/setup-ruby@v1
15+
with:
16+
ruby-version: '3.2'
17+
bundler-cache: true
18+
- name: Jekyll Build
19+
run: bundler exec jekyll build
20+
- name: Check Links
1921
uses: gaurav-nelson/github-action-markdown-link-check@v1
2022
with:
2123
config-file: '.github/config/mdcheck.json'

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
repos:
22
- repo: https://github.com/klieret/jekyll-relative-url-check
3-
rev: v2.0.1
3+
rev: v2.0.2
44
hooks:
55
- id: jekyll-relative-url-check-html
66
- id: jekyll-relative-url-check-markdown
77
- repo: https://github.com/codespell-project/codespell
8-
rev: 'v2.2.5'
8+
rev: 'v2.3.0'
99
hooks:
1010
- id: codespell
1111
args: ["-I", "codespell.txt"]
1212
types_or: ["markdown"]
1313
exclude: '(organization/_posts/2016/.*)|(organization/_posts/2017/.*)|(organization/_posts/2018/.*)|(organization/_posts/2019/.*)|(organization/_posts/2020/.*)|(organization/_posts/2021/.*)|(organization/_posts/2022/.*)'
1414
- repo: https://github.com/pre-commit/pre-commit-hooks
15-
rev: v4.4.0
15+
rev: v5.0.0
1616
hooks:
1717
- id: check-json
1818
- id: check-yaml

Gemfile

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,4 @@
11
source "https://rubygems.org"
22

3-
gem 'jekyll-feed'
4-
gem "github-pages", ">= 150"
5-
gem "html-proofer"
6-
7-
# Suggested by Jekyll
8-
gem 'wdm', '>= 0.1.0' if Gem.win_platform?
9-
10-
# Required on Windows
11-
gem 'tzinfo-data' if Gem.win_platform?
12-
13-
# Needed for Ruby > 3.1? due to changed dependencies
14-
gem 'webrick'
3+
gem 'tzinfo-data' # Required for Windows, harmless on other platforms
4+
gem 'github-pages', group: :jekyll_plugins

_activities/analysisfacilitiesforum.md renamed to _activities-archive/analysisfacilitiesforum.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22
title: Analysis Facilities Forum
33
author: Mark Neubauer
44
layout: plain
5+
redirect_from:
6+
- /activities/analysisfacilitiesforum.html
57
---
68

79
## Overview
810

9-
The Analysis Facilities (AF) Forum provides a community platform for those interested in contributing to the development of analysis facilities for use by HEP experiments, serving as a space to develop and exchange ideas. We interpret “development” in the broad sense, including the contribution of ideas from potential end users for functionality to support the analysis of HEP data, specification and planning of the facilities themselves, and technical developments needed to realize AFs. HEP experiments have their own internal processes for developing and deploying AFs; this AF Forum is intended to support and strengthen those efforts by sharing amongst a broader community the key ideas and developments. The AF Forum also collaborates with related [HSF Working Groups]({{site.baseurl}}/what_are_WGs.html), such as the [Data Analysis Working Group]({{site.baseurl}}/workinggroups/dataanalysis.html) and the [PyHEP Working Group]({{site.baseurl}}/workinggroups/pyhep.html), and with [WLCG](https://wlcg.web.cern.ch) and [IRIS-HEP](https://iris-hep.org) projects.
11+
The Analysis Facilities (AF) Forum provides a community platform for those interested in contributing to the development of analysis facilities for use by HEP experiments, serving as a space to develop and exchange ideas. We interpret “development” in the broad sense, including the contribution of ideas from potential end users for functionality to support the analysis of HEP data, specification and planning of the facilities themselves, and technical developments needed to realize AFs. HEP experiments have their own internal processes for developing and deploying AFs; this AF Forum is intended to support and strengthen those efforts by sharing amongst a broader community the key ideas and developments. The AF Forum also collaborates with related [HSF Activity Areas]({{ site.baseurl }}/what_are_activities.html), such as the [Data Analysis Activity Area]({{ site.baseurl }}/activities/dataanalysis.html) and the [PyHEP Activity Area]({{ site.baseurl }}/activities/pyhep.html), and with [WLCG](https://wlcg.web.cern.ch) and [IRIS-HEP](https://iris-hep.org) projects.
1012

1113
The development of future analysis facilities is of great interest to the HEP community, with considerable recent progress. There are numerous ongoing efforts to stand up AFs that utilize new tools and techniques to help make data analysis tasks easier, more performant, and more reproducible.
1214

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
title: "Conditions Databases"
33
author: "Paul James Laycock"
44
layout: plain
5+
redirect_from:
6+
- /activities/conditionsdb.html
57
---
68

79
Discussions between Conditions Database experts across several HEP experiments took place as part of the HSF Community White Paper process in 2016/2017, producing a white paper describing best practice for a Conditions Database schema design: HSF-CWP-2017-03 [(arXiv)](https://arxiv.org/abs/1901.05429). That document provides a starting point for continuing cross-experiment discussions. The level of consensus across the experiments on guiding principles was very encouraging, with agreement that good design features include:

_activities/differentiablecomputing.md renamed to _activities-archive/differentiablecomputing.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
title: Differentiable Computing
33
author: Nathan Simpson
44
layout: plain
5+
redirect_from:
6+
- /activities/differentiablecomputing.html
57
---
68

79
## Why make things differentiable?
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
---
22
title: "Frameworks"
33
layout: plain
4-
redirect_from: activities/frameworks.html
4+
redirect_from:
5+
- /activities/frameworks.html
6+
- /workinggroups/frameworks.html
57
---
68

79
## Mandate
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ layout: plain
55
redirect_from:
66
- /workinggroups/Visualisation.html
77
- /workinggroups/visualisation.html
8+
- /activities/visualization.html
89
---
910

1011
The Visualisation Activity Area gathers experts, developers, users and all people from the Particle Physics community interested in interactive data visualisation and event displays.
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
---
22
title: Data Analysis
33
layout: plain
4+
redirect_from:
5+
- /workinggroups/dataanalysis.html
46
---
57

6-
Building on previous work, the Data Analysis Working Group aims to eliminate
8+
Building on previous work, the Data Analysis Activity Area aims to eliminate
79
the time spent by physicists working on monotonous and laborious tasks while
810
performing physics analysis, and to make the publication of physics results
911
efficient both in terms of human and computing resources.

0 commit comments

Comments
 (0)