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)
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
58 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Activity overview
Contributed to
KeironO/ansible-playbooks,
hapifhir/hapi-fhir,
KeironO/kafka-connect-jdbc
and 2 other
repositories
Loading
Contribution activity
April 2025
KeironO has no activity
yet for this period.