Skip to content

Commit

Permalink
Merge pull request #220 from nikosT/devel
Browse files Browse the repository at this point in the history
REC-300 Add report description in /website and README
  • Loading branch information
themiszamani authored Jan 22, 2024
2 parents 9edf497 + 36eebec commit 84b5576
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,3 +190,5 @@ Additionally, capacity can be plotted:
./monitor.py -d "mongodb://localhost:27017/rsmetrics" -s "$(date -u -d '1 day ago' '+%Y-%m-%d')" -e "$(date -u '+%Y-%m-%d')" --capacity --plot
```

## Deployment docs
Installation and configuration documents can be found [here](docs).
7 changes: 7 additions & 0 deletions website/docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ The Recommender System (RS) is a novel component of the EOSC Portal meant to imp

![Flow](static/img/flow.png)

### Reports
Presently, we provide daily assessments:
* for the Marketplace RS by utilizing service resources, and
* for the Online Engine through training and software resources.

Both evaluations occur on a daily basis, with resource retrieval facilitated by the get_catalog.py Python module. While service data is obtained daily, the acquisition of training and software data is a manual, best-effort process owing to the extensive size of the dataset.

## Components Functionality

### Preprocessor
Expand Down
2 changes: 2 additions & 0 deletions website/docs/material.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ slug: /material
- [Overview of the Recommender Metrics Framework](pathname:///poster.pdf)

- [Demonstration of the Recommender Metrics Framework in the EGI 2023 conference _(19-23 June 2023, Poznan, Poland)_](pathname:///demo.pdf)

- [Demonstration of the Recommender Metrics Framework in the FOSSCOMM 2023 conference _(21-22 October 2023, Heraklion, Greece)_](pathname:///fosscomm.pdf)
Binary file added website/static/fosscomm.pdf
Binary file not shown.

0 comments on commit 84b5576

Please sign in to comment.