Skip to content

Commit

Permalink
Merge pull request #6 from aplbrain/staging
Browse files Browse the repository at this point in the history
Update EMBER Archive URL
  • Loading branch information
NEStock authored Feb 11, 2025
2 parents 8a8770d + d657a71 commit 4004679
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## EMBER: Ecosystem for Multi-modal Brain-behavior Experimentation and Research

[EMBER](https://app.emberarchive.org) is the BRAIN Initiative data archive for multi-modal neurophysical and behavioral data, supporting the Brain Behavior Quantification and Synchronization (BBQS) Program.
[EMBER](https://emberarchive.org) is the BRAIN Initiative data archive for multi-modal neurophysical and behavioral data, supporting the Brain Behavior Quantification and Synchronization (BBQS) Program.

## DANDI: Distributed Archives for Neurophysiology Data Integration

Expand Down
2 changes: 1 addition & 1 deletion dandiapi/api/services/embargo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def unembargo_dandiset(ds: Dandiset, user: User):
v.save()
logger.info('Version metadata updated')

# Pre-emptively validate version metadata, so that old validation
# Preemptively validate version metadata, so that old validation
# errors don't show up once un-embargo is finished
validate_version_metadata(version=v)
logger.info('Version metadata validated')
Expand Down
2 changes: 1 addition & 1 deletion dandiapi/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,12 +199,12 @@ def mutate_configuration(configuration: type[ComposedConfiguration]):
ALLOWED_HOSTS += [
'api-dandi.emberarchive.org',
'api-dandi-staging.emberarchive.org',

# Example from Linc-Archive
# 'linc-staging-terraform-0b817cb1246b.herokuapp.com/',
# 'api.lincbrain.org'
]


# NOTE: The staging configuration uses a custom OAuth toolkit `Application` model
# (`StagingApplication`) to allow for wildcards in OAuth redirect URIs (to support Netlify branch
# deploy previews, etc). Note that both the custom `StagingApplication` and default
Expand Down
4 changes: 2 additions & 2 deletions web/src/utils/constants.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const dandiUrl = 'https://dandiarchive.org';
const emberHomeUrl = 'https://app.emberarchive.org'; // TOOD - change to emberarchive.org soon
const emberAboutUrl = 'https://app.emberarchive.org/about';
const emberHomeUrl = 'https://emberarchive.org';
const emberAboutUrl = 'https://emberarchive.org/about';
const emberGitHubUrl = 'https://github.com/aplbrain/dandi-archive';
const dandiDocumentationUrl = 'https://docs.dandiarchive.org/10_using_dandi/';
const dandiHelpUrl = 'https://github.com/dandi/helpdesk/issues/new/choose';
Expand Down

0 comments on commit 4004679

Please sign in to comment.