Giter Site home page Giter Site logo

study-space-finder's Introduction

studyspacefinder

Find unused classrooms to study in Clemson University

Overview

It’s sometimes difficult to find a quiet study space on Clemson University’s campus. This web app uses course registration data to find periods in which campus classrooms are being unused, whether you just need a spot to unwind between classes or hours of uninterrupted silence. The goal of this project was to help reduce overcrowding at Cooper Library, and after surveying hundreds of students, it was proposed to the university in March of 2020.


Data

The data for this site was collected by scraping the university's course registration portal, which includes information about courses, their classrooms, and timings. The data is not included in the repository.

Example Data

 {
    "room": "Hogwarts Dungeon Five",
    "courses": [
      {
        "index": 885,
        "course": "Muggle Studies",
        "days": [
          1,
          3,
          5
        ],
        "times": [
          "08:00",
          "08:50"
        ]
      },
      {
        "index": 17,
        "course": "Transfiguration",
        "days": [
          2,
          4
        ],
        "times": [
          "08:00",
          "09:15"
        ]
      }]
  }

Notes

Unfortunately, the university was not in a position to accept the proposal due to factors such as safety that would have to be considered. I want to thank everyone involved for the support they offered.

Contributing

If you find an issue or believe a feature should be added, please reach out and I will look into it. If you are a current student, you can help keep the site up to date by sending data from the course registration portal.

study-space-finder's People

Contributors

aru-py avatar dependabot[bot] avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.