diff --git a/cv.bryanroessler.com/_config.yml b/cv.bryanroessler.com/_config.yml index e226c43..14108c3 100644 --- a/cv.bryanroessler.com/_config.yml +++ b/cv.bryanroessler.com/_config.yml @@ -1,9 +1,9 @@ #Update all the sections by editing the data.yml file inside _data folder. -baseurl: '/online-cv' #change it according to your repository name +baseurl: '.' #change it according to your repository name # Style will be applied only after restarting the build or serve. Just choose one of the options. -theme_skin: # blue turquoise green berry orange ceramic +theme_skin: ceramic # blue turquoise green berry orange ceramic # uncomment the next line, if you want the education section displayed in main instead of the sidebar #education_in_main: True @@ -24,6 +24,6 @@ compress_html: # - http://jch.penibelst.de/ envs: development # Development Settings -port: 4000 +port: 3000 host: 0.0.0.0 -safe: false \ No newline at end of file +safe: false diff --git a/cv.bryanroessler.com/_data/data.yml b/cv.bryanroessler.com/_data/data.yml index cf2eba3..b9efabd 100644 --- a/cv.bryanroessler.com/_data/data.yml +++ b/cv.bryanroessler.com/_data/data.yml @@ -1,72 +1,69 @@ # -# Be aware that even a small syntax error here can lead to failures in output. +# Be aware that even a small syntax error here can lead to failures in output. # sidebar: # Site Settings - title: My Resume - url: 'http://webjeda.com' - about: true # set to False or comment line if you want to remove the "How to use?" in the sidebar - - # Profile information - name: Alan Doe - tagline: Full Stack Developer - pic: profile.png #place a 100x100 picture inside /assets/images/ folder and provide the name of the file below - - # Sidebar links - email: hello@webjeda.com - phone: 012 345 6789 - website: blog.webjeda.com #do not add http:// - linkedin: alandoe - github: sharu725 - twitter: '@webjeda' + title: My CV + url: 'https://cv.bryanroessler.com' + about: false # set to False or comment line if you want to remove the "How to use?" in the sidebar + + # Profile information + name: Bryan Roessler + tagline: Computational Biologist + pic: profile.png #place a 100x100 picture inside /assets/images/ folder and provide the name of the file below + + # Sidebar links + email: bryanroessler@gmail.com + #phone: 012 345 6789 + website: bryanroessler.com #do not add http:// + linkedin: bryan-roessler-phd-47535a60 + github: git.bryanroessler.com + - languages: - - language: - idiom: English - level: Native - - language: - idiom: French - level: Professional - - language: - idiom: Spanish - level: Professional - interests: - interest: - item: Climbing + item: Programming & Technology link: - interest: - item: Snowboarding + item: Software Development link: - interest: - item: Cooking + item: Futurology, Automation & AI + link: + - interest: + item: Blockchain + link: + - interest: + item: E-Bikes + link: + - interest: + item: Fitness & Running + link: + - interest: + item: NCAA Basketball (Go Zags!) link: - - - - -career-profile: +career-profile: title: Career Profile text: 'Summarise your career here lorem ipsum dolor sit amet, consectetuer adipiscing elit.You can download this free resume/CV template here. Aenean commodo ligula eget dolor aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu.' -studies: +studies: - education: - degree: MSc in Computer Science - university: University of London - time: 2011 - 2012 + degree: PhD in Cell Biology + university: University of Alabama-Birmingham + time: 2010 - 2017 details: "Describe your study here lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem." - education: - degree: BSc in Applied Mathematics - university: Bristol University - time: 2007 - 2011 + degree: BSc in Biology + university: Gonzaga University + time: 2004 - 2008 details: "Describe your study here lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, @@ -77,18 +74,18 @@ projects: title: Projects intro: "You can list your side projects or open source libraries in this section. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum et ligula in nunc bibendum fringilla a eu lectus." - + projects: - project: - title: Velocity + title: CFTR link: "#hook" tagline: "A responsive website template designed to help startups promote, market and sell their products." - project: - title: DevStudio + title: Sortase A link: "#" tagline: "A responsive website template designed to help web developers/designers market their services." - project: - title: Tempo + title: Testing git hooks 3 link: "#" tagline: "A responsive website template designed to help startups promote their products or services and to attract users & investors" - project: @@ -104,7 +101,7 @@ projects: publications: title: Publications intro: "You can list your publications in this section. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum et ligula in nunc bibendum fringilla a eu lectus." - + publications: - paper: title: The Art of Computer Programming @@ -124,24 +121,32 @@ skills: title: Skills & Proficiency skills: - skill: - name: Python & Django + name: NAMD & VMD + level: 100% + - skill: + name: Python (SciPy, ProDy) level: 98% - skill: - name: Javascript & jQuery + name: Shell (bash, zsh, sh) level: 98% - skill: - name: Angular + name: LaTeX level: 98% - skill: - name: HTML5 & CSS + name: GnuPlot + level: 98% + - skill: + name: GROMACS level: 95% - skill: - name: Ruby on Rails + name: Linux SysAdmin + level: 95% + - skill: + name: Git level: 85% - skill: - name: Sketch & Photoshop + name: Gaussian + level: 85% + - skill: + name: Website Development level: 60% - - -footer: - text: 'Designed with by Xiaoying Riley for developers' diff --git a/cv.bryanroessler.com/_includes/sidebar.html b/cv.bryanroessler.com/_includes/sidebar.html index be23274..18a2d48 100644 --- a/cv.bryanroessler.com/_includes/sidebar.html +++ b/cv.bryanroessler.com/_includes/sidebar.html @@ -27,7 +27,7 @@ {% endif %} {% if site.data.data.sidebar.website %} -
  • {{site.data.data.sidebar.website}}
  • +
  • {{site.data.data.sidebar.website}}
  • {% endif %} {% if site.data.data.sidebar.linkedin %} @@ -35,7 +35,7 @@ {% endif %} {% if site.data.data.sidebar.github %} -
  • {{site.data.data.sidebar.github}}
  • +
  • {{site.data.data.sidebar.github}}
  • {% endif %} {% if site.data.data.sidebar.twitter %} diff --git a/cv.bryanroessler.com/assets/images/profile.png b/cv.bryanroessler.com/assets/images/profile.png index 4fa43e8..821eebe 100644 Binary files a/cv.bryanroessler.com/assets/images/profile.png and b/cv.bryanroessler.com/assets/images/profile.png differ