{"id":51513015,"url":"https://github.com/computorg/computorg.github.io","last_synced_at":"2026-07-08T08:04:43.653Z","repository":{"id":41477174,"uuid":"346150242","full_name":"computorg/computorg.github.io","owner":"computorg","description":"source of the organisation website","archived":false,"fork":false,"pushed_at":"2026-07-01T10:10:10.000Z","size":124079,"stargazers_count":1,"open_issues_count":8,"forks_count":7,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-07-01T12:10:49.083Z","etag":null,"topics":["academic","journal","machinelearning","reproducibility","reproducible-research","reproducible-science","statistics"],"latest_commit_sha":null,"homepage":"https://computo-journal.org/","language":"F#","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/computorg.png","metadata":{"files":{"readme":"README.md","changelog":"news.yml","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},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":"alshedivat","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2021-03-09T21:32:37.000Z","updated_at":"2026-06-04T07:22:07.000Z","dependencies_parsed_at":"2024-07-19T14:03:53.043Z","dependency_job_id":"44c78dbb-38a9-4010-b64d-f853ff9117f2","html_url":"https://github.com/computorg/computorg.github.io","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/computorg/computorg.github.io","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/computorg%2Fcomputorg.github.io","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/computorg%2Fcomputorg.github.io/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/computorg%2Fcomputorg.github.io/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/computorg%2Fcomputorg.github.io/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/computorg","download_url":"https://codeload.github.com/computorg/computorg.github.io/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/computorg%2Fcomputorg.github.io/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35257345,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-08T02:00:06.796Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":["academic","journal","machinelearning","reproducibility","reproducible-research","reproducible-science","statistics"],"created_at":"2026-07-08T08:04:42.822Z","updated_at":"2026-07-08T08:04:43.647Z","avatar_url":"https://github.com/computorg.png","language":"F#","funding_links":["https://ko-fi.com/alshedivat"],"categories":[],"sub_categories":[],"readme":"\n# Organization website\n\nThis repository stores the source of Computorg.\n\n## How to contribute to the website\n\n### Quarto\n\nOur website has been built with [Quarto](https://quarto.org), an open-source scientific and technical publishing system. The first thing you need to compile the website is therefore to install Quarto, which can be done by downloading the corresponing installer here: \u003chttps://quarto.org/docs/get-started/\u003e.\n\n## Positron\n\nIf you are using the new [Positron IDE](https://positron.posit.co), quarto is already bundled with it. You can simply type `which quarto` within the built-in terminal in Positron and add the returned path to your `PATH`.\n\n### Microsoft DotNet SDK\n\nYou need to install Microsoft DotNet SDK which is now v10.0. Installers can be found here: \u003chttps://dotnet.microsoft.com/en-us/download\u003e. Otherwise, you can install it on Unix systems via:\n\n- Linux:\n```bash\nsudo apt-get install dotnet-sdk-10.0\n```\n- macOS:\n```bash\nbrew install dotnet\n```\n\n### GitHub Personal Access Token\n\nYou need to connect to your GitHub account. \n\n- Go under *Settings*, scroll down until you see the *Developer settings* tab on the left sidebar and click on it. Follow the procedure to create a **classic** personal access token (PAT). Give it a name you will remember and remember to copy the PAT before closing the page.\n- Put the token in a file named `.env-secret` in the root of this repository\n\n```bash\nAPI_GITHUB_TOKEN=your_github_token\n```\n\n### Refresh local publication metadata\n\nThe publication metadata is generated locally from the Computorg GitHub repositories before the site is rendered. The refresh step updates these generated files:\n\n- `site/published.yml`\n- `site/published.xml`\n- `site/pipeline.yml`\n- `site/mock-papers.yml`\n\nTo refresh only the publication metadata, run:\n\n```bash\ndotnet run --project src/Build.fsproj -- -t UpdatePublications\n```\n\nThis command runs the `PublicationUpdater.Cli` app through the FAKE build entrypoint and writes the generated metadata files into `site/`.\n\nIf you want to refresh the metadata and then rebuild the full website, run:\n\n```bash\ndotnet run --project src/Build.fsproj\n```\n\nThe default build target runs publication refresh first and then executes `quarto render`.\n\nIf you only need to render the site from already-generated metadata, run:\n\n```bash\ndotnet run --project src/Build.fsproj -- -t RenderSite\n```\n\nNow, you can compile the website with `dotnet run --project src/Build.fsproj`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcomputorg%2Fcomputorg.github.io","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcomputorg%2Fcomputorg.github.io","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcomputorg%2Fcomputorg.github.io/lists"}