From 5c09476c6e7fe881045e4f40cca4016a4d76e78b Mon Sep 17 00:00:00 2001 From: Christos Bacharakis Date: Mon, 23 Jul 2018 16:05:09 +0200 Subject: [PATCH] add wiki edu --- hugo/content/projects/wiki-edu.md | 39 +++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 hugo/content/projects/wiki-edu.md diff --git a/hugo/content/projects/wiki-edu.md b/hugo/content/projects/wiki-edu.md new file mode 100644 index 0000000..efce78c --- /dev/null +++ b/hugo/content/projects/wiki-edu.md @@ -0,0 +1,39 @@ +--- +title: "Wiki Education Dashboard" +date: 2018-05-09T20:47:18+03:00 +imageURL: "/assets/images/wiki-edu.png" +thumbnail: "/assets/images/firefox-focus.png" +link: "https://github.com/WikiEducationFoundation/WikiEduDashboard" +sortDescription: "The Wiki Education Dashboard is a web application that supports Wikipedia education assignments, edit-a-thons, and other editing projects. It provides data and course management features for groups of editors — instructors, students, and others — who are working on Wikipedia, Wikidata, and other Wikimedia wikis. Users log in with their Wikipedia accounts (through OAuth) and allow the Dashboard to make edits on their behalf. The Dashboard automates many of the standard elements of organizing and participating in a Wikipedia classroom assignment, edit-a-thon, or other wiki contribution campaign." +descriptionLeft: "The Wiki Education Dashboard is a web application that supports Wikipedia education assignments, edit-a-thons, and other editing projects. It provides data and course management features for groups of editors — instructors, students, and others — who are working on Wikipedia, Wikidata, and other Wikimedia wikis. Users log in with their Wikipedia accounts (through OAuth) and allow the Dashboard to make edits on their behalf. The Dashboard automates many of the standard elements of organizing and participating in a Wikipedia classroom assignment, edit-a-thon, or other wiki contribution campaign." +descriptionRight: "The Dashboard code runs two main sites: the Wiki Education Dashboard — dashboard.wikiedu.org — and the Wikimedia Programs & Events Dashboard — outreachdashboard.wmflabs.org. dashboard.wikiedu.org is used for Wiki Education programs, primarily focused on higher education in the United States and Canada. outreachdashboard.wmflabs.org is for the global Wikimedia community to organize all kinds of programs, including edit-a-thons, education programs, and other events. + +This is a project of Wiki Education." +callToAction: "Learn More..." # Find out more by default +listingDescription: "Firefox Focus is a privacy first, fast and lightweight browser for Android and iOS.." # The description of the project for the project listing, if no description is provided the content of the sortDescription will be used +menu: "projects" +--- + +- Setup development environment time: + + - 60' + + - [Instructions](https://github.com/WikiEducationFoundation/WikiEduDashboard/blob/master/docs/setup.md) + +- Technologies + + - ![rails](/assets/images/rails.png) Ruby on Rails + - ![react](/assets/images/react.png) React + + +- Contribute + + - [Guide to Contributing](https://github.com/WikiEducationFoundation/WikiEduDashboard/blob/master/CONTRIBUTING.md) + - [Find easy tasks to begin with](https://github.com/WikiEducationFoundation/WikiEduDashboard/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22) + - [Explore all available issues](https://github.com/WikiEducationFoundation/WikiEduDashboard/issues) + +- Additional resources + + - [Development Process outline](https://github.com/WikiEducationFoundation/WikiEduDashboard/blob/master/docs/dev_process.md) + - For general discussion (feedback, ideas), please email sage AT wikiedu DOT org + - This project is part of the Wikimedia technical ecosystem and follows the [Wikimedia Code of Conduct](https://www.mediawiki.org/wiki/Code_of_Conduct).