From a284c6e0acc05fd1a11fbb8a75faaa96ec2a57c8 Mon Sep 17 00:00:00 2001 From: Jason Gochanour Date: Mon, 20 May 2024 16:05:33 -0500 Subject: [PATCH 1/4] addint travel grant information --- pages/attend/travel.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/pages/attend/travel.md b/pages/attend/travel.md index 9843399..5d9448f 100644 --- a/pages/attend/travel.md +++ b/pages/attend/travel.md @@ -37,6 +37,17 @@ US-RSE'24. - Hotel Andaluz Albuquerque, Curio Collection - 330 Tijeras Ave NW, Albuquerque, NM 87102 (0.1 miles away) +## Travel Grants + +The US-RSE ’24 conference will again be offering travel grants. + +- Travel grants can be used for transportation, registration, and/or accommodations. +- Meals will be provided at the conference on conference days. +- Priority will be given... + - to those having an accepted submission at the US-RSE’24 conference. + - to enhance the diversity of participants. +- The form to apply for travel grants will be available by early August. + ## Things To Do - Old Town Walking, History & Ghost Tours From 74c9d4fe74e9e188e1e109aa945825dfbef8bae3 Mon Sep 17 00:00:00 2001 From: Jason Gochanour Date: Mon, 20 May 2024 17:08:11 -0500 Subject: [PATCH 2/4] Lauren Milechin submitted a request due 2024-05-27 Fixes #45 Updated per reviewers. --- .vscode/extensions.json | 5 +++++ pages/attend/travel.md | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) create mode 100644 .vscode/extensions.json diff --git a/.vscode/extensions.json b/.vscode/extensions.json new file mode 100644 index 0000000..007a0d3 --- /dev/null +++ b/.vscode/extensions.json @@ -0,0 +1,5 @@ +{ + "recommendations": [ + "yzhang.markdown-all-in-one" + ] +} \ No newline at end of file diff --git a/pages/attend/travel.md b/pages/attend/travel.md index 5d9448f..e9faaf2 100644 --- a/pages/attend/travel.md +++ b/pages/attend/travel.md @@ -39,14 +39,14 @@ US-RSE'24. ## Travel Grants -The US-RSE ’24 conference will again be offering travel grants. +The US-RSE ’24 conference will again be offering travel grants via an application process. - Travel grants can be used for transportation, registration, and/or accommodations. - Meals will be provided at the conference on conference days. -- Priority will be given... - - to those having an accepted submission at the US-RSE’24 conference. - - to enhance the diversity of participants. -- The form to apply for travel grants will be available by early August. +- Priority will be given to... + - those having an accepted submission at the US-RSE’24 conference. + - enhance the diversity of participants. +- The form to apply for travel grants will be available by **early August**. ## Things To Do From 98ea4346473f9e674d7a2837c4875480787bb0ea Mon Sep 17 00:00:00 2001 From: Kristina Riemer Date: Wed, 22 May 2024 08:12:16 -0700 Subject: [PATCH 3/4] Update pages/attend/travel.md --- pages/attend/travel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/attend/travel.md b/pages/attend/travel.md index e9faaf2..f478cb8 100644 --- a/pages/attend/travel.md +++ b/pages/attend/travel.md @@ -39,7 +39,7 @@ US-RSE'24. ## Travel Grants -The US-RSE ’24 conference will again be offering travel grants via an application process. +The US-RSE’24 conference will again be offering travel grants via an application process. - Travel grants can be used for transportation, registration, and/or accommodations. - Meals will be provided at the conference on conference days. From 58d443c707354890b45e9bdfcaf371ce0b0068c0 Mon Sep 17 00:00:00 2001 From: "J.C. Subida" Date: Wed, 22 May 2024 10:57:45 -0500 Subject: [PATCH 4/4] Add .vscode to .gitignore - Remove .vscode folder --- .gitignore | 3 +++ .vscode/extensions.json | 5 ----- 2 files changed, 3 insertions(+), 5 deletions(-) delete mode 100644 .vscode/extensions.json diff --git a/.gitignore b/.gitignore index 1ce0e4c..e413fcc 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,9 @@ _site .vagrant Gemfile.lock +# VS Code +.vscode/* + # general .DS_Store Thumbs.db diff --git a/.vscode/extensions.json b/.vscode/extensions.json deleted file mode 100644 index 007a0d3..0000000 --- a/.vscode/extensions.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "recommendations": [ - "yzhang.markdown-all-in-one" - ] -} \ No newline at end of file