https://github.com/dataspecer/ds-wdoi

wdoi - wikidata ontology integration

https://github.com/dataspecer/ds-wdoi

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (3.8%) to scientific vocabulary
Last synced: 5 months ago · JSON representation

Repository

wdoi - wikidata ontology integration

Basic Info
  • Host: GitHub
  • Owner: dataspecer
  • Language: Python
  • Default Branch: main
  • Size: 47.2 MB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 2 years ago · Last pushed over 1 year ago
Metadata Files
Readme

README.md

wd-doi

A project regarding creation of the Wikidata ontology and integration into the Dataspecer tool

There are two subfolders personal-docs and source.

  • personal-docs contains personal information about the the research project
    • progress
    • useful links
    • papers
    • my comments
    • meetings with supervisors
    • informal design decisions
  • source contains source code
    • documentation of the model
    • how to use it

Owner

  • Name: Dataspecer
  • Login: dataspecer
  • Kind: organization
  • Location: Czech Republic

Tools for data specification modeling, management, and evolution.


Dependencies

source/backend/wdoi-service/package-lock.json npm
  • 480 dependencies
source/backend/wdoi-service/package.json npm
  • @types/node ^20.8.8 development
  • @typescript-eslint/eslint-plugin ^6.9.0 development
  • @typescript-eslint/parser ^6.9.0 development
  • copyfiles ^2.4.1 development
  • eslint ^8.52.0 development
  • eslint-config-prettier ^9.0.0 development
  • eslint-config-standard-with-typescript ^39.1.1 development
  • eslint-plugin-import ^2.29.0 development
  • eslint-plugin-n ^16.2.0 development
  • eslint-plugin-prettier ^5.0.1 development
  • eslint-plugin-promise ^6.1.1 development
  • nodemon ^3.0.1 development
  • pino-pretty ^10.2.3 development
  • prettier ^3.0.3 development
  • rimraf ^5.0.5 development
  • ts-node ^10.9.1 development
  • typescript ^5.2.2 development
  • @elastic/elasticsearch ^8.10.0
  • @fastify/cors ^8.4.1
  • @fastify/routes ^5.1.0
  • @fastify/sensible ^5.5.0
  • @types/sparql-http-client ^3.0.2
  • @types/timsort ^0.3.3
  • dotenv ^16.3.1
  • fastify ^4.24.3
  • fastify-plugin ^4.5.1
  • json-schema-to-ts ^2.9.2
  • sparql-http-client ^3.0.0
  • timsort ^0.3.0
source/frontend/ds-mockup/package-lock.json npm
  • 398 dependencies
source/frontend/ds-mockup/package.json npm
  • @types/react ^18.2.43 development
  • @types/react-dom ^18.2.17 development
  • @typescript-eslint/eslint-plugin ^6.14.0 development
  • @typescript-eslint/parser ^6.14.0 development
  • @vitejs/plugin-react ^4.2.1 development
  • autoprefixer ^10.4.17 development
  • eslint ^8.55.0 development
  • eslint-config-prettier ^9.1.0 development
  • eslint-plugin-prettier ^5.1.3 development
  • eslint-plugin-react-hooks ^4.6.0 development
  • eslint-plugin-react-refresh ^0.4.5 development
  • postcss ^8.4.33 development
  • prettier ^3.2.4 development
  • prettier-plugin-tailwindcss ^0.5.11 development
  • tailwindcss ^3.4.1 development
  • typescript ^5.2.2 development
  • vite ^5.0.8 development
  • @emotion/react ^11.11.3
  • @emotion/styled ^11.11.0
  • @mui/icons-material ^5.15.6
  • @mui/material ^5.15.6
  • axios ^1.6.7
  • react ^18.2.0
  • react-dom ^18.2.0
  • react-infinite-scroll-component ^6.1.0
  • react-query ^3.39.3
  • recoil ^0.7.7
source/preprocessing/requirements.txt pypi
  • certifi ==2023.7.22
  • charset-normalizer ==3.3.2
  • elastic-transport ==8.10.0
  • elasticsearch ==8.10.1
  • idna ==3.6
  • orjson ==3.9.10
  • python-dotenv ==1.0.0
  • requests ==2.31.0
  • tqdm ==4.66.4
  • urllib3 ==2.0.7
source/backend/wdoi-service/Dockerfile docker
  • node 20-alpine build
source/docker-compose.dev.yml docker
  • elasticsearch 8.13.0
source/docker-compose.yml docker
  • elasticsearch 8.13.0
source/preprocessing/Dockerfile docker
  • python 3.12.3-bookworm build
source/backend/cross-encoder-reranker-service/Dockerfile docker
  • python 3.12.3-bookworm build
source/backend/dense-embedding-service/Dockerfile docker
  • python 3.12.3-bookworm build
source/backend/sparse-embedding-service/Dockerfile docker
  • python 3.12.3-bookworm build
source/backend/search-service/package-lock.json npm
  • 459 dependencies
source/backend/search-service/package.json npm
  • @types/node ^20.8.8 development
  • @typescript-eslint/eslint-plugin ^6.9.0 development
  • @typescript-eslint/parser ^6.9.0 development
  • copyfiles ^2.4.1 development
  • eslint ^8.52.0 development
  • eslint-config-prettier ^9.0.0 development
  • eslint-config-standard-with-typescript ^39.1.1 development
  • eslint-plugin-import ^2.29.0 development
  • eslint-plugin-n ^16.2.0 development
  • eslint-plugin-prettier ^5.0.1 development
  • eslint-plugin-promise ^6.1.1 development
  • nodemon ^3.0.1 development
  • pino-pretty ^10.2.3 development
  • prettier ^3.0.3 development
  • rimraf ^5.0.5 development
  • ts-node ^10.9.1 development
  • typescript ^5.2.2 development
  • @elastic/elasticsearch ^8.10.0
  • @fastify/cors ^8.4.1
  • @fastify/restartable ^2.3.0
  • @fastify/sensible ^5.5.0
  • @fastify/swagger ^8.14.0
  • @fastify/swagger-ui ^3.0.0
  • @qdrant/qdrant-js ^1.9.0
  • @types/sparql-http-client ^3.0.2
  • @types/timsort ^0.3.3
  • close-with-grace ^1.3.0
  • dotenv ^16.3.1
  • fastify ^4.24.3
  • fastify-plugin ^4.5.1
  • json-schema-to-ts ^2.9.2
  • sparql-http-client ^3.0.0
  • timsort ^0.3.0
source/backend/search-service/Dockerfile docker
  • node 20-alpine build