Skip to content

Commit

Permalink
add license (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
saifulkhan authored Feb 18, 2023
1 parent 65f1603 commit 1c3ca97
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 5 deletions.
25 changes: 25 additions & 0 deletions LICENCE
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
BSD 2-Clause License

Copyright (c) 2023, RAMPVIS (https://sites.google.com/view/rampvis)
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,11 +141,12 @@ docker-compose -f docker-compose-int.yml ps
# infrastructure-api docker-entrypoint.sh yarn dev Up 0.0.0.0:4000->4000/tcp
```

To test if the service internal services/APIs are started properly, open the following URLs
To display the list of the APIs and test test if the service internal services/APIs are started properly, open the following URLs:

- http://localhost:4010/docs and
- http://localhost:4000/api-docs/swagger/
- http://localhost:4000/api-docs/swagger/

These the URLs should display the list of the APIs.
Note: Not all the infrastructure APIs are documented and this UI will only show the few APIs that are documented.


**Note** In order to start and debug the services locally see the [data-api README](./data-api/README.md) and [infrastructure-api README](./infrastructure-api/README.md) files.
Expand Down Expand Up @@ -201,7 +202,8 @@ The [rampvis-ui](https://github.com/ScottishCovidResponse/rampvis-ui) and [rampv
year = {2022},
doi = {10.1109/TSC.2022.3164146}
}

```
```bash
@article{Khan2022:IEEE-TVCG,,
author = {Saiful Khan, Phong Nguyen, Alfie Abdul-Rahman, Benjamin Bach, Min Chen, Euan Freeman, and Cagatay Turkay},
title = {Propagating Visual Designs to Numerous Plots and Dashboards},
Expand All @@ -217,4 +219,5 @@ The [rampvis-ui](https://github.com/ScottishCovidResponse/rampvis-ui) and [rampv
## Contact

URL: https://sites.google.com/view/rampvis/teams
Email: saiful.etc@gmail.com

Email: khan.saiful@outlook.com

0 comments on commit 1c3ca97

Please sign in to comment.