mirror of
https://github.com/Steffo99/sophon.git
synced 2024-12-22 14:54:22 +00:00
Compare commits
7 commits
56886b4478
...
6a9fc4c3d0
Author | SHA1 | Date | |
---|---|---|---|
|
6a9fc4c3d0 | ||
3cde4627e0 | |||
e3e82264ec | |||
6670563fa2 | |||
9d21c659f1 | |||
69597b16ee | |||
753df5cb08 |
3 changed files with 28 additions and 6 deletions
BIN
.media/icon-128x128_round.png
(Stored with Git LFS)
Normal file
BIN
.media/icon-128x128_round.png
(Stored with Git LFS)
Normal file
Binary file not shown.
29
README.md
29
README.md
|
@ -1,6 +1,28 @@
|
||||||
|
<div align="center">
|
||||||
|
|
||||||
|
![](.media/icon-128x128_round.png)
|
||||||
|
|
||||||
# Sophon
|
# Sophon
|
||||||
|
|
||||||
_A research hub for universities_
|
Research hub for universities
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
> [!Caution]
|
||||||
|
>
|
||||||
|
> This project has been superseded by the NextPyter project.
|
||||||
|
|
||||||
|
## Links
|
||||||
|
|
||||||
|
[![On ACM Digital Library](https://img.shields.io/badge/acm%20digital%20library-open%20access-b95709)](https://dl.acm.org/doi/abs/10.1145/3491418.3535163)
|
||||||
|
|
||||||
|
|
||||||
|
## 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_.
|
||||||
|
|
||||||
|
|
||||||
|
## Screenshots
|
||||||
|
|
||||||
![Screenshot 1](https://user-images.githubusercontent.com/1540885/138204295-59c6efc3-a4fe-4c91-982b-8257e42b7970.png)
|
![Screenshot 1](https://user-images.githubusercontent.com/1540885/138204295-59c6efc3-a4fe-4c91-982b-8257e42b7970.png)
|
||||||
|
|
||||||
|
@ -9,11 +31,6 @@ _A research hub for universities_
|
||||||
![Screenshot 3](https://user-images.githubusercontent.com/1540885/138204387-69cd2e63-3030-48b8-a149-043e3e2393f7.png)
|
![Screenshot 3](https://user-images.githubusercontent.com/1540885/138204387-69cd2e63-3030-48b8-a149-043e3e2393f7.png)
|
||||||
|
|
||||||
|
|
||||||
## 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_.
|
|
||||||
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
### Requirements
|
### Requirements
|
||||||
|
|
|
@ -21,3 +21,5 @@ livehtml:
|
||||||
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
|
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
|
||||||
%: Makefile
|
%: Makefile
|
||||||
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS)
|
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS)
|
||||||
|
|
||||||
|
# remake
|
||||||
|
|
Loading…
Reference in a new issue