diff --git a/Gemfile b/Gemfile index 86ffac8..b800b40 100755 --- a/Gemfile +++ b/Gemfile @@ -2,4 +2,5 @@ source 'https://rubygems.org' gem "bundler" gem "jekyll" gem "jekyll-paginate" -gem "jekyll-sitemap" \ No newline at end of file +gem "jekyll-sitemap" +gem "bigdecimal" \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index ff073d4..e55773a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -4,6 +4,7 @@ GEM addressable (2.9.0) public_suffix (>= 2.0.2, < 8.0) base64 (0.3.0) + bigdecimal (3.1.8) colorator (1.1.0) concurrent-ruby (1.3.5) csv (3.3.5) @@ -12,11 +13,11 @@ GEM http_parser.rb (~> 0) eventmachine (1.2.7) ffi (1.17.2) + ffi (1.17.2-arm64-darwin) + ffi (1.17.2-x86_64-darwin) + ffi (1.17.2-x86_64-linux-gnu) forwardable-extended (2.6.0) google-protobuf (3.25.8) - google-protobuf (3.25.8-arm64-darwin) - google-protobuf (3.25.8-x86_64-darwin) - google-protobuf (3.25.8-x86_64-linux) http_parser.rb (0.8.0) i18n (1.14.7) concurrent-ruby (~> 1.0) @@ -69,6 +70,12 @@ GEM sass-embedded (1.69.5) google-protobuf (~> 3.23) rake (>= 13.0.0) + sass-embedded (1.69.5-arm64-darwin) + google-protobuf (~> 3.23) + sass-embedded (1.69.5-x86_64-darwin) + google-protobuf (~> 3.23) + sass-embedded (1.69.5-x86_64-linux-gnu) + google-protobuf (~> 3.23) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) unicode-display_width (2.6.0) @@ -81,6 +88,7 @@ PLATFORMS x86_64-linux DEPENDENCIES + bigdecimal bundler jekyll jekyll-paginate diff --git a/_authors/dylan-zhang.md b/_authors/dylan-zhang.md new file mode 100644 index 0000000..af2fe01 --- /dev/null +++ b/_authors/dylan-zhang.md @@ -0,0 +1,11 @@ +--- +username: Dylan-Zhang +name: Dylan Zhang +position: Intern +image: '/images/members/Dylan.jpg' +image_fun: '/images/members/Dylan_fun.jpg' +email: xzhan185@student.ubc.ca +linkedin: https://www.linkedin.com/in/dylanz13/ +--- + +**BSc**    /    Computer Science (University of British Columbia) \ No newline at end of file diff --git a/_authors/erinda-rruci.md b/_authors/erinda-rruci.md new file mode 100644 index 0000000..30e5398 --- /dev/null +++ b/_authors/erinda-rruci.md @@ -0,0 +1,14 @@ +--- +username: Erinda-Rruci +name: Erinda Rruci +position: Visiting PhD Student +image: '/images/members/Erinda_Rruci.jpeg' +email: erindarruci@biomed.au.dk +linkedin: https://www.linkedin.com/in/erinda-rruci-10531a16a/?skipRedirect=true +--- + +**MSc**    /    Molecular Biology (University of Padua, Italy) + +
+ +Investigating the role of the skin microbiome in acne pathogenesis \ No newline at end of file diff --git a/_authors/rafael-peres-da-silva.md b/_authors/rafael-peres-da-silva.md index 27dedd5..5902d3a 100644 --- a/_authors/rafael-peres-da-silva.md +++ b/_authors/rafael-peres-da-silva.md @@ -9,6 +9,7 @@ X: https://x.com/rafaelperes bluesky: https://bsky.app/profile/rafaelperes.bsky.social scholar: https://scholar.google.com/citations?user=w12iyzIAAAAJ" position: Postdoctoral Researcher +is_alumni: true --- **PhD**    /    National University of Singapore diff --git a/images/members/Dylan.jpg b/images/members/Dylan.jpg new file mode 100644 index 0000000..ae277c2 Binary files /dev/null and b/images/members/Dylan.jpg differ diff --git a/images/members/Dylan_Fun.jpg b/images/members/Dylan_Fun.jpg new file mode 100644 index 0000000..dd5f71f Binary files /dev/null and b/images/members/Dylan_Fun.jpg differ diff --git a/images/members/Erinda_Rruci.jpeg b/images/members/Erinda_Rruci.jpeg new file mode 100644 index 0000000..051760d Binary files /dev/null and b/images/members/Erinda_Rruci.jpeg differ