Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

label: add hubei university label #1650

Merged
merged 1 commit into from
Nov 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions labeled_data/institutions/cug/index.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: China University of Geosciences
type: University
meta:
name_zh: 地大
name_zh_full: 中国地质大学(武汉)
data:
platforms:
- name: GitHub
type: Code Hosting
repos:
- id: 81367506
name: cuglife
- id: 77605371
name: CUG-hydro
- id: 66998566
name: CUG-EMI
12 changes: 12 additions & 0 deletions labeled_data/institutions/hubu/index.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Hubei University
type: University
meta:
name_zh: 湖大
name_zh_full: 湖北大学
data:
platforms:
- name: GitHub
type: Code Hosting
orgs:
- id: 113109543
name: OS-HUBU
16 changes: 16 additions & 0 deletions labeled_data/institutions/hust/index.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Huazhong University of Science and Technology
type: University
meta:
name_zh: 华科大
name_zh_full: 华中科技大学
data:
platforms:
- name: GitHub
type: Code Hosting
orgs:
- id: 164288024
name: hust-open-atom-club
- id: 112808337
name: LANGYA-HUST
- id: 7669373
name: hust-latex
20 changes: 20 additions & 0 deletions labeled_data/institutions/whu/index.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Wuhan University
type: University
meta:
name_zh: 武大
name_zh_full: 武汉大学
data:
platforms:
- name: GitHub
type: Code Hosting
orgs:
- id: 78056486
name: whutug
- id: 49439568
name: openwhu
- id: 16358514
name: WHUFT
- id: 112596701
name: WHU-MSC
- id: 131381256
name: WHUCodingAndOpen
4 changes: 4 additions & 0 deletions labeled_data/regions/CN/hubei.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@ data:
- :companies/wutos
- :companies/ygsoft
- :companies/zte
- :institutions/cug
- :institutions/hubu
- :institutions/hust
- :institutions/whu
2 changes: 1 addition & 1 deletion src/label_data_utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const labelInputPath = path.join(__dirname, labelInputDir);

const checkKeysAndTypes = {
labelTypes: new Set<string>([
'Region-0', 'Region-1', 'Company', 'Community', 'Project', 'Foundation', 'Tech-0', 'Tech-1', 'Tech-2', 'Tech-3', 'Domain-0', 'Bot'
'Region-0', 'Region-1', 'Company', 'Community', 'Project', 'Foundation', 'University', 'Tech-0', 'Tech-1', 'Tech-2', 'Tech-3', 'Domain-0', 'Bot'
]),
labelKeys: new Set<string>([
'labels', 'platforms'
Expand Down