-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #583 from dice-group/develop
Updates for several profiles as well as the IDP team page.
- Loading branch information
Showing
9 changed files
with
68 additions
and
36 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
@prefix dice: <https://dice-research.org/> . | ||
@prefix schema: <https://schema.dice-research.org/> . | ||
|
||
dice:InterpretableDataProcessing a schema:Group ; | ||
schema:name "Interpretable Data Processing" ; | ||
schema:tagline "Gathering, preparing and analysis of data as well as benchmarking in an interpretable way" ; | ||
schema:relatedProject dice:HOBBIT, dice:OPAL, dice:LIMBO ; # related projects | ||
schema:content """The Interpretable Data Processing group works on two main fields. | ||
Firstly, we are gathering, preparing and analysing Linked Data. | ||
The first part of this pipeline is done by using our open-source | ||
crawler <a href="https://dice-research.org/Squirrel">Squirrel<a/>. | ||
This crawler has been used in several projects, including the two research projects OPAL and LIMBO. | ||
After data has been gathered, we provide several Fact Checking services including | ||
<a href="https://github.com/dice-group/COPAAL">COPAAL</a>, | ||
<a href="https://github.com/dice-group/FactCheck">FactCheck</a>, | ||
<a href="https://github.com/dice-group/HybridFC">HybridFC</a>, | ||
<a href="https://github.com/dice-group/TemporalFC">TemporalFC</a>, and | ||
<a href="https://github.com/dice-group/favel">FAVEL</a>, which | ||
can be used to ensure the veracity of the data with respect to a reference knowledge base or a reference corpus. | ||
We also apply these tools in our research project NEBULA. | ||
The second main field this group is working on is benchmarking. We are maintaining several benchmarking platforms and tools: | ||
<ul> | ||
<li><a href="https://dice-research.org/HOBBIT-demo">HOBBIT</a> is a holistic benchmarking platform for Big Linked Data solutions.</li> | ||
<li><a href="https://dice-research.org/GERBIL">GERBIL</a> is a light-weight platform for benchmarking web services. Currently we are supporting the benchmarking within three areas: | ||
<ul> | ||
<li><a href="https://dice-research.org/GerbilKBC">Knowledge Extraction</a></li> | ||
<li><a href="https://dice-research.org/GerbilQA">Question Answering</a></li> | ||
<li><a href="https://dice-research.org/GerbilKBC">Knowledge Base Curation</a></li> | ||
</ul> | ||
<li><a href="https://dice-research.org/IGUANA">IGUANA</a> is a benchmarking platform for evaluating the performance of triple stores.</li> | ||
<li><a href="https://dice-research.org/Palmetto">Palmetto</a> is an evaluation tool for topic models.</li> | ||
</ul> | ||
We also cover additional research areas that are connected to benchmarking like | ||
<ul> | ||
<li> The explainability of benchmarking results,</li> | ||
<li> The generation of synthetic benchmarking data mimiking real-world data, and</li> | ||
<li> Evaluating the robustness of Linked-Data-based approaches.</li> | ||
</ul> | ||
""" ; | ||
schema:lead dice:MichaelRoeder ; # group maintainer | ||
schema:member dice:AnaSilva, dice:DenisKuchelev, dice:FarshadAfshari, dice:UmairQudus, dice:NehaPokharel, dice:HardikShetty, dice:RishikeshYadav ; # group members list (in no particular order) | ||
schema:relatedDemo dice:GerbilKE, dice:GerbilQA, dice:GerbilKBC, dice:HOBBIT-demo, dice:Palmetto . # list of related demos |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,7 @@ | |
dice:AlkidBaci a schema:Person ; | ||
schema:name "Alkid Baci" ; | ||
schema:role dice:StudentResearcher ; | ||
schema:email <mailto:[email protected]> . | ||
schema:email <mailto:[email protected]> ; | ||
schema:chat "@alkid:chat.dice-research.org" ; | ||
schema:project dice:ENEXA, dice:TENTRIS, dice:TRR318 ; | ||
schema:photo "alkidbaci.jpg" . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
@prefix dice: <https://dice-research.org/> . | ||
@prefix schema: <https://schema.dice-research.org/> . | ||
|
||
dice:Amgad a schema:Person ; | ||
schema:name "Amgad Mahmoud" ; | ||
schema:namePrefix "" ; | ||
schema:role dice:ResearchStaff ; | ||
schema:phone <tel:+49-170-88-68456> ; | ||
schema:email <mailto:[email protected]> ; | ||
schema:chat "@amgadkratos:chat.dice-research.org" ; | ||
schema:office "FU.338" ; | ||
schema:photo "Amgad.jpg" ; | ||
schema:project dice:FAIROmics ; | ||
schema:content """""" . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,10 +5,10 @@ dice:HashimKhan a schema:Person ; | |
schema:name "Hashim Khan" ; | ||
schema:namePrefix "" ; | ||
schema:role dice:ResearchStaff ; | ||
schema:phone <tel:> ; | ||
schema:phone <tel:+49-5251-605188> ; | ||
schema:fax <tel:> ; | ||
schema:email <mailto:[email protected]> ; | ||
schema:chat "@hashim:chat.dice-research.org" ; | ||
schema:office "TP6.3.305" ; | ||
schema:office "FU.323" ; | ||
schema:photo "hkhan.jpg" ; | ||
schema:content """""" . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,8 @@ | |
|
||
dice:ReneSpeck a schema:Person ; | ||
schema:name "René Speck" ; | ||
schema:namePrefix "" ; | ||
schema:role dice:ResearchStaff ; | ||
schema:namePrefix "Dr. rer. nat." ; | ||
schema:role dice:SeniorResearcher ; | ||
schema:phone <tel:> ; | ||
schema:fax <tel:> ; | ||
schema:email <mailto:[email protected]> ; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,11 +6,11 @@ dice:UmairQudus a schema:Person ; | |
schema:namePrefix "" ; | ||
schema:role dice:ResearchStaff ; | ||
schema:chat "@uqudus:chat.dice-research.org" ; | ||
schema:phone <tel:+49-525-16-05190> ; | ||
schema:phone <tel:+49-525160-5194> ; | ||
schema:fax <tel:> ; | ||
schema:email <mailto:[email protected]> ; | ||
schema:chat "@uqudus:chat.dice-research.org" ; | ||
schema:office "TP6.3.307" ; | ||
schema:office "FU.201.4" ; | ||
schema:photo "umair.jpg" ; | ||
schema:project dice:KnowGraphs, dice:NEBULA; | ||
schema:content """ | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.