Skip to content

Commit 4cbed5a

Browse files
committed
fix(repo): rename
1 parent acfebaf commit 4cbed5a

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ We welcome contributions to both the contents of the database and as well as our
44
We cannot accept PRs that contain personal information, as the result of field work. All data must satisfy the [GDPR](https://gdpr-info.eu).
55

66
## Research Assistants (HiWis)
7-
Student assistants who join our project should always consults. the step-by-step guidelines for how to use git, work with spreadsheets, best practices, etc. in the [wiki](https://github.com/readchina/ReadingData/wiki).
7+
Student assistants who join our project should always consults. the step-by-step guidelines for how to use git, work with spreadsheets, best practices, etc. in the [wiki](https://github.com/readchina/ReadAct/wiki).
88

99
## Data Directory
1010
The main data files are in `csv` format and located inside the `csv/data/` directory. The source encoding is `utf-8` and uses **commas** `,` as field separators. The `csv` files are the authoritative files used for populating the SQL database as well as for generating the `tei-xml` files driving the *ReadAct* web application.

csv/datapackage.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -187,14 +187,14 @@
187187
"resources": {
188188
"name": "view1a",
189189
"data": {
190-
"url": "https://raw.githubusercontent.com/readchina/ReadingData/master/csv/views/view01a_txt-titles.csv"
190+
"url": "https://raw.githubusercontent.com/readchina/ReadAct/master/csv/views/view01a_txt-titles.csv"
191191
},
192192
"specType": "vega-lite",
193193
"spec": {
194194
"$schema": "https://vega.github.io/schema/vega-lite/v4.json",
195195
"description": "Textual works by creator excluding unknowns",
196196
"data": {
197-
"url": "https://raw.githubusercontent.com/readchina/ReadingData/master/csv/views/view01a_txt-titles.csv"
197+
"url": "https://raw.githubusercontent.com/readchina/ReadAct/master/csv/views/view01a_txt-titles.csv"
198198
},
199199
"mark": {
200200
"type": "bar",
@@ -225,14 +225,14 @@
225225
"resources": {
226226
"name": "view1b",
227227
"data": {
228-
"url": "https://raw.githubusercontent.com/readchina/ReadingData/master/csv/views/view01b_art-titles.csv"
228+
"url": "https://raw.githubusercontent.com/readchina/ReadAct/master/csv/views/view01b_art-titles.csv"
229229
},
230230
"specType": "vega-lite",
231231
"spec": {
232232
"$schema": "https://vega.github.io/schema/vega-lite/v4.json",
233233
"description": "Non-textual works by creator excluding unknowns",
234234
"data": {
235-
"url": "https://raw.githubusercontent.com/readchina/ReadingData/master/csv/views/view01b_art-titles.csv"
235+
"url": "https://raw.githubusercontent.com/readchina/ReadAct/master/csv/views/view01b_art-titles.csv"
236236
},
237237
"mark": {
238238
"type": "bar",
@@ -263,14 +263,14 @@
263263
"resources": {
264264
"name": "view2",
265265
"data": {
266-
"url": "https://raw.githubusercontent.com/readchina/ReadingData/master/csv/views/view02_creator-matrix.csv"
266+
"url": "https://raw.githubusercontent.com/readchina/ReadAct/master/csv/views/view02_creator-matrix.csv"
267267
},
268268
"specType": "vega-lite",
269269
"spec": {
270270
"$schema": "https://vega.github.io/schema/vega-lite/v4.json",
271271
"description": "Reading Objects by creator excluding unknowns",
272272
"data": {
273-
"url": "https://raw.githubusercontent.com/readchina/ReadingData/master/csv/views/view02_creator-matrix.csv"
273+
"url": "https://raw.githubusercontent.com/readchina/ReadAct/master/csv/views/view02_creator-matrix.csv"
274274
},
275275
"mark": {
276276
"type": "bar",

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ReadAct
2-
[![Build Status](https://travis-ci.com/readchina/ReadingData.svg?branch=master)](https://travis-ci.com/readchina/ReadingData) [![DOI](https://zenodo.org/badge/96089230.svg)](https://zenodo.org/badge/latestdoi/96089230)
2+
[![Build Status](https://travis-ci.com/readchina/ReadAct.svg?branch=master)](https://travis-ci.com/readchina/ReadAct) [![DOI](https://zenodo.org/badge/96089230.svg)](https://zenodo.org/badge/latestdoi/96089230)
33

44
This repository contains the main data files for the *ReadAct* database. *ReadAct* collects data about reading habits during China's long 1970s: Who read what when with whom why under what circumstances for what purposes? What impact did this have on individuals and on Chinese society? Our main sources are autobiographical texts in Chinese and other languages. For more information, please consult our [documentation](https://readchina.github.io/readact.html).
55

@@ -12,4 +12,4 @@ This repository contains the main data files for the *ReadAct* database. *ReadAc
1212

1313
## New contributors
1414
New contributors should consult these [guidelines](.github/contributing.md)
15-
Please check the [wiki](https://github.com/readchina/ReadingData/wiki) for general how-to's, FAQ, and to learn about best practices.
15+
Please check the [wiki](https://github.com/readchina/ReadAct/wiki) for general how-to's, FAQ, and to learn about best practices.

0 commit comments

Comments
 (0)