Skip to content

Software developed through the GSUR program to provide ETL pipelines and research tools for WSU's Neuropsychology and Aging Laboratory.

License

Notifications You must be signed in to change notification settings

Reaganak40/gerontechnology

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

Gerontechnology - GSUR

This repo contains software for ETL pipelines and research tools for the Neuropsychology and Aging Laboratory. The EMMA study is a research program being conducted by Dr. Schmitter-Edgecombe at Washington State University. This project is funded by the Department of Defense and has been reviewed and approved by the Washington State University Institutional Review Board. In this repo, you will find software used in the EMMA data-wrangling procedures, research querying tools, and the dashboard UI which is a web-based application.
Learn More »

View Docs · Report Bug · Request Feature

About The Project

The GSUR program is to explore the links between such diverse and yet complementary disciplines of computer science, electrical engineering, nursing, sociology, medicine and clinical psychology. The neuropsychology and aging laboratory uses this code to compile and transform raw data from the EMMA project. It uses JSON to define complicated variables that researchers wish to extract from the EMMA application. The data-wrangling software can automatically extract, transform, and load incoming data into mySQL databases. Researchers can further query the data through a specialized querying application to interact with weekly calculation tables. The EMMA Dashboard is also available as a web-based UI to provide a snapshot of how participants are progressing through the study.

Built With

  • Python
  • MySQL
  • Jinja
  • Flask
  • JavaScript
  • NodeJS
  • Chart.js
  • .Net
  • C#

(back to top)

Getting Started

Depending on which tools you intend to use, you will need to install different perquisites. Utilize npm and pip for these.

Prerequisites

Install the latest npm packages and use the requirements file to install all python modules via pip.

  • npm

    npm install npm@latest -g
  • pip

    pip install -r requirements.txt

Installation

Clone the repo

git clone https://github.com/Reaganak40/gerontechnology.git

(back to top)

Usage

Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.

For more examples, please refer to the Documentation

(back to top)

Roadmap

  • Date-Wrangling
  • Research Query
  • EMMA Dashboard

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the Apache-2.0 license. See LICENSE.txt for more information.

(back to top)

Contact

Reagan Kelley - reaganak@gmail.om

(back to top)