Skip to content

Commit 031abd3

Browse files
authoredNov 28, 2024··
label: add hubei university label (X-lab2017#1650)
Signed-off-by: frank-zsy <[email protected]>
1 parent c8411c5 commit 031abd3

File tree

6 files changed

+69
-1
lines changed

6 files changed

+69
-1
lines changed
 
+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: China University of Geosciences
2+
type: University
3+
meta:
4+
name_zh: 地大
5+
name_zh_full: 中国地质大学(武汉)
6+
data:
7+
platforms:
8+
- name: GitHub
9+
type: Code Hosting
10+
repos:
11+
- id: 81367506
12+
name: cuglife
13+
- id: 77605371
14+
name: CUG-hydro
15+
- id: 66998566
16+
name: CUG-EMI
+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Hubei University
2+
type: University
3+
meta:
4+
name_zh: 湖大
5+
name_zh_full: 湖北大学
6+
data:
7+
platforms:
8+
- name: GitHub
9+
type: Code Hosting
10+
orgs:
11+
- id: 113109543
12+
name: OS-HUBU
+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Huazhong University of Science and Technology
2+
type: University
3+
meta:
4+
name_zh: 华科大
5+
name_zh_full: 华中科技大学
6+
data:
7+
platforms:
8+
- name: GitHub
9+
type: Code Hosting
10+
orgs:
11+
- id: 164288024
12+
name: hust-open-atom-club
13+
- id: 112808337
14+
name: LANGYA-HUST
15+
- id: 7669373
16+
name: hust-latex
+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Wuhan University
2+
type: University
3+
meta:
4+
name_zh: 武大
5+
name_zh_full: 武汉大学
6+
data:
7+
platforms:
8+
- name: GitHub
9+
type: Code Hosting
10+
orgs:
11+
- id: 78056486
12+
name: whutug
13+
- id: 49439568
14+
name: openwhu
15+
- id: 16358514
16+
name: WHUFT
17+
- id: 112596701
18+
name: WHU-MSC
19+
- id: 131381256
20+
name: WHUCodingAndOpen

‎labeled_data/regions/CN/hubei.yml

+4
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,7 @@ data:
2222
- :companies/wutos
2323
- :companies/ygsoft
2424
- :companies/zte
25+
- :institutions/cug
26+
- :institutions/hubu
27+
- :institutions/hust
28+
- :institutions/whu

‎src/label_data_utils.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const labelInputPath = path.join(__dirname, labelInputDir);
99

1010
const checkKeysAndTypes = {
1111
labelTypes: new Set<string>([
12-
'Region-0', 'Region-1', 'Company', 'Community', 'Project', 'Foundation', 'Tech-0', 'Tech-1', 'Tech-2', 'Tech-3', 'Domain-0', 'Bot'
12+
'Region-0', 'Region-1', 'Company', 'Community', 'Project', 'Foundation', 'University', 'Tech-0', 'Tech-1', 'Tech-2', 'Tech-3', 'Domain-0', 'Bot'
1313
]),
1414
labelKeys: new Set<string>([
1515
'labels', 'platforms'

0 commit comments

Comments
 (0)
Please sign in to comment.