-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodemeta.json
More file actions
79 lines (79 loc) · 2.73 KB
/
Copy pathcodemeta.json
File metadata and controls
79 lines (79 loc) · 2.73 KB
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"identifier": "cina",
"name": "CINA: Climate Issue-Network Analysis Framework",
"description": "An end-to-end LLM → graph → LLM pipeline for climate-negotiation intelligence. Multi-axis Stage 1 stance extraction (stance + NATO 4-axis policy instruments + 5-frame typology + procedural-authority signals), Stage 2 heterogeneous graph + Leiden + heterogeneous R-GAT, Stage 3 graph-grounded briefing generation. Retrospectively validated on COP30 Belém Adaptation Indicators (FCCC/PA/CMA/2025/L.25E).",
"codeRepository": "https://github.com/zxsa0716/cina",
"url": "https://zxsa0716.github.io/cina/",
"downloadUrl": "https://github.com/zxsa0716/cina/archive/refs/tags/v3.0.0.zip",
"issueTracker": "https://github.com/zxsa0716/cina/issues",
"license": "https://spdx.org/licenses/MIT.html",
"version": "3.0.0",
"datePublished": "2026-05-05",
"dateModified": "2026-05-05",
"softwareVersion": "3.0.0",
"programmingLanguage": [
{
"@type": "ComputerLanguage",
"name": "Python",
"version": ">=3.11"
}
],
"operatingSystem": ["Linux", "macOS", "Windows"],
"softwareRequirements": [
"torch>=2.2",
"numpy>=1.26",
"scipy>=1.11",
"matplotlib>=3.8",
"networkx>=3.2",
"python-igraph>=0.11.3",
"leidenalg>=0.10.1",
"rapidfuzz>=3.6",
"pydantic>=2.6"
],
"author": [
{
"@type": "Person",
"givenName": "Heedo",
"familyName": "Choi",
"alternateName": "최희도",
"email": "zxsa0716@kookmin.ac.kr",
"affiliation": {
"@type": "Organization",
"name": "Department of Climate Technology Convergence (기후기술융합학과), Kookmin University"
}
}
],
"maintainer": [
{
"@type": "Person",
"givenName": "Heedo",
"familyName": "Choi",
"email": "zxsa0716@kookmin.ac.kr"
}
],
"keywords": [
"climate-negotiations",
"cop30",
"cop31",
"unfccc",
"adaptation",
"large-language-models",
"graph-neural-networks",
"graph-attention-network",
"leiden-algorithm",
"regime-complex",
"two-level-games",
"norm-entrepreneur",
"policy-instruments",
"korea",
"brazil"
],
"applicationCategory": "Climate / International Relations / Computational Social Science",
"developmentStatus": "active",
"funding": "Self-funded graduate research project",
"isPartOf": "Kookmin University Graduate Global Climate Leadership programme (2026 Spring)",
"readme": "https://github.com/zxsa0716/cina#readme",
"citation": "Choi, Heedo (2026). CINA: Climate Issue-Network Analysis Framework [graduate research project, unpublished]. Kookmin University. https://github.com/zxsa0716/cina"
}