From 57e7b929b0c21b7001517c9a8eccf5b97ddd5288 Mon Sep 17 00:00:00 2001 From: Lucas Attia <43359170+lucasattia@users.noreply.github.com> Date: Thu, 29 Aug 2024 15:35:46 -0400 Subject: [PATCH] Update 1_project.md --- _projects/1_project.md | 38 +------------------------------------- 1 file changed, 1 insertion(+), 37 deletions(-) diff --git a/_projects/1_project.md b/_projects/1_project.md index 94a6bcd..53549c3 100644 --- a/_projects/1_project.md +++ b/_projects/1_project.md @@ -17,7 +17,7 @@ This project, the first in my PhD, focused on figuring out a clever way to engin Digital microscopy image of a core-shell hydrogel particle. - +With this project, we invented a clever way to circumvent these challenges by making two different types of hydrogels in a single core-shell structure. We rely on methylcellulose and alginate-based hydrogels to do this. Methylcellulose gels thermally
@@ -27,39 +27,3 @@ This project, the first in my PhD, focused on figuring out a clever way to engin
Digital microscopy image of a core-shell hydrogel particle.
- -You can also put regular text between your rows of images. -Say you wanted to write a little bit about your project before you posted the rest of the images. -You describe how you toiled, sweated, *bled* for your project, and then... you reveal its glory in the next row of images. - - -
-
- {% include figure.html path="assets/img/6.jpg" title="example image" class="img-fluid rounded z-depth-1" %} -
-
- {% include figure.html path="assets/img/11.jpg" title="example image" class="img-fluid rounded z-depth-1" %} -
-
-
- You can also have artistically styled 2/3 + 1/3 images, like these. -
- - -The code is simple. -Just wrap your images with `
` and place them inside `
` (read more about the Bootstrap Grid system). -To make images responsive, add `img-fluid` class to each; for rounded corners and shadows use `rounded` and `z-depth-1` classes. -Here's the code for the last row of images above: - -{% raw %} -```html -
-
- {% include figure.html path="assets/img/6.jpg" title="example image" class="img-fluid rounded z-depth-1" %} -
-
- {% include figure.html path="assets/img/11.jpg" title="example image" class="img-fluid rounded z-depth-1" %} -
-
-``` -{% endraw %}