From 031f7664ddea42a857875584a0b31df2a1d011a4 Mon Sep 17 00:00:00 2001 From: UtsavBalar1231 Date: Wed, 28 Jun 2023 14:36:02 +0530 Subject: [PATCH] Idea-Session: Update for the new idea submission format Change-Id: Ib36f2e721f955af2d8c6024e8c7f996ada88dacb Signed-off-by: UtsavBalar1231 --- .github/ISSUE_TEMPLATE/example-idea.md | 23 ++++++++++++++++++ .github/ISSUE_TEMPLATE/idea-discussion.md | 17 +++++-------- README.md | 29 +++++++++++++++++++---- 3 files changed, 54 insertions(+), 15 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/example-idea.md diff --git a/.github/ISSUE_TEMPLATE/example-idea.md b/.github/ISSUE_TEMPLATE/example-idea.md new file mode 100644 index 0000000..dabbdbb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/example-idea.md @@ -0,0 +1,23 @@ +--- +name: "Utsav Balar" +title: "How to effectively use BCI (Bio Computer Interface) and EEG (ElectoEncephaloGram) in non-invasive exoskeleton devices." +about: "---" +label: "biotech, BCI, AI, machine-learning" +--- + +Problem: + +- Traditional exoskeleton devices or recent EEG devices use invasive techniques for operation. +**Invasive** here means that the hardware is inserted inside or on the human body, which can result in various health issues such as foreign body reflex, infection, etc. + +Solution: + +- Use BCI with Context Aware AI trained on signals provided by EEG. +- This will allow crippled or disabled patients to perform normal activities such as standing up, walking, grabbing, throwing, etc. + +Resources: + +- "Brain-Computer Interfaces for Communication and Control" - Research paper by Jonathan R. Wolpaw and Elizabeth Winter Wolpaw. +- "A review of EEG-based brain-computer interfaces as access pathways for individuals with severe disabilities" - Research paper by Christoph Guger et al. +- "Real-time control of a robot arm using simultaneously recorded neurons in the motor cortex" - Research paper by Andrew Schwartz et al. +- YouTube video: "Brain-Computer Interfaces: The Future of Human-Computer Interaction" - TEDx Talks.eo: "Brain-Computer Interfaces: The Future of Human-Computer Interaction" - TEDx Talks. diff --git a/.github/ISSUE_TEMPLATE/idea-discussion.md b/.github/ISSUE_TEMPLATE/idea-discussion.md index af31788..890411d 100644 --- a/.github/ISSUE_TEMPLATE/idea-discussion.md +++ b/.github/ISSUE_TEMPLATE/idea-discussion.md @@ -1,17 +1,12 @@ --- -name: Idea Discussion -about: Proper format to describe the idea and solution. +name: "Human Name" title: "[IDEA]" -labels: '' -assignees: '' - +about: "---" +labels: "label1, label2" --- -Problem / Idea :- - - -Solution :- - +Problem: +Solution: -Implementation:- +Resources: diff --git a/README.md b/README.md index 161475d..d3c7271 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,28 @@ -# Idea-Session -Idea Session At [VEGG](https://vegg.co.in) & [Vicharak](https://vicharak.in). +# VEGG and Vicharak Idea Sessions Archive Repository +Idea Sessions repository for [VEGG](https://vegg.co.in) & [Vicharak](https://vicharak.in). +We discuss ideas every month that are presented. -We discuss every month the ideas that we can present. +This repository will track all the idea sessions conducted at the office. It will contain each **individual's** idea along with an explanation and relevant resources. + +The format for submitting an individual's idea will be through comments on an issue created during the week of the idea session. + +To submit your idea, comment on the issue with the following format: + +1. Author and Title of Idea: + - Name the Author and describe your idea in a title of less than 100 words. + +2. Description of Idea: + - Provide a description of your idea that can be understood by other readers of this repository. + - Include the **Problem** and **Solution** aspects of your idea. + +3. List of Resources: + - Finally, list the resources from which your idea originated. + - These can include online websites, research papers, YouTube videos, etc. + +--- + +[Example Idea Template](.github/ISSUE_TEMPLATE/idea-discussion.md) + +[Example Idea](.github/ISSUE_TEMPLATE/example-idea.md) -This repo will be utilised for thread system, where we will keep track everything discussed, and also can later suggest anything into it.