{"id":29639119,"url":"https://github.com/neotomadb/landingpagev3","last_synced_at":"2025-07-21T20:08:18.350Z","repository":{"id":211500681,"uuid":"723122879","full_name":"NeotomaDB/landingpagev3","owner":"NeotomaDB","description":"A repository for the updated (Vue3) Neotoma Landing Pages","archived":false,"fork":false,"pushed_at":"2025-07-18T20:05:18.000Z","size":1785,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-07-19T00:09:13.577Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NeotomaDB.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-11-24T18:42:43.000Z","updated_at":"2025-07-18T20:05:21.000Z","dependencies_parsed_at":"2025-04-29T20:24:12.718Z","dependency_job_id":"8972a42a-70d2-42e2-83e7-a6289bd8cd04","html_url":"https://github.com/NeotomaDB/landingpagev3","commit_stats":null,"previous_names":["neotomadb/landingpagev3"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/NeotomaDB/landingpagev3","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NeotomaDB%2Flandingpagev3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NeotomaDB%2Flandingpagev3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NeotomaDB%2Flandingpagev3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NeotomaDB%2Flandingpagev3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NeotomaDB","download_url":"https://codeload.github.com/NeotomaDB/landingpagev3/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NeotomaDB%2Flandingpagev3/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266371486,"owners_count":23918862,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-21T11:47:31.412Z","response_time":64,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-07-21T20:08:11.302Z","updated_at":"2025-07-21T20:08:18.330Z","avatar_url":"https://github.com/NeotomaDB.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003c!-- badges: start --\u003e\n\n[![NSF-1948926](https://img.shields.io/badge/NSF-1948926-blue.svg)](https://nsf.gov/awardsearch/showAward?AWD_ID=1948926)\n\n[![lifecycle](https://img.shields.io/badge/lifecycle-active-orange.svg)]\n\n\u003c!-- badges: end --\u003e\n\n# Neotoma Paleoecology Database Landing Pages (Vue3)\n\nThis project is used to update the prior `Vue.js` landing page application to serve [Neotoma Paleoecology Database](http://neotomadb.org/) datasets as landing pages using Vue3, to be served as a cloud application.\n\nThe page leverages the [Neotoma v2 API](http://github.com/NeotomaDB/api_nodetest) and existing database structure to provide a consistently styled landing page for all Neotoma Datasets, as well as exposing properly formatted JSON-LD metadata for consumption.\n\n## Contributors\n\nThis project is an open project, and contributions are welcome from any individual.  All contributors to this project are bound by a [code of conduct](CODE_OF_CONDUCT.md).  Please review and follow this code of conduct as part of your contribution.\n\n* [![orcid](https://img.shields.io/badge/orcid-0000--0002--2700--4605-brightgreen.svg)](https://orcid.org/0000-0002-2700-4605) [Simon Goring](http://goring.org)\n* Michael Stryker\n* [The Neotoma Paleoecology Database](http://neotomadb.org)\n\n## Project Setup\n\nThis project is developed with `node.js` and Vue (v3). To run the project locally first ensure you have [node installed](https://nodejs.org/en/download). Once node is installed either download or clone this repository to a local folder and run the following command inside the folder:\n\n```sh\nnpm install\n```\n\n### Compile and Hot-Reload for Development\n\n```sh\nnpm run dev\n```\n\n### Compile and Minify for Production\n\n```sh\nnpm run build\n```\n\n### Run Unit Tests with [Vitest](https://vitest.dev/)\n\n```sh\nnpm run test:unit\n```\n\n### Run End-to-End Tests with [Playwright](https://playwright.dev)\n\n```sh\n# Install browsers for the first run\nnpx playwright install\n\n# When testing on CI, must build the project first\nnpm run build\n\n# Runs the end-to-end tests\nnpm run test:e2e\n# Runs the tests only on Chromium\nnpm run test:e2e -- --project=chromium\n# Runs the tests of a specific file\nnpm run test:e2e -- tests/example.spec.ts\n# Runs the tests in debug mode\nnpm run test:e2e -- --debug\n```\n\n### Lint with [ESLint](https://eslint.org/)\n\n```sh\nnpm run lint\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneotomadb%2Flandingpagev3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneotomadb%2Flandingpagev3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneotomadb%2Flandingpagev3/lists"}