From c37a39e131873ed96e2d6a27b4a083a21084e3bf Mon Sep 17 00:00:00 2001 From: Ruth Hoffmann Date: Thu, 30 May 2024 10:03:39 +0100 Subject: [PATCH 01/16] typo fix --- location.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/location.md b/location.md index 18c2316..1f3426c 100644 --- a/location.md +++ b/location.md @@ -27,7 +27,7 @@ The meeting takes place in building 48 in floor 4 (which is the second above gro [Map of the campus and town.](https://www.st-andrews.ac.uk/media/university/maps/wwwmap.pdf) -The closest airport international airport is the Edinburgh airport. From there, there are various shuttle service or public transport options to St Andrews. For public transports, Google Map information is generally reliable. +The closest airport international airport is Edinburgh airport. From there, there are various shuttle service or public transport options to St Andrews. For public transports, Google Map information is generally reliable. If travelling by train, the closest train station is Leuchars. You can get to St Andrews in 15 minutes via the frequent 99 bus service. From af56d4922ab878d403ef75b10da42b50ab56fdd0 Mon Sep 17 00:00:00 2001 From: Ruth Hoffmann Date: Mon, 1 Jul 2024 11:26:07 +0200 Subject: [PATCH 02/16] added participants --- location.md | 2 +- participants.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/location.md b/location.md index 1f3426c..7a8e64f 100644 --- a/location.md +++ b/location.md @@ -27,7 +27,7 @@ The meeting takes place in building 48 in floor 4 (which is the second above gro [Map of the campus and town.](https://www.st-andrews.ac.uk/media/university/maps/wwwmap.pdf) -The closest airport international airport is Edinburgh airport. From there, there are various shuttle service or public transport options to St Andrews. For public transports, Google Map information is generally reliable. +The closest airport international airport is Edinburgh airport. From there, there are various shuttle service or public transport options to St Andrews. For public transports, Google Map information is generally reliable. If travelling by train, the closest train station is Leuchars. You can get to St Andrews in 15 minutes via the frequent 99 bus service. diff --git a/participants.md b/participants.md index b60ce8c..b80fbdb 100644 --- a/participants.md +++ b/participants.md @@ -11,6 +11,13 @@ participants: - {name: Michael Young, affiliation: University of St Andrews} - {name: James Mitchell, affiliation: University of St Andrews} - {name: Surinder Kaur, affiliation: SRM University-AP} + - {name: Shaun Alan Isherwood, affiliation: University of Aberdeen} + - {name: Lukas Schnelle, affiliation: SLA, ART at RWTH Aachen} + - {name: Manoj Kumar, affiliation: Harish-Chandra Research Institute, Prayagraj} + - {name: Suraj Singh Khurana, affiliation: Department of Mathematics, SRM University AP, Andhra Pradesh, India pradesh } + - {name: Leila Ghanbari, affiliation: University of Tehran, Iran} + - {name: Jan De Beule, affiliation: Vrije Universiteit Brussel} + - {name: Manuel Delgado, affiliation: University of Porto} ---
    {% assign participants = page.participants | sort: "name" %} From a0bc230060addc44bc53229a6227ad49dee9ef02 Mon Sep 17 00:00:00 2001 From: Ruth Hoffmann Date: Wed, 3 Jul 2024 15:13:41 +0200 Subject: [PATCH 03/16] Fixed YAML in participants list --- participants.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/participants.md b/participants.md index b80fbdb..bc19ca3 100644 --- a/participants.md +++ b/participants.md @@ -2,22 +2,22 @@ layout: page title: Participants participants: - - {name: Mun See Chang, affiliation: University of St Andrews} - - {name: Ruth Hoffmann, affiliation: University of St Andrews} - - {name: Max Horn, affiliation: University of Kaiserslautern-Landau} - - {name: Olexandr Konovalov, affiliation: University of St Andrews} - - {name: Rhys Evans, affiliation: Institute of Mathematics, Physics and Mechanics} - - {name: Markus Pfeiffer, affiliation: Huawei R&D Edinburgh} - - {name: Michael Young, affiliation: University of St Andrews} - - {name: James Mitchell, affiliation: University of St Andrews} - - {name: Surinder Kaur, affiliation: SRM University-AP} - - {name: Shaun Alan Isherwood, affiliation: University of Aberdeen} - - {name: Lukas Schnelle, affiliation: SLA, ART at RWTH Aachen} - - {name: Manoj Kumar, affiliation: Harish-Chandra Research Institute, Prayagraj} - - {name: Suraj Singh Khurana, affiliation: Department of Mathematics, SRM University AP, Andhra Pradesh, India pradesh } - - {name: Leila Ghanbari, affiliation: University of Tehran, Iran} - - {name: Jan De Beule, affiliation: Vrije Universiteit Brussel} - - {name: Manuel Delgado, affiliation: University of Porto} + - {name: Mun See Chang, affiliation: "University of St Andrews"} + - {name: Ruth Hoffmann, affiliation: "University of St Andrews"} + - {name: Max Horn, affiliation: "University of Kaiserslautern-Landau"} + - {name: Olexandr Konovalov, affiliation: "University of St Andrews"} + - {name: Rhys Evans, affiliation: "Institute of Mathematics, Physics and Mechanics"} + - {name: Markus Pfeiffer, affiliation: "Huawei R&D Edinburgh"} + - {name: Michael Young, affiliation: "University of St Andrews"} + - {name: James Mitchell, affiliation: "University of St Andrews"} + - {name: Surinder Kaur, affiliation: "SRM University-AP"} + - {name: Shaun Alan Isherwood, affiliation: "University of Aberdeen"} + - {name: Lukas Schnelle, affiliation: "SLA, ART at RWTH Aachen"} + - {name: Manoj Kumar, affiliation: "Harish-Chandra Research Institute, Prayagraj"} + - {name: Suraj Singh Khurana, affiliation: "Department of Mathematics, SRM University AP, Andhra Pradesh, India pradesh "} + - {name: Leila Ghanbari, affiliation: "University of Tehran, Iran"} + - {name: Jan De Beule, affiliation: "Vrije Universiteit Brussel"} + - {name: Manuel Delgado, affiliation: "University of Porto"} ---
      {% assign participants = page.participants | sort: "name" %} From acdbd616a44d8ad7beec25fdc11f8b1912189afd Mon Sep 17 00:00:00 2001 From: Ruth Hoffmann Date: Wed, 3 Jul 2024 15:17:38 +0200 Subject: [PATCH 04/16] Updates to participant list --- participants.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/participants.md b/participants.md index bc19ca3..96dc7bc 100644 --- a/participants.md +++ b/participants.md @@ -6,15 +6,15 @@ participants: - {name: Ruth Hoffmann, affiliation: "University of St Andrews"} - {name: Max Horn, affiliation: "University of Kaiserslautern-Landau"} - {name: Olexandr Konovalov, affiliation: "University of St Andrews"} - - {name: Rhys Evans, affiliation: "Institute of Mathematics, Physics and Mechanics"} + - {name: Rhys Evans, affiliation: "Institute of Mathematics, Physics and Mechanics, Ljubljana, Slovenia"} - {name: Markus Pfeiffer, affiliation: "Huawei R&D Edinburgh"} - {name: Michael Young, affiliation: "University of St Andrews"} - {name: James Mitchell, affiliation: "University of St Andrews"} - {name: Surinder Kaur, affiliation: "SRM University-AP"} - {name: Shaun Alan Isherwood, affiliation: "University of Aberdeen"} - {name: Lukas Schnelle, affiliation: "SLA, ART at RWTH Aachen"} - - {name: Manoj Kumar, affiliation: "Harish-Chandra Research Institute, Prayagraj"} - - {name: Suraj Singh Khurana, affiliation: "Department of Mathematics, SRM University AP, Andhra Pradesh, India pradesh "} + - {name: Manoj Kumar, affiliation: "Harish-Chandra Research Institute, Prayagraj"} + - {name: Suraj Singh Khurana, affiliation: "Department of Mathematics, SRM University AP, Andhra Pradesh, India"} - {name: Leila Ghanbari, affiliation: "University of Tehran, Iran"} - {name: Jan De Beule, affiliation: "Vrije Universiteit Brussel"} - {name: Manuel Delgado, affiliation: "University of Porto"} From 224209ffc771bafa8b1329ebdb89d9e235040ce3 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 3 Jul 2024 15:19:37 +0200 Subject: [PATCH 05/16] Update participants.md: add countries --- participants.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/participants.md b/participants.md index 96dc7bc..92c264e 100644 --- a/participants.md +++ b/participants.md @@ -2,22 +2,22 @@ layout: page title: Participants participants: - - {name: Mun See Chang, affiliation: "University of St Andrews"} - - {name: Ruth Hoffmann, affiliation: "University of St Andrews"} - - {name: Max Horn, affiliation: "University of Kaiserslautern-Landau"} - - {name: Olexandr Konovalov, affiliation: "University of St Andrews"} + - {name: Mun See Chang, affiliation: "University of St Andrews, Scotland"} + - {name: Ruth Hoffmann, affiliation: "University of St Andrews, Scotland"} + - {name: Max Horn, affiliation: "University of Kaiserslautern-Landau, Germany"} + - {name: Olexandr Konovalov, affiliation: "University of St Andrews, Scotland"} - {name: Rhys Evans, affiliation: "Institute of Mathematics, Physics and Mechanics, Ljubljana, Slovenia"} - - {name: Markus Pfeiffer, affiliation: "Huawei R&D Edinburgh"} - - {name: Michael Young, affiliation: "University of St Andrews"} - - {name: James Mitchell, affiliation: "University of St Andrews"} - - {name: Surinder Kaur, affiliation: "SRM University-AP"} - - {name: Shaun Alan Isherwood, affiliation: "University of Aberdeen"} - - {name: Lukas Schnelle, affiliation: "SLA, ART at RWTH Aachen"} - - {name: Manoj Kumar, affiliation: "Harish-Chandra Research Institute, Prayagraj"} + - {name: Markus Pfeiffer, affiliation: "Huawei R&D Edinburgh, Scotland"} + - {name: Michael Young, affiliation: "University of St Andrews, Scotland"} + - {name: James Mitchell, affiliation: "University of St Andrews, Scotland"} + - {name: Surinder Kaur, affiliation: "SRM University-AP, India"} + - {name: Shaun Alan Isherwood, affiliation: "University of Aberdeen, Scotland"} + - {name: Lukas Schnelle, affiliation: "SLA, ART at RWTH Aachen, Germany"} + - {name: Manoj Kumar, affiliation: "Harish-Chandra Research Institute, Prayagraj, India"} - {name: Suraj Singh Khurana, affiliation: "Department of Mathematics, SRM University AP, Andhra Pradesh, India"} - {name: Leila Ghanbari, affiliation: "University of Tehran, Iran"} - - {name: Jan De Beule, affiliation: "Vrije Universiteit Brussel"} - - {name: Manuel Delgado, affiliation: "University of Porto"} + - {name: Jan De Beule, affiliation: "Vrije Universiteit Brussel, Belgium"} + - {name: Manuel Delgado, affiliation: "University of Porto, Portugal"} ---
        {% assign participants = page.participants | sort: "name" %} @@ -53,4 +53,4 @@ participants: \ No newline at end of file +--> From 6b306b9419ea9e582bbb5a792a37b335649488c3 Mon Sep 17 00:00:00 2001 From: Ruth Hoffmann Date: Wed, 3 Jul 2024 15:29:49 +0200 Subject: [PATCH 06/16] added participants --- participants.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/participants.md b/participants.md index 96dc7bc..9a5cce9 100644 --- a/participants.md +++ b/participants.md @@ -18,6 +18,9 @@ participants: - {name: Leila Ghanbari, affiliation: "University of Tehran, Iran"} - {name: Jan De Beule, affiliation: "Vrije Universiteit Brussel"} - {name: Manuel Delgado, affiliation: "University of Porto"} + - {name: Joseph Edwards, affiliation: "University of St Andrews"} + - {name: Peiran Wu, affiliation: "University of St Andrews"} + - {name: Wilf Wilson, affiliation: ""} ---
          {% assign participants = page.participants | sort: "name" %} From c9dda97b218fd7552430ba223639916ecc13cb74 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 3 Jul 2024 15:39:21 +0200 Subject: [PATCH 07/16] Update participants.md --- participants.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/participants.md b/participants.md index 2843ecb..165b091 100644 --- a/participants.md +++ b/participants.md @@ -20,7 +20,7 @@ participants: - {name: Manuel Delgado, affiliation: "University of Porto, Portugal"} - {name: Joseph Edwards, affiliation: "University of St Andrews, Scotland"} - {name: Peiran Wu, affiliation: "University of St Andrews, Scotland"} - - {name: Wilf Wilson, affiliation: ""} + - {name: Wilf Wilson} ---
            {% assign participants = page.participants | sort: "name" %} From 73866f0dac57af7a2fb12dd19f6fff69d1934a36 Mon Sep 17 00:00:00 2001 From: Ruth Hoffmann Date: Thu, 4 Jul 2024 12:18:44 +0200 Subject: [PATCH 08/16] updated participant list --- participants.md | 1 - 1 file changed, 1 deletion(-) diff --git a/participants.md b/participants.md index 165b091..4f10c5e 100644 --- a/participants.md +++ b/participants.md @@ -10,7 +10,6 @@ participants: - {name: Markus Pfeiffer, affiliation: "Huawei R&D Edinburgh, Scotland"} - {name: Michael Young, affiliation: "University of St Andrews, Scotland"} - {name: James Mitchell, affiliation: "University of St Andrews, Scotland"} - - {name: Surinder Kaur, affiliation: "SRM University-AP, India"} - {name: Shaun Alan Isherwood, affiliation: "University of Aberdeen, Scotland"} - {name: Lukas Schnelle, affiliation: "SLA, ART at RWTH Aachen, Germany"} - {name: Manoj Kumar, affiliation: "Harish-Chandra Research Institute, Prayagraj, India"} From 398fa4fdd1664c27eeba9635495b2465a4960278 Mon Sep 17 00:00:00 2001 From: Ruth Hoffmann Date: Fri, 5 Jul 2024 14:48:35 +0200 Subject: [PATCH 09/16] updated participants --- participants.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/participants.md b/participants.md index 4f10c5e..a43e7f4 100644 --- a/participants.md +++ b/participants.md @@ -13,13 +13,17 @@ participants: - {name: Shaun Alan Isherwood, affiliation: "University of Aberdeen, Scotland"} - {name: Lukas Schnelle, affiliation: "SLA, ART at RWTH Aachen, Germany"} - {name: Manoj Kumar, affiliation: "Harish-Chandra Research Institute, Prayagraj, India"} - - {name: Suraj Singh Khurana, affiliation: "Department of Mathematics, SRM University AP, Andhra Pradesh, India"} - {name: Leila Ghanbari, affiliation: "University of Tehran, Iran"} - {name: Jan De Beule, affiliation: "Vrije Universiteit Brussel, Belgium"} - {name: Manuel Delgado, affiliation: "University of Porto, Portugal"} - {name: Joseph Edwards, affiliation: "University of St Andrews, Scotland"} - {name: Peiran Wu, affiliation: "University of St Andrews, Scotland"} - {name: Wilf Wilson} + - {name: Jung Won Cho, affiliation: "University of St Andrews, Scotland"} + - {name: Meike Weiß, affiliation: "RWTH Aachen University, Germany"} + - {name: Kamil Zabielski, affiliation: "Bialystok University of Technology, Poland"} + - {name: Leonard Soicher, affiliation: "Queen Mary University of London, England"} + - {name: Tianrun Yang, affiliation: "University of St Andrews, Scotland"} ---
              {% assign participants = page.participants | sort: "name" %} From 9f53ec41d19bddc70fdb23cfc22750b63077f4ef Mon Sep 17 00:00:00 2001 From: Ruth Hoffmann Date: Mon, 8 Jul 2024 15:34:09 +0200 Subject: [PATCH 10/16] updated funding info --- registration.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/registration.md b/registration.md index f3a147e..19efe7c 100644 --- a/registration.md +++ b/registration.md @@ -23,7 +23,7 @@ To register please send an fill out the linked [form](https://forms.office.com/e We are looking for more talks, so please contact us via email and let us know if you would like to give a talk about your research! We welcome talks about computational mathematics research, which utilised GAP. ### On funding - +~~ We have some limited funding to support travel and accommodation costs (partially or fully) for participants in need of it. If you do so, please send an email to [{{site.email}}](mailto:{{site.email}}) containing the following information @@ -34,16 +34,22 @@ If you do so, please send an email to [{{site.email}}](mailto:{{site.email}}) co beneficial to the GAP system and community. Initial decisions on whether we can grant support and how much will be made -on **5th July 2024**. We may be able to support later applications -depending on funds left, so please don't hesitate to ask for funding after this date. +on **5th July 2024**. +~~ +The deadline has now passed. +We may be able to support later applications depending on funds left, so please don't hesitate to ask for funding after this date. ### Carer Fund - +~~ For these GAP Days we have also a small pot of funding to additionally support academics with caring responsibilities. If you are needing to cover additional costs arising from attending GAP Days, please email us with the same information as above and please add the estimated additional costs to support attendance. The deadline for the carer fund is the same as for the general funding (i.e. **5th July 2024**). +~~ +The deadline has now passed. +We may be able to support later applications depending on funds left, so please don't hesitate to ask for funding after this date. + ### Questions? From 36916858eac0e48246b0ccfde48ce6c33e03f8d8 Mon Sep 17 00:00:00 2001 From: Ruth Hoffmann Date: Mon, 8 Jul 2024 15:35:37 +0200 Subject: [PATCH 11/16] fixing markdown --- registration.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/registration.md b/registration.md index 19efe7c..76abe96 100644 --- a/registration.md +++ b/registration.md @@ -23,8 +23,7 @@ To register please send an fill out the linked [form](https://forms.office.com/e We are looking for more talks, so please contact us via email and let us know if you would like to give a talk about your research! We welcome talks about computational mathematics research, which utilised GAP. ### On funding -~~ -We have some limited funding to support travel and accommodation costs +~~ We have some limited funding to support travel and accommodation costs (partially or fully) for participants in need of it. If you do so, please send an email to [{{site.email}}](mailto:{{site.email}}) containing the following information @@ -34,19 +33,16 @@ If you do so, please send an email to [{{site.email}}](mailto:{{site.email}}) co beneficial to the GAP system and community. Initial decisions on whether we can grant support and how much will be made -on **5th July 2024**. -~~ +on **5th July 2024**. ~~ The deadline has now passed. We may be able to support later applications depending on funds left, so please don't hesitate to ask for funding after this date. ### Carer Fund -~~ -For these GAP Days we have also a small pot of funding to additionally support academics with caring responsibilities. +~~ For these GAP Days we have also a small pot of funding to additionally support academics with caring responsibilities. If you are needing to cover additional costs arising from attending GAP Days, please email us with the same information as above and please add the estimated additional costs to support attendance. -The deadline for the carer fund is the same as for the general funding (i.e. **5th July 2024**). -~~ +The deadline for the carer fund is the same as for the general funding (i.e. **5th July 2024**). ~~ The deadline has now passed. We may be able to support later applications depending on funds left, so please don't hesitate to ask for funding after this date. From a5695ae15dd0ef996962d72679e9cf200567e9b8 Mon Sep 17 00:00:00 2001 From: Ruth Hoffmann Date: Mon, 8 Jul 2024 15:38:18 +0200 Subject: [PATCH 12/16] fixing markdown part 2 --- registration.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/registration.md b/registration.md index 76abe96..c21991e 100644 --- a/registration.md +++ b/registration.md @@ -23,7 +23,7 @@ To register please send an fill out the linked [form](https://forms.office.com/e We are looking for more talks, so please contact us via email and let us know if you would like to give a talk about your research! We welcome talks about computational mathematics research, which utilised GAP. ### On funding -~~ We have some limited funding to support travel and accommodation costs +~~We have some limited funding to support travel and accommodation costs (partially or fully) for participants in need of it. If you do so, please send an email to [{{site.email}}](mailto:{{site.email}}) containing the following information @@ -33,16 +33,16 @@ If you do so, please send an email to [{{site.email}}](mailto:{{site.email}}) co beneficial to the GAP system and community. Initial decisions on whether we can grant support and how much will be made -on **5th July 2024**. ~~ +on **5th July 2024**.~~ The deadline has now passed. We may be able to support later applications depending on funds left, so please don't hesitate to ask for funding after this date. ### Carer Fund -~~ For these GAP Days we have also a small pot of funding to additionally support academics with caring responsibilities. +~~For these GAP Days we have also a small pot of funding to additionally support academics with caring responsibilities. If you are needing to cover additional costs arising from attending GAP Days, please email us with the same information as above and please add the estimated additional costs to support attendance. -The deadline for the carer fund is the same as for the general funding (i.e. **5th July 2024**). ~~ +The deadline for the carer fund is the same as for the general funding (i.e. **5th July 2024**).~~ The deadline has now passed. We may be able to support later applications depending on funds left, so please don't hesitate to ask for funding after this date. From 62b2aacafebbb293db4c0f1763d4c29d3b18d5a5 Mon Sep 17 00:00:00 2001 From: Ruth Hoffmann Date: Mon, 8 Jul 2024 15:43:13 +0200 Subject: [PATCH 13/16] fixing markdown part 3| --- registration.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/registration.md b/registration.md index c21991e..a8d1b6a 100644 --- a/registration.md +++ b/registration.md @@ -23,7 +23,7 @@ To register please send an fill out the linked [form](https://forms.office.com/e We are looking for more talks, so please contact us via email and let us know if you would like to give a talk about your research! We welcome talks about computational mathematics research, which utilised GAP. ### On funding -~~We have some limited funding to support travel and accommodation costs +We have some limited funding to support travel and accommodation costs (partially or fully) for participants in need of it. If you do so, please send an email to [{{site.email}}](mailto:{{site.email}}) containing the following information @@ -33,16 +33,16 @@ If you do so, please send an email to [{{site.email}}](mailto:{{site.email}}) co beneficial to the GAP system and community. Initial decisions on whether we can grant support and how much will be made -on **5th July 2024**.~~ +on **5th July 2024**. The deadline has now passed. We may be able to support later applications depending on funds left, so please don't hesitate to ask for funding after this date. ### Carer Fund -~~For these GAP Days we have also a small pot of funding to additionally support academics with caring responsibilities. +For these GAP Days we have also a small pot of funding to additionally support academics with caring responsibilities. If you are needing to cover additional costs arising from attending GAP Days, please email us with the same information as above and please add the estimated additional costs to support attendance. -The deadline for the carer fund is the same as for the general funding (i.e. **5th July 2024**).~~ +The deadline for the carer fund is the same as for the general funding (i.e. **5th July 2024**). The deadline has now passed. We may be able to support later applications depending on funds left, so please don't hesitate to ask for funding after this date. From f6593dc02cbc3c9cb573c7a2a99bf02e53c50bb8 Mon Sep 17 00:00:00 2001 From: Ruth Hoffmann Date: Mon, 8 Jul 2024 15:54:45 +0200 Subject: [PATCH 14/16] fixing markdown trying something --- registration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registration.md b/registration.md index a8d1b6a..0dd086a 100644 --- a/registration.md +++ b/registration.md @@ -33,7 +33,7 @@ If you do so, please send an email to [{{site.email}}](mailto:{{site.email}}) co beneficial to the GAP system and community. Initial decisions on whether we can grant support and how much will be made -on **5th July 2024**. +on 5th July 2024. The deadline has now passed. We may be able to support later applications depending on funds left, so please don't hesitate to ask for funding after this date. From da2f647b76efc01b5034edb9bd7ad473b82d2a81 Mon Sep 17 00:00:00 2001 From: Ruth Hoffmann Date: Mon, 8 Jul 2024 15:56:35 +0200 Subject: [PATCH 15/16] more messing around with strikethrough --- registration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/registration.md b/registration.md index 0dd086a..a582622 100644 --- a/registration.md +++ b/registration.md @@ -25,7 +25,7 @@ We are looking for more talks, so please contact ### On funding We have some limited funding to support travel and accommodation costs (partially or fully) for participants in need of it. -If you do so, please send an email to [{{site.email}}](mailto:{{site.email}}) containing the following information +If you do so, please send an email to {{site.email}} containing the following information - provide an estimate of much support you expect to need, and - include a brief explanation of the aims you hope to achieve during @@ -42,7 +42,7 @@ We may be able to support later applications depending on funds left, so please If you are needing to cover additional costs arising from attending GAP Days, please email us with the same information as above and please add the estimated additional costs to support attendance. -The deadline for the carer fund is the same as for the general funding (i.e. **5th July 2024**). +The deadline for the carer fund is the same as for the general funding (i.e. 5th July 2024). The deadline has now passed. We may be able to support later applications depending on funds left, so please don't hesitate to ask for funding after this date. From f3f5a07915ed983c9e774943dae901df52f14cc3 Mon Sep 17 00:00:00 2001 From: Ruth Hoffmann Date: Mon, 8 Jul 2024 16:04:17 +0200 Subject: [PATCH 16/16] final fixed to funding sections --- registration.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/registration.md b/registration.md index a582622..fe4e3c4 100644 --- a/registration.md +++ b/registration.md @@ -35,7 +35,7 @@ If you do so, please send an email to {{site.ema Initial decisions on whether we can grant support and how much will be made on 5th July 2024. The deadline has now passed. -We may be able to support later applications depending on funds left, so please don't hesitate to ask for funding after this date. +We may be able to support later applications depending on the amount, so please don't hesitate to ask. ### Carer Fund For these GAP Days we have also a small pot of funding to additionally support academics with caring responsibilities. @@ -44,8 +44,7 @@ the estimated additional costs to support attendance. The deadline for the carer fund is the same as for the general funding (i.e. 5th July 2024). The deadline has now passed. -We may be able to support later applications depending on funds left, so please don't hesitate to ask for funding after this date. - +We may be able to support later applications depending on the amount, so please don't hesitate to ask. ### Questions?