Skip to content
View blain1995's full-sized avatar
Block or Report

Block or report blain1995

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
blain1995/README.md

bear_hi

class AlexBlain():
  def __init__(self):
      self.university = "Newcastle University"
      self.degrees_earned = ["Bsc(Hons) Biomedical Science", "MRES Cancer Research"]
      self.degree_inprogress = "PhD in lymphoma genomics"
      self.pronouns = "she/her"
      self.languages = ["R", "Python","Bash"]
      self.additional_skills = ["HTML", "basic CSS"]
      self.career_aim = "postdoctoral cancer researcher"
      self.interests = ["hiking/weight training", "rock music", "horror films", "bee immunology"] 
      self.current_projects = ["PhD project", "100 Days of Code"]
      self.email = "a.e.blain1@newcastle.ac.uk"
      
    def say_hi(self):
        print(f"""Hi!
        I'm currently completing a {self.degree_inprogress} at {self.university} in the UK.
        I would like to become a {self.career_aim}, undertaking projects requiring a mix of lab based and bioinformatics skills.
        During my PhD I have learned {self.languages} and want to continue my coding journey.
        Some of my personal interests include {self.interests} which have been keeping me sane during the pandemic!
        If you would like to contact me, please use {self.email}""")


me = AlexBlain()

me.say_hi()


Visitor count

Popular repositories

  1. hello-world hello-world Public

    hello-world repository tutorial

  2. learning-bioinformatics-at-home learning-bioinformatics-at-home Public

    Forked from harvardinformatics/learning-bioinformatics-at-home

    resources for learning bioinformatics

  3. blain1995 blain1995 Public

  4. 100DaysOfCode 100DaysOfCode Public

    Python

  5. thesis_scripts thesis_scripts Public

    Repository for storing all the scripts which have been used in my PhD thesis

    R