{"id":22147260,"url":"https://github.com/centerforopenscience/exp-addons","last_synced_at":"2026-02-27T09:10:04.378Z","repository":{"id":136988206,"uuid":"50667950","full_name":"CenterForOpenScience/exp-addons","owner":"CenterForOpenScience","description":"Shared model and frame definitions for the Lookit/ Experimenter behavioral data collection service","archived":false,"fork":false,"pushed_at":"2017-12-06T19:30:26.000Z","size":3351,"stargazers_count":1,"open_issues_count":0,"forks_count":11,"subscribers_count":3,"default_branch":"develop","last_synced_at":"2025-06-29T06:39:44.237Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://centerforopenscience.github.io/exp-addons/","language":"JavaScript","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/CenterForOpenScience.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}},"created_at":"2016-01-29T14:37:41.000Z","updated_at":"2017-05-04T12:08:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"c7c386aa-2284-4f77-950f-2a536e87fb8d","html_url":"https://github.com/CenterForOpenScience/exp-addons","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/CenterForOpenScience/exp-addons","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CenterForOpenScience%2Fexp-addons","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CenterForOpenScience%2Fexp-addons/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CenterForOpenScience%2Fexp-addons/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CenterForOpenScience%2Fexp-addons/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CenterForOpenScience","download_url":"https://codeload.github.com/CenterForOpenScience/exp-addons/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CenterForOpenScience%2Fexp-addons/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29889017,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T08:34:21.514Z","status":"ssl_error","status_checked_at":"2026-02-27T08:32:38.035Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":[],"created_at":"2024-12-01T23:15:40.987Z","updated_at":"2026-02-27T09:10:04.364Z","avatar_url":"https://github.com/CenterForOpenScience.png","language":"JavaScript","readme":"# Experimenter Addons\n\nA shared home for all of our shared addons\n\n**For historical reasons, all PRs targeted to ISP must be aimed at the \"ISP\" branch**.\n\n\n# Installation\n\nBefore beginning, you will need to install [Yarn](https://yarnpkg.com/en/docs/install), a package manager (like npm). \n\n\n## Install the submodule:\n\nThis repo module should included as a submodule in the Ember project where you want to use these addons.\nAn example setup might be:\n```\n/\u003cember-project\u003e\n  /ext\n    /exp-addons\n  /app\n    ...    \n```\n\nAnd the corresponding package.json entries are:\n\n```json\n{\n  ...,\n  \"dependencies\": {\n    \"exp-player\": \"file:./ext/exp-addons/exp-player\",\n    \"exp-models\": \"file:./ext/exp-addons/exp-models\"\n  }\n}\n\n```\n\nFor example:\n\n```bash\ncd lib \u0026\u0026 \\\ngit submodule init \u0026\u0026 \\\ngit submodule update \u0026\u0026 \\\ncd exp-models \u0026\u0026 \\\nyarn install --pure-lockfile\n```\n\n## Development\n\nIf your work requires that you make changes to one of the exp-addon modules you can use `yarn link` for\nlocal development. This allows you to make changes to the code without having to push to github. To do\nthis:\n\n```bash\nROOT=`git rev-parse --show-toplevel`\ncd $ROOT/ext/exp-addons/exp-player \u0026\u0026 \\\nyarn link \u0026\u0026 \\\ncd $ROOT/ext/exp-addons/exp-models \u0026\u0026 \\\nyarn link \u0026\u0026 \\\ncd $ROOT \u0026\u0026 \\\nyarn link exp-player \u0026\u0026 \\\nyarn link exp-models\n```\n\n### Adding dependencies on other packages\nSometimes, you will want to install an additional third-party package. In place of npm, this project uses `yarn`. \nMost of the [commands](https://yarnpkg.com/en/docs/managing-dependencies) are the same, but this alternative tool \nprovides a way for two developers to guarantee they are using the same versions of underlying code. (by running \n`yarn install --pure-lockfile`) This can help avoid a situation where things break unexpectedly when run on a different \ncomputer.\n\nWhenever you choose to update your dependencies (`yarn add x` or `yarn install`), make sure that code still runs, then\nbe sure to [commit](https://yarnpkg.com/en/docs/yarn-lock) the modified `yarn.lock` file, which represents the \"current \nknown working state\" for your app. \n\n\nAny changes made in exp-player (except adding files, in which case you may need to relink the module) should\nnow be automagically reflected in the consuming project.\n\n### Updating docs\nDocumentation of `exp-player` components is generated using YUIDoc:\n ```\n $ cd exp-player\n $ yarn run docs\n ```\n \nAt the moment, this is a manual process: whatever \n files are in the top level `/docs/` folder of the master branch will be served via GitHub pages. New documentation \n releases will require manually making a new \"release\" to update the master branch, which can be done on request. \n\n\n### Releasing a new version\nWithin the `exp-player` folder, we provide a simple convenience command for handling new version releases: \n`yarn run bump-version \u003cMAJOR | MINOR| PATCH\u003e`.\n\nThis command handles incrementing the version number, verifying tests pass, and updating the documentation build. You \n  will be responsible for committing the changes before handling the actual release (using a process such as git flow).\n\n### COS is Hiring!\n\nWant to help save science? Want to get paid to develop free, open source software? [Check out our openings!](http://cos.io/jobs)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcenterforopenscience%2Fexp-addons","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcenterforopenscience%2Fexp-addons","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcenterforopenscience%2Fexp-addons/lists"}