Skip to content

Commit 75b5a8e

Browse files
committed
Typo fixes and formatting changes.
1 parent 8909156 commit 75b5a8e

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

_episodes/02-rucio_usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ We can also combine tags and filter on several at once, e.g:
251251
rucio did list --filter 'electron_beam_energy==10, ion_beam_energy==250' 'epic:*'
252252
```
253253
254-
which will return only datasets with 10x250 collisions (10 GeV electron on 250 GeV ions using the standard ePIC conventions). We can keep adding filters in this manner as we like to really narrow down the DIDs we return with our query.
254+
which will return only datasets with 10x250 collisions (10 GeV electrons on 250 GeV ions using the standard ePIC conventions). We can keep adding filters in this manner as we like to really narrow down the DIDs we return with our query.
255255
256256
> ## `Exercise:`
257257
> Using tags, find the DIDs of the **latest**:

_episodes/03-use_cases.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ To find files that meet their requirements they could utilise the following tags
9393
- ion\_beam\_energy
9494
- generator
9595

96-
They may also want to use the `q2\_min` ad `q2\_max` tags, along with the `ion\_species` tags to narrow down to an even more specific subset of files. They may also want to analyse files with or without background enabled.
96+
They may also want to use the `q2_min` ad `q2_max` tags, along with the `ion_species` tags to narrow down to an even more specific subset of files. They may also want to analyse files with or without background enabled.
9797

9898
As they want to process a large number of files, **it is unlikely (and not recommended) that they download a large number of files to process them locally**. Instead, they may want to stream their files directly in their analysis script. They could do this via:
9999

@@ -168,7 +168,7 @@ with open('FileList', 'r') as file:
168168
# print(ak.type(chunk))
169169
```
170170

171-
Note that we have restricted these examples to only print out the first five files in the list we created. We can comment out the lines noted to process the full list (or adjust the cutoff value in the condition to process a different number).
171+
Note that we have restricted these examples to only print out the first five files in the list we created. We can comment out or change the lines as noted to process the full list (or adjust the cutoff value in the condition to process a different number).
172172

173173
> ## `Exercise:`
174174
> Using the suggested tags, find the **latest** available dataset for:
@@ -186,9 +186,7 @@ Discussion of use case based upon SIM data - To be added soon.
186186

187187
That wraps up our introduction to using Rucio and some example use cases and scenarios.
188188

189-
New tags may be added in the future. We're welcome to take on board any suggestions or changes as we roll out Rucio and it becomes more widely used. Get in touch via:
190-
191-
`stephen.kay@york.ac.uk`
189+
New tags may be added in the future. We're welcome to take on board any suggestions or changes as we roll out Rucio and it becomes more widely used. Get in touch via - [stephen.kay@york.ac.uk](stephen.kay@york.ac.uk)
192190

193191
or on Mattermost with suggestions, comments and feedback.
194192

0 commit comments

Comments
 (0)