Skip to content

Commit 0b6912a

Browse files
committed
improve Open Source a Harvard dataset #30
I'm restoring this dataset to what I intended originally, to make it look more real. The title is now back to normal. There are no restricted files. The tags look real. Also, the dataset can now be created. See #30 for how the format changed from "CC0" to "CC0 1.0".
1 parent acc6757 commit 0b6912a

9 files changed

Lines changed: 19 additions & 35 deletions

File tree

data/dataverses/open-source-at-harvard/datasets/open-source-at-harvard/.filemetadata/code/language-count.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"description": "This shell script processes the main data file, and produces a tab delimited list of language by popularity",
33
"categories":
44
[
5-
"tagCode"
5+
"Code"
66
]
77
}

data/dataverses/open-source-at-harvard/datasets/open-source-at-harvard/.filemetadata/data/2019-02-25.tsv

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"description": "This tabular file contains information on known Harvard repositories on GitHub, such as the number of stars, programming language, day last updated, number of open issues, size, number of forks, repository URL, create date, and description.",
33
"categories":
44
[
5-
"tagData",
6-
"tagSource"
5+
"Data"
76
]
8-
}
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"description": "Details about the code and reproducing results.",
3+
"categories":
4+
[
5+
"Documentation"
6+
]
7+
}

data/dataverses/open-source-at-harvard/datasets/open-source-at-harvard/.filemetadata/doc/README_private.txt

Lines changed: 0 additions & 9 deletions
This file was deleted.

data/dataverses/open-source-at-harvard/datasets/open-source-at-harvard/.filemetadata/results/language-count.tsv

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"description": "This tabular file contains the summary counts of programming languages used in the surveyed projects.",
33
"categories":
44
[
5-
"tagData",
6-
"tagResults"
5+
"Data",
6+
"Results"
77
]
8-
}
8+
}
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
2-
"description": "This is the master script",
2+
"description": "This is the master script.",
33
"categories":
44
[
5-
"tagCode"
5+
"Code",
6+
"Workflow"
67
]
78
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Execute run.sh to see results.

data/dataverses/open-source-at-harvard/datasets/open-source-at-harvard/files/doc/README_private.txt

Lines changed: 0 additions & 15 deletions
This file was deleted.

data/dataverses/open-source-at-harvard/datasets/open-source-at-harvard/open-source-at-harvard.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"lastUpdateTime": "2019-02-26T03:03:13Z",
1111
"releaseTime": "2019-02-26T03:03:13Z",
1212
"createTime": "2019-02-26T02:55:59Z",
13-
"license": "CC0",
13+
"license": "CC0 1.0",
1414
"termsOfUse": "CC0 Waiver",
1515
"metadataBlocks": {
1616
"citation": {
@@ -20,7 +20,7 @@
2020
"typeName": "title",
2121
"multiple": false,
2222
"typeClass": "primitive",
23-
"value": "Open Source at Harvard - File Hierarchy, Descriptions, Tags and Restrictions"
23+
"value": "Open Source at Harvard"
2424
},
2525
{
2626
"typeName": "author",

0 commit comments

Comments
 (0)