Skip to content

Commit

Permalink
Merge pull request #2673 from clairbarrass/main
Browse files Browse the repository at this point in the history
Remove registration form fields - now reg in SAFE
  • Loading branch information
clairbarrass authored Dec 9, 2024
2 parents 1ec347c + a080433 commit 661aff9
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions training/register/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,17 +143,19 @@ <h3><label for="course">Please select one of the following courses </label></h3>
<input type="radio" name="course" required id="241126-int-sw-dev" value="Intermediate Research Software Development,26-28 November 2024, Belfast" /> <strong>Intermediate Research Software Development</strong>, 26-28 November 2024, Belfast <a href="https://www.archer2.ac.uk/training/courses/241126-int-sw-dev/">course details</a> <br />
<input type="radio" name="course" required id="241126-mpi" value="Message-passing programming with MPI, 26-27 November 2024, Birmingham" /> <strong>Message-passing programming with MPI</strong>, 26-27 November 2024, Birmingham <a href="https://www.archer2.ac.uk/training/courses/241126-mpi/">course details</a> <br />
<input type="radio" name="course" required id="241202-lammps" value="Introduction to LAMMPS, 2 and 9 December 2024, Online" /> <strong>Introduction to LAMMPS</strong>, 2 and 9 December 2024, Online <a href="https://www.archer2.ac.uk/training/courses/241202-lammps/">course details</a> <br />
<input type="radio" name="course" required id="241103-sycl" value="Cross-vendor GPU development with C++ and SYCL, 3 December 2024, Online" /> <strong>Cross-vendor GPU development with C++ and SYCL</strong>, 3 December 2024, Online <a href="https://www.archer2.ac.uk/training/courses/241203-sycl/">course details</a> <br />
-->

<input type="radio" name="course" required id="241103-sycl" value="Cross-vendor GPU development with C++ and SYCL, 3 December 2024, Online" /> <strong>Cross-vendor GPU development with C++ and SYCL</strong>, 3 December 2024, Online <a href="https://www.archer2.ac.uk/training/courses/241203-sycl/">course details</a> <br />

No courses available for registration via this route.<br><br>

Please visit our <a href="https://www.archer2.ac.uk/training/#upcoming-training">Upcoming Courses page</a> for available course registration.





<!--
Expand Down Expand Up @@ -278,8 +280,11 @@ <h3>Please complete your details</h3>
<p>
<label for="message"><strong>Any other information</strong> <i>(e.g. bursary requests (where advertised only))</i>:
Please use less than 500 characters.
-->
<!-- <br /><i><b>Lunches and refreshments are NOT provided</b> (unless explicitly advertised in the course details), but all training locations will have nearby catering outlets where these may be purchased.</i>
-->
<!--
</label><br />
<textarea id="message" name="message" rows="2" cols="72" maxlength="500" onchange="javascript:formChange()" ></textarea>
</p>
Expand All @@ -290,7 +295,7 @@ <h3>Please complete your details</h3>
<textarea id="reason" name="reason" rows="2" cols="72" maxlength="500" onchange="javascript:formChange()" ></textarea>
</p>

-->

<!-- <p><label for="gender"><strong>Gender *</strong></label><br />
<select id="gender" name="gender">
Expand All @@ -303,7 +308,7 @@ <h3>Please complete your details</h3>
</p>
-->


<!--
<p><label for="country"><strong>Nationality *</strong></label><br />
<select required name="country" id="country">
<option value="" label="Select a country ... " selected="selected">Select a country ... </option>
Expand Down Expand Up @@ -586,5 +591,7 @@ <h3>Please complete your details</h3>
<input type="reset" value="Clear Form" />
</p>
-->
</fieldset>
</form>

0 comments on commit 661aff9

Please sign in to comment.