{"id":19580880,"url":"https://github.com/orcid/orcid-angular","last_synced_at":"2026-05-26T00:00:51.621Z","repository":{"id":33918583,"uuid":"158300008","full_name":"ORCID/orcid-angular","owner":"ORCID","description":"Angular UI for ORCID","archived":false,"fork":false,"pushed_at":"2026-05-25T22:04:17.000Z","size":112433,"stargazers_count":41,"open_issues_count":51,"forks_count":37,"subscribers_count":16,"default_branch":"main","last_synced_at":"2026-05-25T23:27:08.683Z","etag":null,"topics":["hacktoberfest"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/ORCID.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":"SUPPORTED_BROWSERS.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2018-11-19T22:47:51.000Z","updated_at":"2026-05-25T22:04:20.000Z","dependencies_parsed_at":"2026-03-10T19:03:57.535Z","dependency_job_id":null,"html_url":"https://github.com/ORCID/orcid-angular","commit_stats":null,"previous_names":[],"tags_count":1472,"template":false,"template_full_name":null,"purl":"pkg:github/ORCID/orcid-angular","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ORCID%2Forcid-angular","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ORCID%2Forcid-angular/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ORCID%2Forcid-angular/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ORCID%2Forcid-angular/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ORCID","download_url":"https://codeload.github.com/ORCID/orcid-angular/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ORCID%2Forcid-angular/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33497930,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-25T14:31:05.219Z","status":"ssl_error","status_checked_at":"2026-05-25T14:31:02.878Z","response_time":57,"last_error":"SSL_read: 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":["hacktoberfest"],"created_at":"2024-11-11T07:30:44.683Z","updated_at":"2026-05-26T00:00:51.603Z","avatar_url":"https://github.com/ORCID.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\t\u003ca href=\"https://orcid.org\"\u003e\n\t\t\u003cimg src=\"https://info.orcid.org/wp-content/uploads/2019/11/orcid_64x64.png\" alt=\"ORCID Logo\" width=\"80\" height=\"80\"\u003e\n\t\u003c/a\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eORCID Angular Frontend\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n\t\u003ca href=\"https://github.com/ORCID/orcid-angular/actions/workflows/bld_test_rel_tag.yml\"\u003e\n\t\t\u003cimg src=\"https://github.com/ORCID/orcid-angular/actions/workflows/bld_test_rel_tag.yml/badge.svg\" alt=\"bld_test_rel_tag status\"\u003e\n\t\u003c/a\u003e\n\u003c/p\u003e\n\n---\n\n# Get started\n\n## Serve the frond-end locally\n\nBefore running the following steps make sure you have `yarn` installed\n\n1- Clone the repo\n\n```\ngit clone https://github.com/ORCID/orcid-angular\n```\n\n2- Install its dependencies\n\n```\ncd orcid-angular\nyarn\n```\n\n3- Serve the front-end locally\n\n```\nyarn start-local\n```\n\n## Serve the frond-end locally using other languages\n\nAt the moment the only way to run the application on development time with a translation file is using AOT compilations.\n\n1- First generate the translations files\n\n```\nyarn build:i18n\n```\n\n2- Run the application on the language you want using one of the following options\n\n```\nyarn start:en ## Runs the application in using the english properties\nyarn start:fr ## Runs the application in using the french properties\nyarn start:ar ## Runs the application in using the arabic properties\nyarn start:es ## Runs the application in using the spanish properties\nyarn start:ca ## ... and so on\nyarn start:cs\nyarn start:it\nyarn start:ja\nyarn start:ko\nyarn start:pt\nyarn start:ru\nyarn start:uk\nyarn start:zh_CN\nyarn start:zh_TW\nyarn start:lr ## These last fourth configurations are used only for testing\nyarn start:rl\nyarn start:xx\nyarn start:source\n```\n\n## Set up your source code editor (optional)\n\nThe following tools are not required to work on the project but they facilitate the development process, please read more about these tools on the provided URLs.\n\n1- Download [Visual Studio Code](https://code.visualstudio.com/) and install it\n\n2- Download and install [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode), [TSLint](https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-typescript-tslint-plugin) and [Angular Language Service](https://marketplace.visualstudio.com/items?itemName=Angular.ng-template) extensions\n\n3- Go to VSCode menu Code/Preferences/Settings search for `Format` and select `esbenp.prettier-vscode`. You might also activate the `Editor: Format On Save` checkbox.\n\n## Build the application for other environments\n\nBuild the application for deployment (prod, sandbox, qa, int all use the same asset; environment is resolved at runtime):\n\n- `yarn build`\n\n## Learn more\n\nPlease refer to the following documentation for more information:\n\nhttps://orcid.github.io/orcid-angular\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forcid%2Forcid-angular","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Forcid%2Forcid-angular","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forcid%2Forcid-angular/lists"}