Skip to content
generated from yoseio/template-python

Tokyo Metropolitan University needs to do something about its shitty university systems.

License

Notifications You must be signed in to change notification settings

yoseio/graphtmu

Repository files navigation

GraphTMU

Tokyo Metropolitan University needs to do something about its shitty university systems.

Overview

MATCH (o:Organization{identifier: '東京都立大学_理学部_生命科学科'})--(p:Person)-[:knowsAbout]-(t)
RETURN p, t

graph.png

Development

1. Scraper

$ cd server
$ poetry run poe scrape

2. Extractor

$ cd server/firebase
$ firebase emulators:start
$ cd server
$ poetry run poe extract
$ gcloud alpha firestore indexes composite create \
  --collection-group=keywords \
  --query-scope=COLLECTION \
  --field-config field-path=embedding,vector-config='{"dimension":"512", "flat": "{}"}'

3. Grapher

$ cd server
$ poetry run poe graph

4. Client

$ cd client
$ npm run dev

Case Studies of Shitty System

Case studies of shitty system that do not make the best use of our tuition money.

shitty1.png

shitty2.png

About

Tokyo Metropolitan University needs to do something about its shitty university systems.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published