Skip to content

Commit 0feb8c0

Browse files
Merge pull request #641 from dice-group/develop
* Update KGSUMM-2025.mdx * Update Learn2RAG
2 parents c990e55 + d103400 commit 0feb8c0

4 files changed

Lines changed: 8 additions & 3 deletions

File tree

data/projects/Learn2RAG.ttl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ dice:Learn2RAG a dice:FundedProject ;
1717
schema:partner dicepartner:IfDT, dicepartner:USU, dicepartner:DRK-RLP, dicepartner:FraunhoferIEM ; # project partners list
1818
# schema:relatedDemo dice:LIMES ; # list of related demos
1919
schema:publicationTag "learn2rag" ; # tag used for publications list on project page
20-
# schema:sourceCode <https://github.com/project-group/project> ;
21-
schema:fundingProgram "BMWK" .
20+
schema:sourceCode <https://github.com/learn2rag> ;
21+
schema:fundingProgram "This work has been supported by the by the German Federal Ministry of Research, Technology and Space (BMFTR) under the grant no 01MK250104." .

images/funded-by/bmftr.png

26 KB
Loading

pages/teaching/KGSUMM-2025.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ To achieve this, we are exploring several cutting-edge techniques:
2525

2626
Through this project group, students will gain hands-on experience with the full pipeline of entity summarization in knowledge graphs, from concept understanding and dataset exploration to model implementation and potential improvements.
2727

28-
For more information, check out the slides: [KGSUMM_PG_WiSe_25.pdf](https://github.com/dice-group/KGSUMM-PG/blob/decf63e5eed1f6fef4eac0238517fc015090d84c/KGSUMM_PG_WiSe_2025.pdf)
28+
For more information, check out the slides: [KGSUMM_PG_WiSe_25.pdf](https://github.com/dice-group/KGSUMM-PG/blob/main/KGSUMM_PG_WiSe_2025.pdf)
2929

3030
#### FAQs
3131

scripts/src/components/fundedby/index.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ const fundedBy = [
5252
image: ['mkw-nrw.png'],
5353
text: ['MKW NRW'],
5454
},
55+
{
56+
url: 'https://www.bmftr.bund.de',
57+
image: ['bmftr.png'],
58+
text: ['BMFTR'],
59+
},
5560
];
5661

5762
const getProgram = fundingProgram => {

0 commit comments

Comments
 (0)