Skip to content

Commit

Permalink
Merge pull request #89 from SCAI-BIO/fix-python-version
Browse files Browse the repository at this point in the history
Fix python version
  • Loading branch information
mehmetcanay authored Sep 2, 2024
2 parents 5c2a5a9 + dd18cbe commit c914d45
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 2 deletions.
56 changes: 56 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: PDataViewer
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Mehmet Can
family-names: Ay
- given-names: Tim
family-names: Adams
- given-names: Yasamin
family-names: Salimi
- given-names: Marjan
family-names: Niazpoor
- given-names: Marc
family-names: Jacobs
identifiers:
- type: doi
value: 10.5281/zenodo.13629128
description: Zenodo
repository-code: "https://github.com/SCAI-BIO/PDataViewer"
url: "https://pdata.k8s.bio.scai.fraunhofer.de/"
abstract: >-
A web application for Parkinson's disease cohort landscape
visualization.
keywords:
- Parkinson's disease
- Neurodegeneration
- Interoperability
- FAIR principles
license: Apache-2.0
version: 0.0.8
date-released: "2024-09-02"
preferred-citation:
title: On the Utility of Large Language Model Embeddings for Revolutionizing Semantic Data Harmonization in Alzheimer's and Parkinson's Disease
type: article
authors:
- given-names: Yasamin
family-names: Salimi
- given-names: Tim
family-names: Adams
- given-names: Mehmet Can
family-names: Ay
- given-names: Helena
family-names: Balabin
- given-names: Marc
family-names: Jacobs
- given-names: Martin
family-names: Hofmann-Apitius
doi: 10.21203/rs.3.rs-4108029/v1
journal: Scientific Reports
year: 2024
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<img src="./frontend/src/assets/logos/logo.png" width="200" alt="logo"/>

![tests](https://github.com/SCAI-BIO/PDataViewer/actions/workflows/test.yml/badge.svg) ![version](https://img.shields.io/github/v/release/SCAI-BIO/PDataViewer) [![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![fair-software.eu](https://img.shields.io/badge/fair--software.eu-%E2%97%8F%20%20%E2%97%8F%20%20%E2%97%8B%20%20%E2%97%8B%20%20%E2%97%8B-orange)](https://fair-software.eu)
![tests](https://github.com/SCAI-BIO/PDataViewer/actions/workflows/test.yml/badge.svg) ![version](https://img.shields.io/github/v/release/SCAI-BIO/PDataViewer) [![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![DOI](https://zenodo.org/badge/785700235.svg)](https://zenodo.org/doi/10.5281/zenodo.13629127) [![fair-software.eu](https://img.shields.io/badge/fair--software.eu-%E2%97%8F%20%20%E2%97%8F%20%20%E2%97%8B%20%20%E2%97%8B%20%20%E2%97%8B-orange)](https://fair-software.eu)

PDataViewer is a web application that lets you explore the PD data landscape and identify cohort datasets that suit your research needs.

Expand Down
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use an official Python runtime as a parent image
FROM python:3.12
FROM python:3.11

# Set the working directory in the container
WORKDIR /app
Expand Down

0 comments on commit c914d45

Please sign in to comment.