https://github.com/maastrichtlawtech/case-explorer-ui
User interface for the network analysis software platform for analyzing Dutch and European court decisions.
https://github.com/maastrichtlawtech/case-explorer-ui
caselaw network react
Last synced: 5 months ago
JSON representation
User interface for the network analysis software platform for analyzing Dutch and European court decisions.
- Host: GitHub
- URL: https://github.com/maastrichtlawtech/case-explorer-ui
- Owner: maastrichtlawtech
- License: mit
- Created: 2020-09-15T12:40:13.000Z (almost 6 years ago)
- Default Branch: dev
- Last Pushed: 2025-02-21T09:00:18.000Z (over 1 year ago)
- Last Synced: 2025-02-21T10:19:19.238Z (over 1 year ago)
- Topics: caselaw, network, react
- Language: TypeScript
- Homepage: https://prod.d26mknwishfwkh.amplifyapp.com/
- Size: 16 MB
- Stars: 8
- Watchers: 8
- Forks: 5
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Case Law Explorer: UI
Please see our documentation [here](https://maastrichtlawtech.github.io/case-explorer-ui/).
Materials for building a network analysis software platform for analyzing Dutch and European court decisions. This repository builds on the work by Dafne van Kuppevelt of the Netherlands e-Science Centre [NLeSC/case-law-app](https://github.com/NLeSC/case-law-app).
## Contributors
turgaysaba
maxin-e
Bogdan Covrig
Pedro V
gijsvd
## Instructions
To run the application using docker, clone this repository and execute the following command from the root of the repository:
```
docker-compose -f docker/docker-compose.yml up
```
## License
[](https://opensource.org/licenses/MIT)
```
MIT License
Copyright (c) 2022 Maastricht Law & Tech Lab
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```