forked from alan-turing-institute/scivision
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into add-project-0978E406-3ADD-477B-87C3-F9D7846D…
…C52E
- Loading branch information
Showing
153 changed files
with
33,498 additions
and
19,770 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
name: "New Project" | ||
about: "A suggestion for a project to add to the catalog" | ||
title: '[PROJECT]' | ||
labels: ["catalog", "project"] | ||
--- | ||
|
||
It is recommended that you first read the information on how to [submit a project](https://scivision.readthedocs.io/en/latest/contributing.html#preparing-a-project-for-inclusion-in-the-catalog)). | ||
|
||
## Details | ||
|
||
<!-- Please add a brief description of the project below, and the related model(s) / dataset(s), when opening the issue --> | ||
|
||
|
||
## Checklist | ||
|
||
<!-- These tasks to be addressed after opening the issue - when the project has been added to the catalog, the issue can be closed. --> | ||
|
||
(More details can be found in the link above) | ||
|
||
- [ ] Associated model(s) / dataset(s) in the Scivision catalog | ||
- [ ] Catalog metadata .json file created using https://sci.vision/new-project | ||
- [ ] Thumbnail image created | ||
|
||
Then you have two choices (select the one you will follow): | ||
- [ ] Attach the .json file and the thumbnail to this issue. If you choose to do this, a scivision maintainer will open a PR on your behalf to add the project to the catalog. They will notify you when that has been done | ||
- [ ] Open a PR, and add the .json file details / thumbnail to the project catalog, as described in https://scivision.readthedocs.io/en/latest/contributing.html#manual-steps-for-adding-a-project. Request a review from the Scivision maintainers. | ||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
name: Auto-update check_models.js | ||
on: | ||
workflow_dispatch: | ||
schedule: | ||
- cron: '18 3 * * *' | ||
jobs: | ||
check-models: | ||
name: Check models and create check_models.js file | ||
runs-on: ubuntu-latest | ||
permissions: | ||
contents: write | ||
steps: | ||
- uses: actions/checkout@v4 | ||
with: | ||
ref: catalog-validation | ||
- uses: actions/setup-python@v4 | ||
with: | ||
python-version: '3.10' | ||
- name: Upgrade pip | ||
run: python -m pip install --upgrade pip | ||
- name: Install Scivision | ||
run: pip install -e . | ||
- name: Install chardet | ||
run: pip install chardet | ||
- name: Check model catalog | ||
run: scivision-check-models | ||
- name: Store artifact | ||
uses: actions/upload-artifact@v4 | ||
with: | ||
name: check-models-report | ||
path: check_models.js | ||
- name: Update check_models.js in frontend repository | ||
run: | | ||
mv -f check_models.js frontend/src/consts/check_models.js | ||
git config user.name "github-actions[bot]" | ||
git config user.email "41898282+github-actions[bot]@users.noreply.github.com" | ||
git pull origin catalog-validation | ||
git add . | ||
git commit -m "auto-update via GH Action" | ||
git push origin catalog-validation | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
cff-version: 1.2.0 | ||
title: scivision | ||
message: "If you use this software, please cite it using the metadata from this file." | ||
type: software | ||
authors: | ||
- given-names: Sebastian | ||
family-names: Ahnert | ||
- given-names: Meghna | ||
family-names: Asthana | ||
orcid: 'https://orcid.org/0000-0002-6101-8904' | ||
- given-names: Edward Jonathan | ||
family-names: Chalstrey | ||
orcid: 'https://orcid.org/0000-0003-2560-1294' | ||
- given-names: Alejandro | ||
family-names: Coca-Castro | ||
orcid: 'https://orcid.org/0000-0002-9264-1539' | ||
- given-names: Alden | ||
family-names: Conner | ||
orcid: 'https://orcid.org/0000-0003-0927-2267' | ||
- given-names: Evangeline Mae | ||
family-names: Corcoran | ||
orcid: 'https://orcid.org/0000-0003-0321-009X' | ||
- given-names: Beatriz | ||
family-names: Costa-Gomes | ||
orcid: 'https://orcid.org/0000-0002-1073-8442' | ||
- given-names: Isabel S. | ||
family-names: Fenton | ||
orcid: 'https://orcid.org/0000-0001-7174-0725' | ||
- given-names: J. Scott | ||
family-names: Hosking | ||
orcid: 'https://orcid.org/0000-0002-3646-3504' | ||
- given-names: Alan R | ||
family-names: Lowe | ||
orcid: 'https://orcid.org/0000-0002-0558-3597' | ||
- given-names: Oliver | ||
family-names: Strickson | ||
orcid: 'https://orcid.org/0000-0002-8177-5582' | ||
- given-names: Samuel | ||
family-names: Tonks | ||
orcid: 'https://orcid.org/0009-0008-1408-1493' | ||
repository-code: 'https://github.com/alan-turing-institute/scivision' | ||
url: 'https://sci.vision/' | ||
identifiers: | ||
- type: doi | ||
value: '10.5281/zenodo.10792860' | ||
keywords: | ||
- computer vision | ||
- image analysis | ||
license: BSD-3-Clause | ||
|
Oops, something went wrong.