cssurveyanalysis
R script used for analysis on the survey about Citizen Science practices in the International Long-Term Ecological Research (ILTER) Network
Science Score: 67.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 11 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.7%) to scientific vocabulary
Repository
R script used for analysis on the survey about Citizen Science practices in the International Long-Term Ecological Research (ILTER) Network
Basic Info
- Host: GitHub
- Owner: oggioniale
- License: gpl-3.0
- Language: HTML
- Default Branch: main
- Homepage: https://oggioniale.github.io/CSSurveyAnalysis/
- Size: 18.1 MB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
- Releases: 1
Metadata Files
README.md
Introduction
This repository provides a document about the statistical analysis, performed in R, used in the papers L’Astorina et al., 2023 DOI and Bergami et al., 2023 DOI for exploring environmental Citizen Science practices and scientists' attitudes at ILTER, starting from the results of a global survey.
In the spirit of open science, open data and reproducible science we share the dataset and the statistical analysis.
Credits
The R script is being developed by Alessandro Oggioni (IREA-CNR) and Caterina Bergami (ISMAR-CNR). It is released under the GNU General Public License version 3 (GPL‑3).
Please cite this document:
bibtex
@software{oggioniCSI2022,
author = {Alessandro Oggioni and
Caterina Bergami},
title = {Statistical analysis for exploring environmental Citizen Science practices and scientists' attitudes at ILTER},
month = dec,
year = 2022,
publisher = {Zenodo},
version = {1.0},
doi = {10.5281/zenodo.7472886},
url = {https://doi.org/10.5281/zenodo.7472886}
}
Use
To reproduce the analysis please download the excel file of dataset, execute this code for load the dataset
dataset <- readxl::read_excel("ILTER_PublicEngagement_forPapers.xlsx")
dataset$age <- as.numeric(format(Sys.Date(), "%Y")) - as.numeric(dataset$Q33)
and finally run the different code.
Support contact
For support, suggestions or comments you can use the GitHub Issue Tracker.
Acknowledgments
We acknowledge the ILTER Coordination Committee and Secretariat for contributing to sharing widely the survey within the whole network and all the respondents of the ILTER community for their availability to participate.
Owner
- Name: Alessandro Oggioni
- Login: oggioniale
- Kind: user
- Location: Milan - Italy
- Company: CNR - IREA
- Website: https://www.cnr.it/people/alessandro.oggioni
- Repositories: 6
- Profile: https://github.com/oggioniale
Citation (CITATION.cff)
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: Statistical analysis for exploring environmental Citizen Science practices and scientists' attitudes at ILTER
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Alessandro
family-names: Oggioni
email: alessandro.oggioni@cnr.it
affiliation: CNR - IREA
orcid: 'https://orcid.org/0000-0002-7997-219X'
- given-names: Caterina
family-names: Bergami
email: caterina.bergami@cnr.it
affiliation: CNR-ISMAR
orcid: 'https://orcid.org/0000-0002-5284-1317'
identifiers:
- type: doi
value: 10.5281/zenodo.7472885
repository-code: 'https://github.com/oggioniale/CSSurveyAnalysis'
url: 'https://oggioniale.github.io/CSSurveyAnalysis/'
license: GPL-3.0+
version: '1.0'
date-released: '2022-12-22'