-
Notifications
You must be signed in to change notification settings - Fork 244
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into 2024-july-catchup
- Loading branch information
Showing
41 changed files
with
1,073 additions
and
605 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Department: Physics and Astronomy | ||
Description: 'Work in the interdisciplinary fields in theoretical condensed matter | ||
physics, quantum information science and statistical physics. My research focuses | ||
on non-equilibrium dynamics of quantum many-particle systems, especially open quantum | ||
systems and disordered systems. My "Quantum Dynamics and Information" group at LSU | ||
will focus on three integrated research areas: (1) entanglement dynamics in monitored | ||
quantum circuits, (2) manipulation of quantum material by light and (3) dynamics | ||
of disordered systems and thermalization.' | ||
FieldOfScience: Physics | ||
FieldOfScienceID: '40.0808' | ||
InstitutionID: https://osg-htc.org/iid/lk45ajqlj7f1 | ||
Organization: Louisiana State University | ||
PIName: Ahana Chakraborty |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Description: >- | ||
Using machine learning techniques that discover solutions with anatomically and temporally structured sparsity, | ||
we aim to test representational predictions from cognitive psychology using whole-brain neuroimaging datasets. | ||
Department: Department of Psychology | ||
FieldOfScience: Behavioral Science | ||
Organization: Louisiana State University | ||
PIName: Christopher Cox | ||
InstitutionID: 'https://osg-htc.org/iid/lk45ajqlj7f1' | ||
FieldOfScienceID: '30.1701' |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ | |
from webapp.common import readfile, to_xml_bytes, to_json_bytes, Filters, support_cors, simplify_attr_list, is_null, \ | ||
escape, cache_control_private, PreJSON, is_true, GRIDTYPE_1, GRIDTYPE_2, NamespacesFilters | ||
from webapp.flask_common import create_accepted_response | ||
from webapp.exceptions import DataError, ResourceNotRegistered, ResourceMissingService | ||
from webapp.exceptions import DataError, ResourceNotRegistered, ResourceMissingServices | ||
from webapp.forms import GenerateDowntimeForm, GenerateResourceGroupDowntimeForm, GenerateProjectForm | ||
from webapp.models import GlobalData | ||
from webapp.oasis_managers import get_oasis_manager_endpoint_info | ||
|
@@ -603,7 +603,7 @@ def _get_cache_authfile(public_only): | |
fqdn=cache_fqdn, | ||
legacy=app.config["STASHCACHE_LEGACY_AUTH"], | ||
suppress_errors=False) | ||
except (ResourceNotRegistered, ResourceMissingService) as e: | ||
except (ResourceNotRegistered, ResourceMissingServices) as e: | ||
return Response("# {}\n" | ||
"# Please check your query or contact [email protected]\n" | ||
.format(str(e)), | ||
|
@@ -627,7 +627,7 @@ def _get_origin_authfile(public_only): | |
try: | ||
auth = stashcache.generate_origin_authfile(global_data=global_data, fqdn=request.args['fqdn'], | ||
suppress_errors=False, public_origin=public_only) | ||
except (ResourceNotRegistered, ResourceMissingService) as e: | ||
except (ResourceNotRegistered, ResourceMissingServices) as e: | ||
return Response("# {}\n" | ||
"# Please check your query or contact [email protected]\n" | ||
.format(str(e)), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
topology/Montana State University/Montana State RCI/MTState-Tempest_downtime.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
- Class: SCHEDULED | ||
ID: 1861471608 | ||
Description: Bianual Updates | ||
Severity: Severe | ||
StartTime: Jul 15, 2024 14:00 +0000 | ||
EndTime: Jul 18, 2024 14:00 +0000 | ||
CreatedTime: Jul 16, 2024 16:26 +0000 | ||
ResourceName: MTState-Tempest-CE1 | ||
Services: | ||
- CE | ||
# --------------------------------------------------------- |
Oops, something went wrong.