From a81f413a8495c435bebe83d0d861a41f6857518d Mon Sep 17 00:00:00 2001 From: Claus Stadler Date: Thu, 22 Feb 2024 22:46:49 +0100 Subject: [PATCH] Added landing page --- docs/_config.yml | 2 +- docs/index.md | 30 +++++++++++++++++++++++++++++- 2 files changed, 30 insertions(+), 2 deletions(-) diff --git a/docs/_config.yml b/docs/_config.yml index 321379b..3f0b0ad 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1,4 +1,4 @@ -title: Maven 4 Data +title: Scaseco #remote_theme: pmarsceill/just-the-docs theme: just-the-docs url: https://scaseco.github.io diff --git a/docs/index.md b/docs/index.md index 956d5cc..7429716 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,8 +1,36 @@ --- -title: Overview +title: Home layout: home nav_order: 10 --- # Scaseco +Welcome to the GitHub Organization *Scaseco* - scalable semantic components. + +## Libraries + +* [aksw-commons](https://github.com/SmartDataAnalytics/aksw-commons): A utility belt for things not covered by apache-commons, guava and commons-collections. +* [JenaX](https://github.com/Scaseco/jenax): A project with many unofficial extensions for the [Apache Jena](https://github.com/apache/jena/) Semantic Web framework. +* [r2rml-api-jena](https://github.com/Scaseco/r2rml-api-jena): A RML and R2RML toolkit. Can translate RML and R2RLM to extended SPARQL queries that can be executed with the JenaX SPARQL extensions. This approach enables algebra optimization and reuse of SPARQL extensions. +* [hadoop-parser-framework](https://github.com/Scaseco/hadoop-parser-framework): This hadoop/spark project should eventually receive the IO layer of [SANSA](https://github.com/SANSA-Stack/SANSA-Stack). + + +## Vaadin Utilities and Components + +* [vaadin-yasqe](https://github.com/Scaseco/vaadin-yasqe): Vaadin bindings for the popular *Yet Another Sparql Query Editor* (YASQE) widget. +* [vaadin-jena](https://github.com/Scaseco/vaadin-jena): Components and utilities for bridging Vaadin and Jena. Examples include: SPARQL-backed grid views, SPARQL-based label retrieval and visualization of spatial RDF literals (e.g. GeoSPARQL) on a leaflet map. + +## Maven-based Data Management + +* [maven4data](https://scaseco.github.io/maven4data/): A website explaining how to adapt the Apache Maven build system for generating, transforming, packaging and deploying data artifacts. +* [sparql-maven-plugin](https://github.com/Scaseco/sparql-maven-plugin): A maven plugin to create or update resources with SPARQL queries. +* [ckan-maven-plugin](https://github.com/Scaseco/ckan-maven-plugin): A maven plugin to deploy artifacts to CKAN instances. +* [mvn-rdf-sync](https://github.com/Scaseco/mvn-rdf-sync): CLI and docker setup to detect changes to a Maven repository and trigger generation and publishing of metadata artifacts. For example, an upload of an RDF dataset may automatically trigger DCAT, VoID and PROV-O generation. + + +## Applications + +* [Facete3](https://github.com/Scaseco/facete3) A SPARQL-based Faceted Search Application built upon the Java Vaadin framework. + +