1
Fork 0
mirror of https://github.com/Steffo99/sophon.git synced 2024-12-22 06:44:21 +00:00
Research hub for universities
Find a file
2021-10-21 03:59:20 +02:00
.github/workflows 🧹 Move the jupyter Dockerfile here 2021-10-21 03:54:04 +02:00
.idea 💥 Dockerize everything! (#74 closes #59) 2021-10-19 22:41:18 +02:00
backend 🐛 Fix the serializer used by notebook actions 2021-10-20 23:09:31 +02:00
frontend 🔧 Don't render the "Open notebook" if the notebook is not running 2021-10-20 22:51:51 +02:00
jupyter 🧹 Move the jupyter Dockerfile here 2021-10-21 03:54:04 +02:00
proxy 🔧 Remove debug logging 2021-10-20 19:31:43 +02:00
.gitignore Implement Notebook app (#65) 2021-09-08 18:05:01 +02:00
docker-compose.yml 🔧 Tweak docker compose file 2021-10-20 20:28:27 +02:00
LICENSE.txt Create LICENSE.txt 2021-09-06 23:37:01 +02:00
README.md 🗒 Improve README.md 2021-10-21 03:59:20 +02:00
sophon.iml 🔨 Update IntelliJ metadata 2021-04-07 20:36:23 +02:00

Sophon

A research hub for universities

Goal

The goal of this project is developing a platform that universities can use to host and share their datasets, research projects and resulting papers.

Development

The project consists of four parts:

For more details on the underlying libraries, packages, modules and plugins used, see the following files:

Progress

Development progress is tracked on issue #20.

Tools

Sophon is being developed using IntelliJ IDEA Ultimate: its metadata is included in the .idea directory so that the code style and tools are consistent across all machines used during the development.

Run configurations for running the backend, testing the backend and running the frontend are included.

Commits

Commits names are prefixed with a variant of Gitmoji which follows roughly this legend:

  • New feature
  • 🔧 Refactor or tweak
  • 🐛 Bug fix
  • 🧹 Cleanup
  • 📔 Documentation
  • 🗒 Readme
  • ⬆ Dependency update
  • 📦 Packaging
  • 🔨 Tool update
  • 🚧 Work in progress

People

The project is currently being developed by Stefano Pigozzi, under the tutoring of Francesco Faenza and Claudia Canali.