diff --git a/README.md b/README.md index 4834efb..bfec3b6 100755 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ If you use the codes, please cite the following paper: year = {2020} } ``` +arXiv paper: https://arxiv.org/abs/2005.13524 ## Usage diff --git a/docs/README.md b/docs/README.md index a82b1c0..29db804 100644 --- a/docs/README.md +++ b/docs/README.md @@ -96,7 +96,7 @@ To allow users to view a sizeable amount of information at once, we understand i The server side uses NodeJS framework and is written in Javascript. Nginx is used as an HTTP server to make the frontend accessible to the public. However, the NLP-related extraction tasks are handled better in Python. So a part of the server-side has been hosted with Flask, a micro web framework in Python. The Flask server makes API calls to the deep learning classifiers, featuring BERT, which returns the output. The output is further reflected in the frontend. The server sends information requested by the user interface via _RESTful API_, which supports cached responses on the frontend and enables the system to be scalable, thus allowing more users to use this service. -API endpoints are publicly available, which would allow programmatic access to the server's functionalities. The code repository for this can be found at https://github.com/OSM-DM-KGP/Narmada-server. The major endpoints provided are: +API endpoints are publicly available, which would allow programmatic access to the server's functionalities. The code repository for this can be found at [https://github.com/OSM-DM-KGP/Narmada-server](https://github.com/OSM-DM-KGP/Narmada-server). The major endpoints provided are: * **Fetching information** i.e. needs, availabilites and matches. Filtering by multiple conditions (such as matched or not, containing a particular resource) is also possible. diff --git a/docs/_config.yml b/docs/_config.yml index 086946f..fb860c5 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -4,4 +4,4 @@ description: Needs and Available Resource Managing Assistant for Disasters and A google_analytics: UA-98481315-13 website: http://165.227.12.176/ demo_video: http://tinyurl.com/Narmada-demo -arxiv: https://arxiv.org/abs/1801.07757 \ No newline at end of file +arxiv: https://arxiv.org/abs/2005.13524