https://github.com/bcote-anl/gce-zrdp-search-portal
Instance of the Globus ZRDP search portal for the GCE astronomy prototype
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.5%) to scientific vocabulary
Repository
Instance of the Globus ZRDP search portal for the GCE astronomy prototype
Basic Info
- Host: GitHub
- Owner: bcote-anl
- Default Branch: main
- Size: 21.5 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
🧪 BETA 🧪
This is template repository used to generate a static Globus-powered research search portal.
View the result at: globus.github.io/template-search-portal.
While this repository is a working example of a search portal, it is also a template for creating your own static research search portal.
Creating Your Own Static Research Search Portal
- Create a new repository from the globus/template-search-portal template.
- Update your repository to allow publishing with GitHub Actions.
- Ensure your GitHub Pages are configured to Enforce HTTPS
- Update the
static.jsonto include:data.attributes.globus.search.index– The Globus Search Index UUID that will be used source results from.- Optional: Set the
data.attributes.globus.search.facetsto enable facet-based filtering. - See the static.json type definitions for more configuration options.
- That's it! The changes made (and any future changes) to the
static.jsonwill trigger a GitHub Action that will automatically build and deploy your research data portal to your GitHub Pages URL.
Private Globus Search Indexes (Authentication)
If your Globus Search Index is private, you'll want to include authentication to your portal.
- Register an application on Globus – https://app.globus.org/settings/developers
- You'll be creating an OAuth public client; This option is presented as "Register a thick client or script that will be installed and run by users on their devices".
- Update the Redirects to include your GitHub Pages URL +
/authenticate, i.e.,https://globus.github.io/template-data-portal/authenticate,https://{username}.github.io/{repository}/authenticate- If you have configured your GitHub Pages to use a custom domain, this will be
https://{domain}/authenticate - It is important to note that Globus Auth requires HTTPS.
- If you have configured your GitHub Pages to use a custom domain, this will be
- Update the
static.jsonto include:data.attributes.globus.application.client_id– The UUID of the client created in the previous step.
Common Changes after Creating Your Portal
- Result + Result Listing Rendering – Update the
data.attributes.components.Resultanddata.attributes.components.ResultListingto reference specific properties on your indexed data. - Edit/Remove the
CITATIONfile – Update theCITATION.cfffile to reflect the appropriate citation information for your research data portal – learn more aboutCITATIONfiles. - Removing this section of the README – Remove this section from the
README.mdfile or update the README to meet your needs.
Features + Functionality
Search Portal
- Powered by Globus
- Search for documents in a Globus Search Index with support for facets.
GitHub Repository
📄 Hosted via GitHub Pages – Users can access your data portal at this repository's GitHub Pages URL. Use all the functionality built-in to GitHub pages to suit your needs, including configuring a custom domain.
🚀 Automated Deployments via GitHub Actions – Any file changes will result in the deployment (and rebuild) of your data portal.
- You can manually trigger a deployment by navigating to the Actions tab and selecting the static workflow.
🤖 Dependabot – A default Dependabot configuration (
.github/dependabot.yml) to keep your repository up-to-date with latest changes to globus/static-search-portal.
static.json
The type used for data by the @globus/static-search-portal generator.
Type declaration
See: https://github.com/globus/static-search-portal/blob/main/docs/modules.md#data
Field Types
Advanced Customization
JSONata Support
Owner
- Login: bcote-anl
- Kind: user
- Repositories: 1
- Profile: https://github.com/bcote-anl
GitHub Events
Total
- Delete event: 6
- Issue comment event: 4
- Pull request event: 10
- Create event: 6
Last Year
- Delete event: 6
- Issue comment event: 4
- Pull request event: 10
- Create event: 6
Dependencies
- 219 dependencies
- @globus/static-search-portal 0.8.3