From 60f676fed4b59bfa9df85fabf91f688792d88cc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jennifer=20C=2E=20Gir=C3=B3n?= Date: Tue, 15 Oct 2024 15:41:06 -0500 Subject: [PATCH 01/12] Update gh-pages.yml Updated branches: ["main", "setup"] on line 5 --- .github/workflows/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 7382d050..501861fc 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -2,7 +2,7 @@ name: public-build on: push: - branches: [main, setup] + branches: ["main", "setup"] workflow_dispatch: jobs: From e90e5b7063348cd97d6e9ca5166bb98fd93ec396 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jennifer=20C=2E=20Gir=C3=B3n?= Date: Tue, 15 Oct 2024 15:41:45 -0500 Subject: [PATCH 02/12] Update api.yml Added Curculionidae project info --- config/api.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/api.yml b/config/api.yml index c9f521bb..36875929 100644 --- a/config/api.yml +++ b/config/api.yml @@ -1,3 +1,3 @@ --- - url: - project_token: + url: https://sfg.taxonworks.org/api/v1 + project_token: Ots0-yen4dVefn0Etyxvgw From 73265fc51950092beea12829e0fcfe962a541c8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jennifer=20C=2E=20Gir=C3=B3n?= Date: Tue, 15 Oct 2024 15:42:08 -0500 Subject: [PATCH 03/12] Update router.yml Updated to taxa --- config/router.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/router.yml b/config/router.yml index 684e65b4..a3f8a488 100644 --- a/config/router.yml +++ b/config/router.yml @@ -1,3 +1,3 @@ --- - base_url: /taxonpages/ - hash_mode: true \ No newline at end of file + base_url: /taxa/ + hash_mode: true From 145e163faea13d389f6d541f8574310eff2e564d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Pereira?= Date: Tue, 15 Oct 2024 18:13:18 -0300 Subject: [PATCH 04/12] Update and rename gh-pages.yml to deploy.yml --- .../workflows/{gh-pages.yml => deploy.yml} | 45 +++++++++++-------- 1 file changed, 26 insertions(+), 19 deletions(-) rename .github/workflows/{gh-pages.yml => deploy.yml} (57%) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/deploy.yml similarity index 57% rename from .github/workflows/gh-pages.yml rename to .github/workflows/deploy.yml index 501861fc..c6cbc4b0 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/deploy.yml @@ -1,36 +1,32 @@ -name: public-build - +name: Deploy to GitHub Pages on: push: - branches: ["main", "setup"] + branches: + - main + - setup workflow_dispatch: jobs: build: runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: ref: 'main' fetch-depth: 0 - - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: ref: 'setup' fetch-depth: 0 path: _setup - - name: Insert setup branch run: cp -r _setup/* . - - name: Setup Node.js - uses: actions/setup-node@v1 + uses: actions/setup-node@v4 with: node-version: '16' - - name: Cache dependencies - uses: actions/cache@v2 + uses: actions/cache@v4 id: npm-cache with: path: ~/.npm @@ -43,14 +39,25 @@ jobs: - name: Build public view run: npm run build - - name: Deploy to GitHub Pages - uses: crazy-max/ghaction-github-pages@v2 + - name: Upload artifact + uses: actions/upload-pages-artifact@v3 with: - target_branch: gh-pages - build_dir: dist - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + path: ./dist + + deploy: + needs: build + permissions: + pages: write + id-token: write + + environment: + name: github-pages + url: ${{ steps.deployment.outputs.page_url }} + runs-on: ubuntu-latest + steps: + - name: Deploy to GitHub Pages + id: deployment + uses: actions/deploy-pages@v4 permissions: contents: write - From dcd2ded54241ccf9037a38f678d85f908ff3c960 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jennifer=20C=2E=20Gir=C3=B3n?= Date: Tue, 15 Oct 2024 16:17:00 -0500 Subject: [PATCH 05/12] Update copyright.yml Info added --- config/copyright.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/copyright.yml b/config/copyright.yml index 8510cadb..7dd53327 100644 --- a/config/copyright.yml +++ b/config/copyright.yml @@ -1,4 +1,4 @@ ---- - copyright_image: - copyright_image_link: - copyright_text: "Copyright CC0" + --- +copyright_image: http://licensebuttons.net/l/by/4.0/80x15.png +copyright_image_link: https://creativecommons.org/licenses/by/4.0/ +copyright_text: "Copyright CC-BY" From a8f17a0f83c266e80114edc19b08f304dbc658e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jennifer=20C=2E=20Gir=C3=B3n?= Date: Tue, 15 Oct 2024 17:22:17 -0500 Subject: [PATCH 06/12] Update project.yml Updated with relevant information --- config/project.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/project.yml b/config/project.yml index 541c5b49..e60bd0e2 100644 --- a/config/project.yml +++ b/config/project.yml @@ -1,5 +1,5 @@ --- - project_name: My project - project_citation: - project_url: - project_authors: + project_name: Curculionidae of the World Online + project_citation: Curculionidae of the World Online + project_url: Curculionidae.github.io/taxa + project_authors: Yunakov, N., Girón Duque, J.C., Brown, S., del Río, M.G., Rincón, J., Cortés-Hernández, K., Cabras, A. (2024) From de43b470c087dc458e45ecd92fb7f724d55cf6f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jennifer=20C=2E=20Gir=C3=B3n?= Date: Tue, 15 Oct 2024 17:27:11 -0500 Subject: [PATCH 07/12] Update home.md Updated with relevant information. --- pages/home.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/pages/home.md b/pages/home.md index 380d6160..d4911e7a 100644 --- a/pages/home.md +++ b/pages/home.md @@ -1,21 +1,20 @@ --- -title: The title -lead: Taxa from your imagination to the web -project: Your project +title: Curculionidae of the World +lead: A taxonomic catalog curated in [TaxonWorks](https://taxonworks.org) +project: Curculionidae --- # {{frontmatter.title}} _{{frontmatter.lead}}_ ## Overview -Welcome to *{{ frontmatter.project }}*, a website of taxon pages generated from the {{ frontmatter.project }} Project, a comprehensive collaborative effort managed in [TaxonWorks](https://taxonworks.org). +Welcome to *Curculionidae of the World*, a website of taxon pages generated from the {{Curculionidae}} Project, a comprehensive collaborative effort managed in [TaxonWorks](https://taxonworks.org). ## Get started! ## Announcements -* 5/1/2022 - We've grown! -* 1/1/2022 - Our website is live! +* 2024-10-15 - Curculionidae of the World has been released! ## Find out more -Learn how to collaborate with the {{ frontmatter.title }} project. Contact information, technical details, and more are available at [About](/about). +Learn how to collaborate with the {{Curculionidae}} project. Contact information, technical details, and more are available at [About](/about). From 08e76d88a9871c96de26b4859cd7322347f6da9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Pereira?= Date: Tue, 15 Oct 2024 19:30:25 -0300 Subject: [PATCH 08/12] Update copyright.yml --- config/copyright.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/copyright.yml b/config/copyright.yml index 7dd53327..e1f3ddc3 100644 --- a/config/copyright.yml +++ b/config/copyright.yml @@ -1,4 +1,3 @@ - --- copyright_image: http://licensebuttons.net/l/by/4.0/80x15.png copyright_image_link: https://creativecommons.org/licenses/by/4.0/ -copyright_text: "Copyright CC-BY" +copyright_text: Copyright CC-BY From 6f2fc2a1d9341aee571a88b952c2118d97ddc2cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jennifer=20C=2E=20Gir=C3=B3n?= Date: Tue, 15 Oct 2024 17:37:43 -0500 Subject: [PATCH 09/12] Update home.md Reverted changes to instances of *{{ frontmatter.project }}* --- pages/home.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/home.md b/pages/home.md index d4911e7a..9637a484 100644 --- a/pages/home.md +++ b/pages/home.md @@ -8,7 +8,7 @@ project: Curculionidae _{{frontmatter.lead}}_ ## Overview -Welcome to *Curculionidae of the World*, a website of taxon pages generated from the {{Curculionidae}} Project, a comprehensive collaborative effort managed in [TaxonWorks](https://taxonworks.org). +Welcome to *{{ frontmatter.project }}*, a website of taxon pages generated from the {{ frontmatter.project }} Project, a comprehensive collaborative effort managed in [TaxonWorks](https://taxonworks.org). ## Get started! @@ -17,4 +17,4 @@ Welcome to *Curculionidae of the World*, a website of taxon pages generated from * 2024-10-15 - Curculionidae of the World has been released! ## Find out more -Learn how to collaborate with the {{Curculionidae}} project. Contact information, technical details, and more are available at [About](/about). +Learn how to collaborate with the {{ frontmatter.project }} project. Contact information, technical details, and more are available at [About](/about). From ad0bc841bb361e7ccb89e6a81521c41c583558ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jennifer=20C=2E=20Gir=C3=B3n?= Date: Tue, 15 Oct 2024 17:43:07 -0500 Subject: [PATCH 10/12] Update home.md Added disclaimer --- pages/home.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pages/home.md b/pages/home.md index 9637a484..d67984a0 100644 --- a/pages/home.md +++ b/pages/home.md @@ -1,6 +1,6 @@ --- title: Curculionidae of the World -lead: A taxonomic catalog curated in [TaxonWorks](https://taxonworks.org) +lead: A taxonomic catalog curated in TaxonWorks project: Curculionidae --- @@ -14,7 +14,10 @@ Welcome to *{{ frontmatter.project }}*, a website of taxon pages generated from ## Announcements -* 2024-10-15 - Curculionidae of the World has been released! +* 2024-10-15 - Curculionidae of the World has been released! + +## Disclaimer +This catalog is a work in progress. So far the effort has been dedicated to the subfamily Entiminae. If you find information gaps in Entiminae, or if you would like to join the effort to update any Curculionid group, just send us an email at WeevilWorkers@gmail.com. ## Find out more Learn how to collaborate with the {{ frontmatter.project }} project. Contact information, technical details, and more are available at [About](/about). From 5cd27a835a0bd7a0f58e742d0da069d6c77e6cde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jennifer=20C=2E=20Gir=C3=B3n?= Date: Tue, 15 Oct 2024 18:31:17 -0500 Subject: [PATCH 11/12] Update about.md Added relevant info --- pages/about.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/pages/about.md b/pages/about.md index 71023764..bd5658d8 100644 --- a/pages/about.md +++ b/pages/about.md @@ -1,8 +1,8 @@ --- title: About -contact_email: user@example.com -copyright: All content is CC 0 so that it maybe be shared throughout the world in places like Wikipedia. -citation: Project collaborative. 2022. Website title. Available at https://example.com. +contact_email: WeevilWorkers@gmail.com +copyright: All content is CC 0 so that it may be be shared throughout the world. +citation: Yunakov, N., Girón Duque, J.C., Brown, S., del Río, M.G., Rincón, J., Cortés-Hernández, K., Cabras, A. (2024) Available at [https://curculionidae.github.io/taxa/#/](https://curculionidae.github.io/taxa/#/) --- # {{frontmatter.title}} @@ -11,16 +11,18 @@ citation: Project collaborative. 2022. Website title. Available at https://examp Please contact us if you need extended access to the data underlying here. The TaxonWorks interfaces used to curate these data include wide range of additional filtering, reporting, and curatorial functionality. With a little training from us we'd be happy to provide you access to this additional functionality. Over time we expect this site to gradually mirror that extended functionality. ## Contact -If you have a question, want to report new data relevant to the project, or have error our preferred means of contact is to file an issue on our [project tracker](https://github.com/our/project/tracker). You can also [chat live with us](https://slackservername). We can also be reached via [email](mailto:{{frontmatter.contact_email}}). +If you have a question, want to report new data relevant to the project, or have an error, our preferred means of contact is to file an issue on our [project tracker](https://github.com/our/project/tracker). We can also be reached via [email](mailto:{{frontmatter.contact_email}}). ## Team _Please contact us if you would like to join this effort._ -Made possible by the wonderful: -* Gandalf - Technical lead -* Aragorn - Outside advisor -* Frodo - Lead curator -* Samwise - Emotional support +* Nikolai Yunakov - Project lead and curator (Entiminae) +* Jennifer Girón - Taxon Pages technical lead and curator (Entiminae - Americas) +* Samuel Brown - Curator (Entiminae) +* Guadalupe del Río - Curator (Entiminae: Naupactini) +* Judy Rincón - Curator (Entiminae: Eudiagogini) +* Kevin Cortés-Hernández -Curator (Entiminae: Tanymecini) +* Analyn Cabras - Curator (Entiminae: Pachyrhynchini) ## Citing * This website - {{frontmatter.citation}} @@ -30,7 +32,7 @@ Made possible by the wonderful: Data for these pages is collaboratively curated online in a [TaxonWorks](https://taxonworks) project. All data behind this site served as JSON through calls to a [TaxonWorks API](https://api.taxonworks.org). You can follow along by using the Console of your browser to explore the Network tab. ## Technical -Want to create your own site? This website is built completely on open-source software. There is a [site template](https://github.com/SpeciesFileGroup/) with more information. Data are curated in a [TaxonWorks](https://taxonworks.org) project then shared via a [TaxonWorks API](https://api.taxonworks.org). Come [chat](https://gitter.im/SpeciesFileGroup/taxonworks) with the TaxonWorks community at any time. +Want to create your own site? This website is built completely on open-source software. There is a [site template](https://github.com/SpeciesFileGroup/taxonpages) with more information. Data are curated in a [TaxonWorks](https://taxonworks.org) project then shared via a [TaxonWorks API](https://api.taxonworks.org). Come [chat](https://gitter.im/SpeciesFileGroup/taxonworks) with the TaxonWorks community at any time. ## Copyright _{{frontmatter.copyright}}_ From 438638435d6a2b83c7af63a8206550b395744a08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jennifer=20C=2E=20Gir=C3=B3n?= Date: Tue, 15 Oct 2024 18:34:25 -0500 Subject: [PATCH 12/12] Update header.yml Added Entiminae header --- config/header.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config/header.yml b/config/header.yml index 0531b452..90cdd401 100644 --- a/config/header.yml +++ b/config/header.yml @@ -1,9 +1,12 @@ --- header_logo_url: - header_logo_text: My project + header_logo_text: Curculionidae of the World header_links: - label: Home link: / - label: About link: /about + + - label: Entiminae + link: /otus/712818/overview