# 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.  **URL :** https://graspos.eu/ ### 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.  **INRAE** is one of the thematic pilots. In the context of the GraspOS, INRAE expects to: * 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) ## Objectives * select some of the tools and services provided by the programme * check that the tool(s)/service(s) selected meet our expectations ## Installation ### Get source code ```shell git clone https://forgemia.inra.fr/dipso/graspos.git ``` ### Deploy necessary libraries The code source is in Python, and Python + pip are 2 prequisites. The deployment is based on pip: ```shell pip install -r requirements.txt ``` ## Usage The codes are included in (jupyter) notebooks, and can be used with: ```shell jupyter lab ``` ## Roadmap * [ ] define a few steps ## Authors and acknowledgment * Alban Thomas * Odile Hologne * Naima Cortes ## License 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.