-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathharp.json
executable file
·56 lines (56 loc) · 1.73 KB
/
harp.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"globals": {
"meta": {
"siteName": "臺灣海外聯合招生委員會",
"title": "臺灣海外聯招會・僑生及港澳生招生名額查詢系統",
"description": "提供查詢臺灣各大學系所僑生及港澳生招生資訊、名額資訊,以及審查項目說明。",
"keywords": [
"臺灣海外聯招會",
"海聯",
"僑生及港澳生招生名額查詢系統"
],
"author": "臺灣海外聯合招募委員會 University Entrance Committee For Overseas Chinese Students",
"copyright": "©2017-2020 University Entrance Committee For Overseas Chinese Students. All rights reserved.",
"imageUrl": "https://api.overseas.ncnu.edu.tw/img/0verseas-card.png",
"imageAlt": "臺灣海外聯合招募委員會形象圖卡",
"url": "https://student.overseas.ncnu.edu.tw/quota/",
"googleAnalyticsTrackId": "UA-108527915-1",
"googleAnalyticsTrackIdTest": "UA-108527915-3"
},
"title": "僑生及港澳生招生名額查詢系統|臺灣海外聯招會",
"headline": "僑生及港澳生招生名額查詢系統",
"subline": "2025 年秋季入學",
"systems": [
{
"title": "學士班",
"headline": "學士班名額查詢",
"link": "index",
"system": "bachelor"
},
{
"title": "香港二年制學士班",
"headline": "香港二年制學士班名額查詢",
"link": "two-year",
"system": "twoYear"
},
{
"title": "碩士班",
"headline": "碩士班名額查詢",
"link": "master",
"system": "master"
},
{
"title": "博士班",
"headline": "博士班名額查詢",
"link": "phd",
"system": "phd"
},
{
"title": "國際專修部",
"headline": "國際專修部名額查詢",
"link": "IFP",
"system": "IFP"
}
]
}
}