Skip to content
View KeironO's full-sized avatar
😀
😀

Sponsoring

@flozz
@elementary
@imantsm

Block or report KeironO

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
KeironO/README.md

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

  1. AberystwythSystemsBiology/limbus Public

    LImBuS is an open source, standards compliant Biobank Information Management System developed by researchers from Aberystwyth University.

    Python 35 5

  2. AberystwythSystemsBiology/DIMEpy Public archive

    Python package for the high-throughput nontargeted metabolite fingerprinting of nominal mass direct injection mass spectrometry directly from mzML files.

    Python 9 3

  3. AberystwythSystemsBiology/pyMEAN Public

    A Python package for metabolite enrichment analysis.

    Python 8 2

  4. AberystwythSystemsBiology/DIMEdb Public

    DIMEdb: Metabolite identification web service.

    HTML 3

  5. AberystwythSystemsBiology/dimedbpy Public

    Python wrapper for the DIMEdb REST API.

    Python 5

  6. AberystwythSystemsBiology/SCTTSRApy Public

    A Python Interface to the SNOMED CT Snowstorm API

    Python 1 2

58 contributions in the last year

Contribution Graph
Day of Week April May June July August September October November December January February March
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
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 A graph representing KeironO's contributions from April 07, 2024 to April 11, 2025. The contributions are 98% commits, 2% issues, 0% pull requests, 0% code review.

Contribution activity

April 2025

KeironO has no activity yet for this period.
Loading