{"id":20757125,"url":"https://github.com/coala/projects","last_synced_at":"2025-04-05T15:07:17.122Z","repository":{"id":47603177,"uuid":"79211775","full_name":"coala/projects","owner":"coala","description":"A website that showcases interesting projects, using Angular JS.","archived":false,"fork":false,"pushed_at":"2023-04-30T01:10:09.000Z","size":935,"stargazers_count":117,"open_issues_count":97,"forks_count":225,"subscribers_count":24,"default_branch":"master","last_synced_at":"2025-03-29T14:09:21.467Z","etag":null,"topics":["angularjs","gci","gitbook","gsoc","jekyll","mentors","netlify","projects","research","students","thesis"],"latest_commit_sha":null,"homepage":"https://projects.coala.io/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/coala.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}},"created_at":"2017-01-17T09:35:47.000Z","updated_at":"2025-01-11T20:21:27.000Z","dependencies_parsed_at":"2024-11-17T09:40:01.599Z","dependency_job_id":"b2a2ad70-3fb4-4fb2-a5ad-8ce6994788d9","html_url":"https://github.com/coala/projects","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coala%2Fprojects","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coala%2Fprojects/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coala%2Fprojects/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coala%2Fprojects/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coala","download_url":"https://codeload.github.com/coala/projects/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247353745,"owners_count":20925329,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["angularjs","gci","gitbook","gsoc","jekyll","mentors","netlify","projects","research","students","thesis"],"created_at":"2024-11-17T09:39:56.708Z","updated_at":"2025-04-05T15:07:17.104Z","avatar_url":"https://github.com/coala.png","language":"JavaScript","readme":"\u003cp align=\"center\"\u003e\u003cimg src=\"screenshots/header.png\"\u003e\u003c/p\u003e\n\n# Projects\n\nA website that showcases projects! **If you want to use it and it's not exactly\nfitting your purpose, please do make upstream changes. We expect this project\nto be of use to others and we're happy to make it more generic so it's easier\nto adapt to other organizations.** This was built by coala community, to view\nlive projects visit [projects.coala.io](https://projects.coala.io)\n\n(It'd be nice to have an organization YML or so e.g.)\n\n## Purpose\n\nThis is designed for GSoC but can be used for other initiatives at the same\ntime. We use it for research theses, GSoC, GCI and maybe others in the future.\n\nWhy?\n\n- It's way more appealing to students.\n- You can search and filter projects.\n- Project ideas as structured data are more concise and you're sure to have all\n  points covered - at the same time we can show students an overview and showing\n  the full information only when needed.\n- A proper review process can be used for triaging and iterating on project\n  ideas.\n- Stop wasting time maintaining a mentors list. This can be generated from the\n  projects.\n\n## Usage\n\n### Dependencies\n\n1. Install [asdf-vm](https://asdf-vm.github.io/asdf/#/core-manage-asdf-vm) for your OS.\n2. Using asdf-vm, install [ruby](https://github.com/asdf-vm/asdf-ruby).\n3. Install Jekyll\n\n        $ gem install jekyll bundler\n\n### Clone and Run\n\nClone coala Projects repository\n\n    $ git clone https://github.com/coala/projects.git\n\nRun coala Projects website\n\n    $ cd projects\n    $ bundle install\n    $ bundle exec jekyll serve\n\nThen you can simply go to either of the following addresses in your browser to access the site:\n\n    127.0.0.1:4000\n    localhost:4000\n\nIf you face problems while installing Jekyll or using its gem bundler you may go through its [troubleshooting docs](https://jekyllrb.com/docs/troubleshooting/)\n\n## Defining Projects\n\nMentors and admins can define projects in markdown using the following structure and save it in the ``_projects`` folder with a relevant filename.\nA sample project definition is available [here](https://github.com/coala/projects/blob/master/_projects/example.md)\n\n## Defining FAQs\n\nUsers can also add FAQs by simply creating a markdown file in _faq folder.\n\nFormat for faq markdown file is as follows:\n```\n---\nQuestion: \u003cWrite the question here\u003e\n---\n\nAnswer\n```\n\n## Multi Language Support\n\ncoala Projects supports multiple 'human languages'. To add a translation of a project\nin a language, the following steps can be followed:\n\n- Create a folder with language code in ```data/locale``` folder.\n- Create ```faq.json```, ```projects.json```, ```faq``` and ```projects``` folder\nif they do not exist already.\n- Add translated content of a project inside ```projects``` folder. The names of the\nfiles should be the same.\n- Similarly translated content of a faq goes inside ```data/locale/ \u003c language-id \u003e /faq```\nfolder.\n- For the faq.json and projects.json metadata, refer to Bahasa and Hindi\nTranslations available in ```data/locale``` directory.\n- Lastly, in ```resources/js/app.js``` file, Add the new language json in Language service.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoala%2Fprojects","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoala%2Fprojects","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoala%2Fprojects/lists"}