From a5d795c406bb3d4d2e5235dd8edcb66e31217e25 Mon Sep 17 00:00:00 2001 From: asapcatftw <31966895+asapcatftw@users.noreply.github.com> Date: Tue, 8 Oct 2024 12:15:24 -0400 Subject: [PATCH 1/2] Adding CARC to HarrisburgU Adding new site "CARC" for HarrisburgU --- .../Harrisburg - CARC/SITE.yaml | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 topology/Harrisburg University of Science and Technology/Harrisburg - CARC/SITE.yaml diff --git a/topology/Harrisburg University of Science and Technology/Harrisburg - CARC/SITE.yaml b/topology/Harrisburg University of Science and Technology/Harrisburg - CARC/SITE.yaml new file mode 100644 index 000000000..1f4ed7e2a --- /dev/null +++ b/topology/Harrisburg University of Science and Technology/Harrisburg - CARC/SITE.yaml @@ -0,0 +1,22 @@ +# LongName is the expanded name of the site +LongName: Harrisburg University CARC +# Description is a brief description of your site +Description: Center for Advancement in Research Computing at Harrisburg University +# AddressLine1 is the street address of the site +AddressLine1: 326 Market St +### AddressLine2 (optional) is the second line of the street address +# AddressLine2: Room 101 +# City is the city the site is located in +City: Harrisburg + +# Country is the country the site is located in +Country: United States +### State (optional) is the state or province the site is located in +State: Pennsylvania +### Zipcode (optional) is the zipcode/postal code of the site +# Zipcode: "01234" + +# Latitude is the latitude of the site (positive values are in the northern hemisphere) +Latitude: 40.26 +# Longitude is the longitude of the site (positive values are in the eastern hemisphere) +Longitude: -76.88 From 2352afd7c00f778bfc8c6f0b6ca712ca56675cba Mon Sep 17 00:00:00 2001 From: asapcatftw <31966895+asapcatftw@users.noreply.github.com> Date: Tue, 8 Oct 2024 12:19:09 -0400 Subject: [PATCH 2/2] Fixed latitude and longitude --- .../Harrisburg - CARC/SITE.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/topology/Harrisburg University of Science and Technology/Harrisburg - CARC/SITE.yaml b/topology/Harrisburg University of Science and Technology/Harrisburg - CARC/SITE.yaml index 1f4ed7e2a..84057e042 100644 --- a/topology/Harrisburg University of Science and Technology/Harrisburg - CARC/SITE.yaml +++ b/topology/Harrisburg University of Science and Technology/Harrisburg - CARC/SITE.yaml @@ -17,6 +17,6 @@ State: Pennsylvania # Zipcode: "01234" # Latitude is the latitude of the site (positive values are in the northern hemisphere) -Latitude: 40.26 +Latitude: 40.261965 # Longitude is the longitude of the site (positive values are in the eastern hemisphere) -Longitude: -76.88 +Longitude: -76.880203