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
2 changes: 1 addition & 1 deletion _activities-archive/conditionsdb.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Discussions between Conditions Database experts across several HEP experiments t
* The ability to cache queries as well as payloads
* Separation of payload queries from metadata queries

Importantly, the group needed to agree on a definition of conditions data, concluding that in the context of large scale NHEP computing challenges it is the subset of non-event data used in event-data processing, often using distributed computing resources. These use cases have strong connections to several other HSF working groups, including
Importantly, the group needed to agree on a definition of "conditions data", concluding that in the context of large scale NHEP computing challenges it is the subset of non-event data used in event-data processing, often using distributed computing resources. These use cases have strong connections to several other HSF working groups, including
[Reconstruction and Software Triggers]({{ site.baseurl}}/workinggroups/recotrigger.html),
[Detector Simulation]({{ site.baseurl}}/workinggroups/detsim.html),
[Data Analysis]({{ site.baseurl}}/workinggroups/dataanalysis.html), and
Expand Down
2 changes: 1 addition & 1 deletion _training/educators.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Educators"
layout: plain
---

The [HSF training group]({{ site.baseurl }}/workinggroups/training.html) relies on proactive and dedicated educators coming from *within* the field of high energy physics. Here we aim to introduce you to what it means to be an HSF-Educator, the different types of roles that exist, and who has served the community by giving their time and energy to bootstrapping the education of HEP. If you are interested in serving as an educator, please do not hesitate to contact the HSF-Training conveners for more details.
The [HSF training group]({{ site.baseurl }}/activities/training.html) relies on proactive and dedicated educators coming from *within* the field of high energy physics. Here we aim to introduce you to what it means to be an HSF-Educator, the different types of roles that exist, and who has served the community by giving their time and energy to bootstrapping the education of HEP. If you are interested in serving as an educator, please do not hesitate to contact the HSF-Training conveners for more details.

If you want to organize a complete workshop, we also have [recommendations on that]({{ site.baseurl }}/training/howto-event.html).

Expand Down
2 changes: 1 addition & 1 deletion jekyll-beginners.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ This method can be used to convert a GoogleDoc document to markdown. To do it, u
Please prefix `{{ site.baseurl }}` in your markdown links, for example

```
[link text]({{ site.baseurl}}/workinggroups/dataanalysis.html)
[link text]({{ site.baseurl}}/activities/dataanalysis.html)
```
{% endraw %}

Expand Down