from __future__ import annotations
import json
from dataclasses import asdict, dataclass
@dataclass
class Me:
pronouns : tuple[str, ...] = ("He", "Him")
org : str = "Cwm Taf University Health Board"
role : str = "Advanced Information Analyst"
alumni : dict = {"Aberystwyth University": ["BSc in Computer Science", "PhD in Biological Sciences"]}
languages: tuple[str, ...] = ("Python", "R", "Java")
databases: tuple[str, ...] = ("MariaDB", "PostgreSQL", "Redis", "TransactSQL")
misc : tuple[str, ...] = ("Docker", "Flask", "Machine Learning", "Statistics", "Natural Language Processing")
ongoing : tuple[str, ...] = ("Ansible", "Julia", "Rust")
def jsonify(self) -> str:
return json.dumps(asdict(self), indent=4)
KeironO
Follow
Pinned Loading
-
AberystwythSystemsBiology/limbus
AberystwythSystemsBiology/limbus PublicLImBuS is an open source, standards compliant Biobank Information Management System developed by researchers from Aberystwyth University.
-
AberystwythSystemsBiology/DIMEpy
AberystwythSystemsBiology/DIMEpy Public archivePython package for the high-throughput nontargeted metabolite fingerprinting of nominal mass direct injection mass spectrometry directly from mzML files.
-
AberystwythSystemsBiology/pyMEAN
AberystwythSystemsBiology/pyMEAN PublicA Python package for metabolite enrichment analysis.
-
AberystwythSystemsBiology/DIMEdb
AberystwythSystemsBiology/DIMEdb PublicDIMEdb: Metabolite identification web service.
HTML 3
-
AberystwythSystemsBiology/dimedbpy
AberystwythSystemsBiology/dimedbpy PublicPython wrapper for the DIMEdb REST API.
Python 5
-
AberystwythSystemsBiology/SCTTSRApy
AberystwythSystemsBiology/SCTTSRApy PublicA Python Interface to the SNOMED CT Snowstorm API
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.