• Stars
    star
    116
  • Rank 293,995 (Top 6 %)
  • Language
    JavaScript
  • License
    GNU Affero Genera...
  • Created over 7 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A website that showcases interesting projects, using Angular JS.

Projects

A website that showcases projects! If you want to use it and it's not exactly fitting your purpose, please do make upstream changes. We expect this project to be of use to others and we're happy to make it more generic so it's easier to adapt to other organizations. This was built by coala community, to view live projects visit projects.coala.io

(It'd be nice to have an organization YML or so e.g.)

Purpose

This is designed for GSoC but can be used for other initiatives at the same time. We use it for research theses, GSoC, GCI and maybe others in the future.

Why?

  • It's way more appealing to students.
  • You can search and filter projects.
  • Project ideas as structured data are more concise and you're sure to have all points covered - at the same time we can show students an overview and showing the full information only when needed.
  • A proper review process can be used for triaging and iterating on project ideas.
  • Stop wasting time maintaining a mentors list. This can be generated from the projects.

Usage

Dependencies

  1. Install asdf-vm for your OS.

  2. Using asdf-vm, install ruby.

  3. Install Jekyll

     $ gem install jekyll bundler
    

Clone and Run

Clone coala Projects repository

$ git clone https://github.com/coala/projects.git

Run coala Projects website

$ cd projects
$ bundle install
$ bundle exec jekyll serve

Then you can simply go to either of the following addresses in your browser to access the site:

127.0.0.1:4000
localhost:4000

If you face problems while installing Jekyll or using its gem bundler you may go through its troubleshooting docs

Defining Projects

Mentors and admins can define projects in markdown using the following structure and save it in the _projects folder with a relevant filename. A sample project definition is available here

Defining FAQs

Users can also add FAQs by simply creating a markdown file in _faq folder.

Format for faq markdown file is as follows:

---
Question: <Write the question here>
---

Answer

Multi Language Support

coala Projects supports multiple 'human languages'. To add a translation of a project in a language, the following steps can be followed:

  • Create a folder with language code in data/locale folder.
  • Create faq.json, projects.json, faq and projects folder if they do not exist already.
  • Add translated content of a project inside projects folder. The names of the files should be the same.
  • Similarly translated content of a faq goes inside data/locale/ < language-id > /faq folder.
  • For the faq.json and projects.json metadata, refer to Bahasa and Hindi Translations available in data/locale directory.
  • Lastly, in resources/js/app.js file, Add the new language json in Language service.

More Repositories

1

coala

coala provides a unified command-line interface for linting and fixing all your code, regardless of the programming languages you use.
Python
3,514
star
2

coala-bears

Bears for coala
Python
293
star
3

corobo

A bot to help newcomers onboard OS projects! It's awesome!
Python
67
star
4

coala-quickstart

A tool that generates an initial coala config file for you!
Python
47
star
5

coAST

Universal and language-independent abstract syntax tree
CSS
43
star
6

gci-leaders

A website showing Google Code-in information πŸ†
JavaScript
39
star
7

documentation

The official documentation for coala
Python
39
star
8

cEPs

coala Enhancement Proposals
33
star
9

landing-frontend

coala Landing Page - https://gitlab.com/coala/landing is needed as backend
HTML
31
star
10

bear-docs

DEPRECATED! This repository has been deprecated in favor of http://coala.io/#/languages
Python
30
star
11

coala-vim

Vim plugin for coala
Vim Script
29
star
12

git-url-parse

A simple GIT URL parser.
Python
29
star
13

coala-vs-code

A visual studio code plugin working via Language Server
TypeScript
29
star
14

coala-sublime

This repository holds a sublime plugin that provides code analytics via coala.
Python
28
star
15

git-task-list

Git Task Lists
JavaScript
25
star
16

coala-emacs

A flycheck plugin.
Emacs Lisp
22
star
17

coala-atom

A coala integration plugin for Atom
JavaScript
20
star
18

docker-coala-base

coala base docker image
Shell
20
star
19

community

Generic re-usable community site
Python
19
star
20

coala-html

Interactive website generator using results from coala
JavaScript
17
star
21

teams

Repo to hold teams! File applications for teams and leadership as issues here.
12
star
22

artwork

Contains design contents for coala (e.g. mockups and similar)
HTML
11
star
23

devops

CSS
9
star
24

coala-tutorial

Sample sources for a coala tutorial
Python
8
star
25

coala-eclipse

Holds a prototype for a coala plugin for eclipse
Java
8
star
26

coalaCSS

Sparkles for the coala web projects. ✨
CSS
7
star
27

coala-gedit

Gedit plugin for the coala analyzer
Python
7
star
28

confer-frontend

A conference system to manage conference attendance for users and organizations likewise
JavaScript
7
star
29

aspect-docs

This is GENERATED! Submit PRs changing aspects to the coala repository.
Python
6
star
30

confer-backend

Python
6
star
31

meta

A repository for non-code activities, such as engagement initiatives, and other meta issues
6
star
32

coala-ls

coala language server
Python
6
star
33

rultor-python

A Docker image usable for deploying python applications with rultor
Shell
5
star
34

coala-brackets

A coala integration plugin for brackets
JavaScript
4
star
35

PyPrint

This repo moved to GitLab!
Python
3
star
36

corobo-ng

The next-gen corobo devops bot.
Go
3
star
37

coala-gui

A graphical user interface for coala (CHECK OUT coala-html INSTEAD PLEASE!)
Python
2
star
38

coala-decorators-USE-cOALA-UTILS-INSTEAD

MOVED TO https://gitlab.com/coala/coala-utils
Python
2
star
39

coalaHs

coala Haskell Bindings - Write bears in Haskell!
Haskell
2
star
40

scripts

A collection of scripts we use at coala.
2
star
41

clone-evaluation-helpers

This repository contains helper bears to evaluate the code clone detection of coala.
Python
1
star
42

bear-runtime-deps

Contains data files for runtime dependencies of coala
Perl
1
star
43

corobo-answers

Python
1
star
44

school.coala.io

HTML
1
star
45

coala-aur-pkgbuild

PKGBUILD for a coala AUR package
Shell
1
star
46

playground

This is a playground repository for testing
1
star