Skip to content

Commit

Permalink
portf
Browse files Browse the repository at this point in the history
  • Loading branch information
Yanagar1 committed Jan 28, 2021
1 parent 84877e0 commit 67cd4cb
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 2 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file added IS_group_assignment_yana_garipova.pdf
Binary file not shown.
Binary file added Let_s_Talk_Cryptocoin.pdf
Binary file not shown.
1 change: 1 addition & 0 deletions main.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ p{
padding: 5px 5px 5px 5px;
background-color: rgb(103,108,115);
border: black solid thin;
overflow: hidden;
}
/*
.slide{
Expand Down
11 changes: 9 additions & 2 deletions portfolio.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,22 @@ <h2><i>Portfolio</i></h2>
<div class="portfolio_main">
<div class="portfolio_entry">
<h3>Network Optimization</h3>
<p>Project 1: Optimizing Garg-Könemann algorithm to solve Maximum Lifetime Scheduling problem for large sensor networks.</p>
<p>Project 1 (2021): Improving Garg-Könemann algorithm to solve Maximum Lifetime Scheduling problem for large sensor networks.</p>
<a href="NetOpt20_gkpro_Yana_Garipova.pdf" target = "_blank"> --> PDF</a>
<br>
<a href="https://drive.google.com/file/d/15FpKTnXeL9-ywARyhxw9UD8K2zZw3H44/view?usp=sharing" target = "_blank"> --> Google Colab notebook</a>
</div>

<div class="portfolio_entry">
<h3>Information Security</h3>
<p>Group assignment for <i>the Algorithms for Information Security and Privacy</i> course (2020): Discussion on Multisinature protocols that optimize blockchain.</p>
<a href="IS_group_assignment_yana_garipova.pdf" target = "_blank"> --> PDF</a>
<p>Project 1 (2018): Understanding technology behind cryptocurrency and blockchain.</p>
<a href="Let_s_Talk_Cryptocoin.pdf" target = "_blank"> --> PDF</a>
</div>

<div class="portfolio_entry">
<img src="mypc.png" alt="my pc" width="450px">
<img src="mypc.png" alt="my pc" width="400px">
</div>


Expand Down

0 comments on commit 67cd4cb

Please sign in to comment.