Skip to content

Commit

Permalink
Merge pull request #26 from Vincent-wq/main
Browse files Browse the repository at this point in the history
Reorganize data and update readme after accepted.
  • Loading branch information
Vincent-wq authored Nov 11, 2022
2 parents 6963309 + 88ceb80 commit 11bef19
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 13 deletions.
14 changes: 3 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
# COSN_Manuscript (updating)
A repo for the manuscript of COSN, including all the figures and the corresponding codes.
# COSN_Manuscript Repo
This is the repo for the COSN manuscript of COSN, including all the figures, the corresponding codes and data.

## Some experience for data collection
Jin, H. Wang, Q. et al. The Chinese Open Science Network (COSN): Building an Open Science community from scratch. Preprint at https://doi.org/10.31234/osf.io/ac9by (2022) (Accepted by ***AMPPS***, [pre-print](https://psyarxiv.com/ac9by/)).

1. **Columns**: Event, Date, Reads, Topic, Ref;

1. **Event**: ```String``` in ['OpenTrans', 'OpenTalks', 'OpenTutorials', 'OpenMinds', 'OpenPlus'];
2. **Date**: ```Datetime``` formated as %Y-%m-%d ;
3. **Reads**: ```int``` non-negative integer;
4. **Topic**: ```string``` of Chiniese topic (gbk);
5. **Ref**: ```string``` of English reference/topic (utf-8);
2.
42 changes: 40 additions & 2 deletions data/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,32 @@
# Search Stratege Of Data For Figure1b
# Data used to generate figures (Fig. 1 and Fig. 3)

All the data that are needed to generate Fig. 1 and Fig. 3 are located here. Among them, all the raw data collected are in the sub-folder ***raw***. The preprocessed data for these figures are:

1. Figure 1. Global engagement in the Open Science movement.

Data: **os_organizations.csv**;
2. Figure 3. Number of reads of WeChat posts and articles for Open 4+ events.

Data: **cosn_events.csv**;

By Qing Wang and Yuanrui Zheng @ 2022.11.11

## 1. Data for Fig.1: os_organizations.csv

### Columns:

country: <string>, the abbreviation of the country;

rep_code: <string>, the 3 letter country code;

developed: <boolean>, whether this country is develped or not {1: developed, 2: developing};

platform: <string>, OS organization name;

full_name: <string>, the full name of the country;

### Search Stratege Of the fFive OS Organizations

## Five Organizations
- Open Science GrassRoots Networks
- Searching Date: 2022.3.15
- [Link](https://groups.google.com/a/cos.io/g/network-of-open-science-grassroots-networks)
Expand All @@ -16,3 +42,15 @@
- Society For The Improvement Of Psychological Science(SIPS)
- Searching Date: 2022.4.19
- [Link](https://improvingpsych.org/committees/)

## 2. Data for Fig.3 data: os_organizations.csv

### Columns

Events: <string>, the name of this OS event;

Date: <date>, the date of this OS event;

Reads: <int>, the Number of reads of the event posts;

Topic: <string>, The event topic (in Chinese);
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 11bef19

Please sign in to comment.