Compare commits
1 Commits
a78c4943aa
...
bf053d3919
| Author | SHA1 | Date | |
|---|---|---|---|
| bf053d3919 |
@@ -6,7 +6,7 @@ sidebar:
|
||||
# Site Settings
|
||||
title: My CV
|
||||
url: 'https://cv.bryanroessler.com'
|
||||
about: true # set to False or comment line if you want to remove the "How to use?" in the sidebar
|
||||
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
|
||||
@@ -17,24 +17,32 @@ sidebar:
|
||||
email: bryanroessler@gmail.com
|
||||
#phone: 012 345 6789
|
||||
website: bryanroessler.com #do not add http://
|
||||
linkedin: alandoe
|
||||
linkedin: bryan-roessler-phd-47535a60
|
||||
github: git.bryanroessler.com
|
||||
|
||||
|
||||
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:
|
||||
@@ -44,18 +52,18 @@ career-profile:
|
||||
|
||||
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,
|
||||
@@ -69,15 +77,15 @@ projects:
|
||||
|
||||
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:
|
||||
@@ -113,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 <i class="fa fa-heart"></i> by <a href="http://themes.3rdwavemedia.com" target="_blank" rel="nofollow">Xiaoying Riley</a> for developers'
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
{% endif %}
|
||||
|
||||
{% if site.data.data.sidebar.website %}
|
||||
<li class="website"><i class="fa fa-globe"></i><a href="http://{{site.data.data.sidebar.website}}" target="_blank">{{site.data.data.sidebar.website}}</a></li>
|
||||
<li class="website"><i class="fa fa-globe"></i><a href="https://{{site.data.data.sidebar.website}}" target="_blank">{{site.data.data.sidebar.website}}</a></li>
|
||||
{% endif %}
|
||||
|
||||
{% if site.data.data.sidebar.linkedin %}
|
||||
@@ -35,7 +35,7 @@
|
||||
{% endif %}
|
||||
|
||||
{% if site.data.data.sidebar.github %}
|
||||
<li class="github"><i class="fa fa-github"></i><a href="http://github.com/{{site.data.data.sidebar.github}}" target="_blank">{{site.data.data.sidebar.github}}</a></li>
|
||||
<li class="github"><i class="fa fa-github"></i><a href="https://{{site.data.data.sidebar.github}}" target="_blank">{{site.data.data.sidebar.github}}</a></li>
|
||||
{% endif %}
|
||||
|
||||
{% if site.data.data.sidebar.twitter %}
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 18 KiB |
Reference in New Issue
Block a user