Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianvergaraf authored Aug 22, 2024
1 parent bd20719 commit d999dc1
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h1 class="text-center">Cristián Andrés Vergara Fernández Portafolio </h1>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="col-md-8">
<section>
<h2>Project 1: Finding patterns in spanish cities based on land use and spatial configuration</h2>
<ul>
Expand All @@ -38,19 +38,23 @@ <h2>Project 1: Finding patterns in spanish cities based on land use and spatial
<li>Visualized the results with interactiva charts using Plotly.</li>
</ul>
</section>
</div>
</div>
</div>

<div class="container">

<div class="row">
<div class="col-md-12">
<section>
<h2>Project 2: Land use cover classification using landsat images for the lingue basin in south central Chile</h2>
<ul>
<div class="col-md-6">
<h2>Project 2: Land use cover classification using landsat images for the lingue basin in south central Chile</h2>
<ul>
<li> Download landsat images using google earth engine </li>
<li> Classify land use cover applying machine learning algorthms as random forest, sopport vector machine </li>
<li> Classify land use cover applying machine learning algorthms as random forest, sopport vector machine</li>
<li> Classify land use cover applying machine learning algorthms as random forest, sopport vector machine</li>
</ul>
</section>
</ul>

</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
Expand Down

0 comments on commit d999dc1

Please sign in to comment.