{"id":24402322,"url":"https://github.com/keller-mark/sc-star-site","last_synced_at":"2026-04-21T08:02:31.416Z","repository":{"id":272306592,"uuid":"859441758","full_name":"keller-mark/sc-star-site","owner":"keller-mark","description":null,"archived":false,"fork":false,"pushed_at":"2025-06-23T18:32:12.000Z","size":84,"stargazers_count":0,"open_issues_count":7,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-12-27T17:50:22.824Z","etag":null,"topics":["hidivelab"],"latest_commit_sha":null,"homepage":"https://keller-mark.github.io/sc-star-site/","language":"JavaScript","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/keller-mark.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-09-18T17:04:22.000Z","updated_at":"2025-06-23T18:32:15.000Z","dependencies_parsed_at":"2025-06-14T20:26:30.894Z","dependency_job_id":"d0a7626b-c0b9-4ec8-87fc-54e4c8a9c59a","html_url":"https://github.com/keller-mark/sc-star-site","commit_stats":null,"previous_names":["keller-mark/sc-star-site"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/keller-mark/sc-star-site","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keller-mark%2Fsc-star-site","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keller-mark%2Fsc-star-site/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keller-mark%2Fsc-star-site/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keller-mark%2Fsc-star-site/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/keller-mark","download_url":"https://codeload.github.com/keller-mark/sc-star-site/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keller-mark%2Fsc-star-site/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32082780,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T06:27:27.065Z","status":"ssl_error","status_checked_at":"2026-04-21T06:27:21.250Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["hidivelab"],"created_at":"2025-01-20T00:59:57.146Z","updated_at":"2026-04-21T08:02:31.366Z","avatar_url":"https://github.com/keller-mark.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sc-star-site\n\nStatic astro site to share literature survey qualitative coding results in the format output by [qdpx-to-json](https://github.com/keller-mark/qdpx-to-json).\n\n\n```sh\nrm -rf ./src/content/codes\nrm -rf ./src/content/quotations\nrm -rf ./src/content/sources\nrm -rf ./src/content/code_groups\nrm -rf ./src/content/source_groups\n\ncp -r ../qdpx-to-json/data/out/content/codes ./src/content/codes\ncp -r ../qdpx-to-json/data/out/content/quotations ./src/content/quotations\ncp -r ../qdpx-to-json/data/out/content/sources ./src/content/sources\ncp -r ../qdpx-to-json/data/out/content/code_groups ./src/content/code_groups\ncp -r ../qdpx-to-json/data/out/content/source_groups ./src/content/source_groups\n\nrm -rf ./src/images\ncp -r ../qdpx-to-json/data/out/images ./src/images\n\npnpm run dev\n```\n\nDeployment\n\n```sh\nrm content.zip \u0026\u0026 cd ../qdpx-to-json/data/out/content/ \u0026\u0026 zip -r ../../../../sc-star-site/content.zip . \u0026\u0026 cd -\n# Upload the new content.zip to S3.\n# May also need to sync ../qdpx-to-json/data/out/images with the S3 bucket's images/ directory.\n```\n\n## 🚀 Project Structure\n\nInside of your Astro project, you'll see the following folders and files:\n\n```text\n/\n├── public/\n│   └── favicon.svg\n├── src/\n│   ├── components/\n│   │   └── Card.astro\n│   ├── layouts/\n│   │   └── Layout.astro\n│   └── pages/\n│       └── index.astro\n└── package.json\n```\n\nAstro looks for `.astro` or `.md` files in the `src/pages/` directory. Each page is exposed as a route based on its file name.\n\nThere's nothing special about `src/components/`, but that's where we like to put any Astro/React/Vue/Svelte/Preact components.\n\nAny static assets, like images, can be placed in the `public/` directory.\n\n## 🧞 Commands\n\nAll commands are run from the root of the project, from a terminal:\n\n| Command                   | Action                                           |\n| :------------------------ | :----------------------------------------------- |\n| `npm install`             | Installs dependencies                            |\n| `npm run dev`             | Starts local dev server at `localhost:4321`      |\n| `npm run build`           | Build your production site to `./dist/`          |\n| `npm run preview`         | Preview your build locally, before deploying     |\n| `npm run astro ...`       | Run CLI commands like `astro add`, `astro check` |\n| `npm run astro -- --help` | Get help using the Astro CLI                     |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeller-mark%2Fsc-star-site","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkeller-mark%2Fsc-star-site","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeller-mark%2Fsc-star-site/lists"}