-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.qmd
More file actions
51 lines (32 loc) · 2.25 KB
/
index.qmd
File metadata and controls
51 lines (32 loc) · 2.25 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
# About 🌏🌍🌎 {.unnumbered}
Project status: Pre-release. Alpha Knowledge graph ETA end of Q4 2025. (Updated Sept. '25)
The Climate Knowledge Graph (CKG) is an R&D project to make a _knowledge graph_ of the open access parts of the 10,000 page [*IPCC Sixth Assessment Report (AR6)*](https://www.ipcc.ch/assessment-report/ar6/) corpus.
Git repo: [CKG](https://github.com/TIBHannover/climate-knowledge-graph)
## Goal 🥨
The goal is to enable easier knowledge use from complex document corpus by:
1. Making corpus search results available as multi-format publications, and
2. enabling corpus data analysis by providing FAIR linked open data resources.
CKG uses open-source software and can be used on any document corpus.
```{dot}
//| label: ckg-system
//| fig-cap: "<i>Figure: Climate Knowledge Graph schematic</i>"
//| fig-height: 4
digraph CKG {
rankdir="TB"
{node [fillcolor="#A9DDD6" margin=0 fontcolor=black fixedsize=true fontsize=18 width=1.6 shape=circle style=filled fontname="Arial"]
a [label="IPCC \nReport"]
b [label="Knowledge \nGraph"]
c [label="Search & \nPublish"]
d [label="Data \nAnalysis"]
}
a -> b
b -> {c d} [dir=both]
}
```
## About us 👋
TIB project team: Simon Worthington, e-mail: [simon.worthington@tib.eu](mailto:simon.worthington@tib.eu) (Lead: Publishing technologist), and; Laura Oldenbourg (data modeling and publishing specialist). With support from Markus Stocker, lead of Lab Knowledge Infrastructures.
CKG is an R\&D project hosted at [TIB](https://www.tib.eu/en) – Leibniz Information Centre for Science and Technology – Germany and organised in partnership with [\#semanticClimate](https://semanticclimate.github.io/p/en/) and the National Institute of Plant Genome Research [(NIPGR)](https://nipgr.ac.in/nipgrv2/index.html) – India.
CKG is funded by [TIB](https://www.tib.eu/en) Innovationsfond.
## Licensing
Sofware: All software is Open Source Initiative (OSI) open-source license compliant. Copyright the Authors.
IPCC reports. This content is Open Access and distributed under the terms of the Creative Commons Attribution licence CC-BY-NC-ND 4.0 [https://creativecommons.org/creativelicenses](https://creativecommons.org/creativelicenses). Copyright Intergovernmental Panel on Climate Change.