Skip to content
Snippets Groups Projects
README.md 2.87 KiB
Newer Older
THOMAS ALBAN's avatar
THOMAS ALBAN committed
# graspos

## Context
### GraspOS
**GraspOS** (Next Generation Research Assessment to Promote Open Science) aims to Support the emerging policy reforms and
pave the way towards an Open Science aware Responsible Research Assessment system.
THOMAS ALBAN's avatar
THOMAS ALBAN committed

![logo_graspos.png](fig/logo_graspos.png)
THOMAS ALBAN's avatar
THOMAS ALBAN committed

**URL :** https://graspos.eu/
THOMAS ALBAN's avatar
THOMAS ALBAN committed

### INRAE in GraspOS
GraspOS pilots represent three types of Open Science enabled research assessment: 
1. funding agencies and national stakeholders who are operating infrastructure and use for evaluation of funding, 
2. universities, including departments and research groups, interested in recruiting and assessment, and 
3. thematic disciplines who can set general assessment criteria based on infrastructure and discipline needs.
THOMAS ALBAN's avatar
THOMAS ALBAN committed

![logo_INRAE.jpg](fig/logo_INRAE.jpg)
THOMAS ALBAN's avatar
THOMAS ALBAN committed

**INRAE** is one of the thematic pilots. In the context of the GraspOS, INRAE expects to:
THOMAS ALBAN's avatar
THOMAS ALBAN committed

* Better assessing OS engagement (publications, datasets, codes, citizen science) of our researchers in Agricultural Sciences and Veterinary Science
* Analyse the impact in terms of interdisciplinarity, reproducibility of research results and on Society (does openness support innovation or contribute to interdisciplinarity)
THOMAS ALBAN's avatar
THOMAS ALBAN committed

## Objectives
THOMAS ALBAN's avatar
THOMAS ALBAN committed

* select some of the tools and services provided by the programme
* check that the tool(s)/service(s) selected meet our expectations
THOMAS ALBAN's avatar
THOMAS ALBAN committed

## Installation
THOMAS ALBAN's avatar
THOMAS ALBAN committed

### Get source code
THOMAS ALBAN's avatar
THOMAS ALBAN committed

```shell
git clone https://forgemia.inra.fr/dipso/graspos.git
```
THOMAS ALBAN's avatar
THOMAS ALBAN committed

### Deploy necessary libraries
THOMAS ALBAN's avatar
THOMAS ALBAN committed

The code source is in Python, and Python + pip are 2 prequisites.
THOMAS ALBAN's avatar
THOMAS ALBAN committed

The deployment is based on pip:
THOMAS ALBAN's avatar
THOMAS ALBAN committed

```shell
pip install -r requirements.txt
```
THOMAS ALBAN's avatar
THOMAS ALBAN committed

## Usage

The codes are included in (jupyter) notebooks, and can be used with:
THOMAS ALBAN's avatar
THOMAS ALBAN committed

```shell
THOMAS ALBAN's avatar
THOMAS ALBAN committed
jupyter lab
THOMAS ALBAN's avatar
THOMAS ALBAN committed

## Roadmap
THOMAS ALBAN's avatar
THOMAS ALBAN committed

* [ ] define a few steps
THOMAS ALBAN's avatar
THOMAS ALBAN committed

## Authors and acknowledgment

* Alban Thomas
* Odile Hologne
* Naima Cortes
THOMAS ALBAN's avatar
THOMAS ALBAN committed

## License

THOMAS ALBAN's avatar
THOMAS ALBAN committed
MIT License

Copyright (c) 2024 Alban Thomas

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.