weaving_buffer_strips
Code associated with research weaving project on collaboration in agricultural buffer strip research
Science Score: 57.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 4 DOI reference(s) in README -
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.5%) to scientific vocabulary
Repository
Code associated with research weaving project on collaboration in agricultural buffer strip research
Basic Info
- Host: GitHub
- Owner: rootsandberries
- Language: Jupyter Notebook
- Default Branch: main
- Size: 33 MB
Statistics
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 3
- Releases: 1
Metadata Files
README.md
Collaboration and term usage dynamics in agricultural buffer strip research
This repository contains the code associated with the paper: Young, S., Haddaway, N. R., Nakagawa, S., Lagisz, M., & Callaghan, M. W. (2021). Collaboration and term usage dynamics in agricultural buffer strip research: a research weaving protocol. Ecological Solutions and Evidence, 2, e12084. https://doi.org/10.1002/2688-8319.12084
File Overview
Code:
Filename: publicationsLENSpreprocessing.RMD
Short description: R Markdown file containing code for cleaning and preprocessing Lens.org data for further analysis.Filename: publicationsLENSigraph.RMD
Short description: R Markdown file containing code for constructing co-authorship network in igraph and analyzing co-authorship network attributes and sub-communities.Filename: publicationsLENSbibcouple.RMD
Short description: R Markdown file containing code for analysis of bibliographic coupling clusters related to functional roles, publication years, geographic location and buffer strip terminology usage.Filename: topic-model-lens.ipynb Short desicription: Python script for identifying topics based on studies included in the systematic map.
Filename: topic-model.ipynb Short desicription: Python script for identifying topics based on studies included in the systematic map.
Filename: bibcouple.ipynb Short desicription: Python script for constructing bibliographic coupling network and visualizing network clusters and topics.
Filename: heatmaps.ipynb Short desicription: Python script used for generating heatmaps to examine topic models and functional roles studied in papers.
Data/
Directory containing the following data files:
1. Filename: 20201215EGMNetall-articlesclean.csv
Short description: Contains complete list of all studies included in the original systematic map by Haddaway et al. File used to query Lens.org.
Filename: LENS_dataframe.RData
Short description: RData file containing output from API query of Lens.org of studies included in systematic map. Contains 1073 rows.Filename: LENSdataframecleaned.RData
Short description: Cleaned version of LENS_dataframe.RData. Duplicate records were removed and author names and ids cleaned.Filename: recorddfdata.authors.idscleaned.csv Short description: Unnested and cleaned author data from LENSdataframe_cleaned.RData.
Filename: recorddfdata.authors.aff_cleaned.csv Short description: Unnested and cleaned author data including cleaned country affiliations.
Filename: 13750-2018-126-MOESM6-ESM-dedup-1019-outcome.csv Short desription: Original systematic mapping data including bibliographic data and manually extracted data related to study charactistics. Includes a column "alloutcomesgroup", which is a cleaned and grouped version of the original data extracted on outcomes at the study level.
Filename: bc_clustered.csv Short description: List of studies included in the bibliographic coupling network and their associated assigned cluster number.
Filename: sysmap.lensid.abstractbibcouple.csv File used to generate heatmaps with functional roles studied (variable name: alloutcomes_group).
Filename: 20211019rwbslens-export.csv File used to generate bibliographic coupling network with references from studies (variable name: References).
Plots/
Directory containing plots found in manuscript figures. See file names and paper for more information about each plot.
tm-results/
Directory containing topic modelling features, parameters and heatmap plots.
bibcouple-results/
Directory containing bibliographic coupling figure versions generated in bibcouple.ipynb.
Owner
- Name: Sarah Young
- Login: rootsandberries
- Kind: user
- Location: Pittsburgh, PA
- Company: Carnegie Mellon University
- Repositories: 1
- Profile: https://github.com/rootsandberries
Citation (CITATION.cff)
cff-version: 1.0 message: "If you use this code or data, please cite it as below." authors: - family-names: "Sarah" given-names: "Young" orcid: "https://orcid.org/0000-0002-8301-5106" - family-names: "Malgorzata" given-names: "Lagisz" - family-names: "Max W." given-names: "Callaghan" - family-names: "Shinichi" given-names: "Nakagawa" - family-names: "Neal R." given-names: "Haddaway" title: "Code and Data for Collaboration and term usage dynamics in agricultural buffer strip research: research weaving" version: 1.0 doi: 10.5281/zenodo.13293002 date-released: 2024-08-10 url: "https://github.com/rootsandberries/weaving_buffer_strips"