Skip to content

SDM-TIB/LDM_Docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Leibniz Data Manager (LDM)

The Leibniz Data Manager (LDM) is an open source and free web-based application for Research Data Management (RDM). LDM delivers different distributions to best fit the specific requirements of various customers, e.g., institutes and research groups performing RDM in various scientific disciplines. The LDM distributions are designed, maintained, and curated by TIB and L3S.

The prototype currently offers the following functions for the visualization of research data:

Supports data collections and publications with different formats Different views on the same data set (2D and 3D support) Visualization of Auto CAD files Jupyter Notes for demonstrating live code RDF Description of data collections The file specific viewers were implemented using CKAN (Comprehensive Knowledge Archive Network) plugins to render existing viewers for the datasets included in the CKAN instance.

The RDM arelated concepts, the LDM distributions, and the deployment methods are explained in the projects wiki on GitHub.

Besides the Leibniz Data Manager, TIB provides further services around research data management for institutions and researchers. This includes a DOI service, support in choosing the right repositories, and in publishing and archiving research data, as well as training and advisory services. Please refer to our homepage for a full service description: https://www.tib.eu/en/publishing-archiving/research-data/

More info about the LDM project can be found on the TIB webpage.

Please, contact us at [email protected] if you have comments or questions.

LDM Features

LDM Architecture

Wikidata Explorer Feature

With this feature the user is able to extend CSV datasets with existing information in the Wikidata KG. The tool applies entity linking to all concepts in the same column and enable the user to use the extracted entities to extend the dataset. Here below is a demo video of how the tool works: Video

Live Code

This feature enables users to create, share, and execute live code interactively. We use JupyterHub, which allows multiple users to use the Jupyter Notebook and manages a separate Jupyter environment for each user. The feature facilitates exploratory data analysis and visualization of code outputs. Furthermore, it is ideal for teaching and data science. Here below is a demo video of how the tool works: Video

Federated Search

This feature enables users to execute SPARQL queries over a federation of ORKGs, i.e., retrieving answers from multiple KGs with a single query. DeTrusty decomposes the query and retrieves the answers from the appropriate KGs. The federation includes but is not limited to the LDM KG and the ORKG. Here below is a demo video of how the tool works: Video

Datasets Comparison

This feature enables users to compare the data of multiple CSV datasets. The feature allows the users to analyze the combined data in a table. Moreover, the feature is capable of producing different plots putting selected attributes into perspective. Here below is a demo video of how the tool works: Video

Enhancing Links between ORKG KGs

By adding the DOI of the paper that defines the dataset to the LDM, a link to the corresponding paper in the ORKG will added to the dataset. Here below is a demo video of how the tool works: Video