{"id":46144653,"url":"https://github.com/iqss/dataverse-binder-redirect","last_synced_at":"2026-03-02T07:02:29.408Z","repository":{"id":227092891,"uuid":"770436603","full_name":"IQSS/dataverse-binder-redirect","owner":"IQSS","description":null,"archived":false,"fork":false,"pushed_at":"2024-03-11T20:41:38.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":18,"default_branch":"main","last_synced_at":"2024-04-16T03:47:52.746Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://iqss.github.io/dataverse-binder-redirect/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IQSS.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}},"created_at":"2024-03-11T14:50:34.000Z","updated_at":"2024-03-11T20:42:15.000Z","dependencies_parsed_at":"2024-03-11T16:22:10.966Z","dependency_job_id":"106b8db8-86ca-4b0f-ae8f-b5757120e7eb","html_url":"https://github.com/IQSS/dataverse-binder-redirect","commit_stats":null,"previous_names":["iqss/dataverse-binder-redirect"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/IQSS/dataverse-binder-redirect","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IQSS%2Fdataverse-binder-redirect","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IQSS%2Fdataverse-binder-redirect/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IQSS%2Fdataverse-binder-redirect/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IQSS%2Fdataverse-binder-redirect/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IQSS","download_url":"https://codeload.github.com/IQSS/dataverse-binder-redirect/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IQSS%2Fdataverse-binder-redirect/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29994618,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-02T01:47:34.672Z","status":"online","status_checked_at":"2026-03-02T02:00:07.342Z","response_time":60,"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":[],"created_at":"2026-03-02T07:02:24.387Z","updated_at":"2026-03-02T07:02:29.393Z","avatar_url":"https://github.com/IQSS.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dataverse Binder Redirect\n\nTo use Binder with Dataverse, please install the following [external tool][] manifest.\n\n[external tool]: https://guides.dataverse.org/en/latest/admin/external-tools.html\n\nOnce you do, a \"Binder\" button will appear under \"Access Dataset\". Clicking that button will send the user to a static page hosted on GitHub Pages (the code in this repo). The static page places the DOI of a dataset into a URL that Binder can understand and then redirects the user there.\n\nFor example, the user may click \"Binder\" and land on the static page at https://iqss.github.io/dataverse-binder-redirect/v1/?datasetPid=doi:10.7910/DVN/TJCLKP which will send the user to https://mybinder.org/v2/dataverse/10.7910/DVN/TJCLKP/\n\nPlease note that this redirect page will no longer be required once the Dataverse external tool framework supports putting parameters in the path (rather than just the query parameters) of a URL ([#9345](https://github.com/IQSS/dataverse/issues/9345)).\n\n```bash\ncurl -X POST -H 'Content-type: application/json' http://localhost:8080/api/admin/externalTools -d \\\n'{\n  \"displayName\": \"Binder\",\n  \"toolName\": \"binderExplorer\",\n  \"description\": \"Run on Binder\",\n  \"scope\": \"dataset\",\n  \"type\": \"explore\",\n  \"toolUrl\": \"https://iqss.github.io/dataverse-binder-redirect/v1/\",\n  \"toolParameters\": {\n    \"queryParameters\": [\n      {\n        \"datasetPid\": \"{datasetPid}\"\n      }\n    ]\n  }\n}'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiqss%2Fdataverse-binder-redirect","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiqss%2Fdataverse-binder-redirect","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiqss%2Fdataverse-binder-redirect/lists"}