capstone-projects/README.md

23 lines
1.8 KiB
Markdown
Raw Normal View History

2018-08-15 15:48:33 +00:00
# capstone-projects
2018-08-15 17:34:24 +00:00
This repo is used to organize Free Ebook Foundation projects for Stevens Institute of Technology Senior-year computer science capstone projects.
2018-08-15 17:43:49 +00:00
## 2018-2019
2018-08-15 17:34:24 +00:00
The two proposed projects are
2018-08-27 21:21:14 +00:00
- [A search system for copyright records](copyright-renewals.md)
2018-08-15 17:34:24 +00:00
- [An update pipeline for ebook authoring systems](pipelind.md)
2018-08-27 21:21:14 +00:00
Students interested in these projects should use Github issues and pull requests to develop and propose teams. For example, students interested in a project but needing team members, and teams needing additional members should create an issue describing their interest and needs. Use issues to ask questions or seek clarification about the projects. To propose a team for a specific project, create a pull request adding the names of team members to the project page. You may also want to include roles, capabilities and the approach of the team.
2018-08-15 17:34:24 +00:00
2018-08-27 21:21:14 +00:00
Since not all projects will be pitched until September 10, I will not accept a proposal PR until September 11. But please do not wait until September 10 to start a pull request even if your team is incomplete or you're still deciding - I will comment on PRs with the goal of improving them, and you can close the PR to withdraw the proposal through September 10. If there are competing proposals, I will give preference to the best developed proposal.
2018-08-15 17:34:24 +00:00
2018-08-15 17:43:49 +00:00
## 2017-2018
2018-08-15 17:34:24 +00:00
The two project completed were
1. [A mobile friendly version of Unglue.it](https://m.unglue.it)
- [web design using SASS](https://github.com/EbookFoundation/regluit)
- [build system using ansible](https://github.com/EbookFoundation/regluit-provisioning)
2. [A website, search interface, and update mechanism for GITenberg](https://www.gitenberg.org/)
- [GITenberg website code](https://github.com/gitenberg-dev/giten_site)
- [GITenberg update server](https://github.com/gitenberg-dev/gitberg-autoupdate)