-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from NemoAndrea/updated-cohort-projects
Make intended-use and development-plans optional fields in cohorts
- Loading branch information
Showing
10 changed files
with
117 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 3 additions & 23 deletions
26
participant-projects/2021/we_can_have_different_years_listed_separately.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,3 @@ | ||
title: A project in 2021 | ||
description: By travelling back in time we were able to uncover a secret | ||
intended-use: Time travel is restricted to author of this repository as it comes with great resposibility | ||
keywords: | ||
- 2021 | ||
- timetravel | ||
- demo | ||
development-stage: released | ||
development-plans: This demo is stuck in time, and will not see further development | ||
project-link: https://en.wikipedia.org/wiki/Time_travel | ||
image: https://upload.wikimedia.org/wikipedia/commons/thumb/8/84/2021-01-01_happy-new-year_Pepper_and_Carrot_by_David_Revoy.jpg/1200px-2021-01-01_happy-new-year_Pepper_and_Carrot_by_David_Revoy.jpg | ||
license: | ||
hardware: GPL-3.0-only | ||
licensor: | ||
name: Nemo Andrea | ||
okh-manifest-version: 1.0.0 | ||
date-created: 2022-09-23 | ||
manifest-author: | ||
name: Nemo Andrea | ||
contact: | ||
social: | ||
- platform: twitter | ||
user-handle: cursed_tubule | ||
### Cohort years | ||
|
||
We can add different years simply by adding a folder with the name of the year in `yyyy` format. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
title: Acraea Control using an ESP32 | ||
description: "ESP32 microcontroller, Temperature and humidity sensor, Ultrasonic sensor, | ||
pumps, relay" | ||
intended-use: "Program to monitor and control the flow of seawater through Acraea. Acraea is | ||
a an open source small scale solar desalination and water purifier prototype. | ||
This plant takes heat as input on one side and uses it to boil sea water. This | ||
water is then collected on the other side through condensation and allowed to | ||
flow out of the system as potable water." | ||
keywords: | ||
- Water Purification | ||
- ESP32 | ||
development-plans: The project is being actively developed. We are adding cloud based logging as a feature to continously monitor the performance. We are also migrating the codebase to use environment. | ||
project-link: https://github.com/shantnavagarwal/Acraea_Controller | ||
made: true | ||
made-independently: false | ||
license: | ||
documentation: GPL-3.0-or-later | ||
software: GPL-3.0-or-later | ||
licensor: | ||
name: S Agarwal | ||
okh-manifest-version: 1.0.0 | ||
date-created: 2023-12-07 | ||
date-updated: 2023-12-07 | ||
manifest-author: | ||
name: S Agarwal | ||
email: [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
title: ESP-Pi vision project | ||
description: "This project consists in hardware and software for capturing images through a camera and a simple board and transfering these photos to a board with higher computational power for further operations." | ||
development-plans: "It is an initial step for a more advanced project of object recognition for application in projects such as robots or other devices." | ||
intended-use: "" | ||
project-link: https://github.com/fabioschuh/image_capture | ||
image: https://predictabledesigns.com/wp-content/uploads/2022/02/a-close-up-of-a-circuit-board-description-automat.jpeg | ||
licensor: | ||
name: Fabio Schuh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
title: WiggleBin | ||
description: "WiggleBin is an open-source, intelligent vermicomposting bin that | ||
not only nurtures the well-being of worms but also brings joy to their human | ||
caretakers" | ||
intended-use: Monitoring a vermicomposting bin | ||
development-plans: "The project is currently in the prototyping phase. The | ||
development plan is to create a stable version of the hardware and software | ||
and to test it in a real-life environment. Eventual goal is to release a Raspberry Pi Image and a PCB design." | ||
keywords: | ||
- composting | ||
- raspberry pi | ||
project-link: https://wigglebin.gitbook.io | ||
image: https://raw.githubusercontent.com/wiggle-bin/wiggle-r/main/Images/WiggleRBasicSetup.jpg | ||
made: true | ||
made-independently: true | ||
license: | ||
hardware: CERN-OHL-S-2.0 | ||
documentation: GPL-3.0-or-later | ||
software: GPL-3.0-or-later | ||
licensor: | ||
name: Kranendonk, V | ||
okh-manifest-version: 1.0.0 | ||
date-updated: 2024-02-25 | ||
manifest-author: | ||
name: Vincent Kranendonk | ||
email: [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters