Skip to content

Commit 82388d0

Browse files
committed
Split submitting a new request out as a new section.
1 parent 8eaca4b commit 82388d0

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

_episodes/01-introduction.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ These are linked to specific software releases following the same format.
3232

3333
Various types of files are produced as part of the simulation campaign as we will discuss in the next section. The files you may wish to access will differ depending upon your use case. In this tutorial, we will explore a few different common use cases and the types of files you may want in each.
3434

35+
### Submitting a New Simulation Request
36+
3537
If you would like to submit a new request to a future campaign for a dataset that is not in production, please follow the following process:
3638

3739
1. Coordinate with your physics or detector working group and the detector subsystem or physics analysis co-ordinators to add your request to the overview spreadsheet and assign a priority.
@@ -64,7 +66,4 @@ Why? This change isn't just to make everybody learn something new, it is also a
6466

6567
> You may also find reference to an S3 server. This is now deprecated and cannot be used.
6668
> If you find such references or instructions to S3 server usage in tutorial material, please raise an issue on the GitHub page for this tutorial flagging that this should be removed.
67-
{: .callout}
68-
69-
70-
69+
{: .callout}

files/DIDlist_Parse.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
if [ "$#" -ne 1 ]; then
55
echo ""
66
echo "!!! ERROR !!! - Expected 1 argument - !!! ERROR !!!"
7-
echo "Expect - DID dataset to parse"
7+
echo "Expect - DID for a dataset to parse"
88
echo "!!! ERROR !!! - Expected 1 argument - !!! ERROR !!!"
99
echo ""
1010
exit 0

0 commit comments

Comments
 (0)