Skip to content

Commit 43df477

Browse files
committed
added new background
1 parent ba1bb2f commit 43df477

File tree

61 files changed

+143
-22
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+143
-22
lines changed

assets/images/background.jpg

286 KB

assets/images/background.webp

279 KB
Binary file not shown.

assets/images/background1.jpg

429 KB

assets/images/background2.jpg

1.77 MB
23.2 KB

content/posts/finance/stock_prediction/GRU/index.md

Lines changed: 1 addition & 1 deletion

data/en/sections/skills.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ skills:
4747
logo: /images/sections/skills/cassandra.png
4848
summary: "Experience with NoSQL and distributed database"
4949

50-
- name: _Apache_ Spark
51-
logo:
50+
- name: Apache Spark
51+
logo: /images/sections/skills/spark.png
5252
summary: Big Data Analytics and Processing. Used with Scala and Python.
5353

5454
- name: TCAD Sentaurus

hugo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ enableEmoji: true
8686
# Site parameters
8787
params:
8888
# Background image of the landing page
89-
background: /images/site/background.jpg
89+
background: /images/background2.jpg
9090

9191
# Provide logos for your site. The inverted logo will be used in the initial
9292
# transparent navbar and the main logo will be used in the non-transparent navbar.

public/categories/physics/index.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,10 @@ <h5 class="card-title">Percolation</h5>
310310
<li class="rounded"><a href="/tags/science/" class="btn btn-sm btn-info">Science</a></li>
311311

312312

313-
<li class="rounded"><a href="/tags/" class="btn btn-sm btn-info"></a></li>
313+
<li class="rounded"><a href="/tags/physics/" class="btn btn-sm btn-info">Physics</a></li>
314+
315+
316+
<li class="rounded"><a href="/tags/statistics/" class="btn btn-sm btn-info">Statistics</a></li>
314317

315318
</ul>
316319
</div>
@@ -320,7 +323,7 @@ <h5 class="card-title">Percolation</h5>
320323
<div class="card-footer">
321324
<span class="float-start">
322325
Saturday, June 8, 2024
323-
| 4 minutes </span>
326+
| 5 minutes </span>
324327
<a
325328
href="/posts/physics/percolation/"
326329
class="float-end btn btn-outline-info btn-sm">Read</a>

public/en/sitemap.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,9 @@
169169
</url><url>
170170
<loc>http://localhost:1313/posts/physics/percolation/</loc>
171171
<lastmod>2024-06-08T08:06:25+06:00</lastmod>
172+
</url><url>
173+
<loc>http://localhost:1313/tags/physics/</loc>
174+
<lastmod>2024-06-08T08:06:25+06:00</lastmod>
172175
</url><url>
173176
<loc>http://localhost:1313/categories/physics/</loc>
174177
<lastmod>2024-06-08T08:06:25+06:00</lastmod>
@@ -178,6 +181,9 @@
178181
</url><url>
179182
<loc>http://localhost:1313/tags/science/</loc>
180183
<lastmod>2024-06-08T08:06:25+06:00</lastmod>
184+
</url><url>
185+
<loc>http://localhost:1313/tags/statistics/</loc>
186+
<lastmod>2024-06-08T08:06:25+06:00</lastmod>
181187
</url><url>
182188
<loc>http://localhost:1313/notes/</loc>
183189
<lastmod>2010-06-08T08:06:25+06:00</lastmod>

public/images/background.jpg

286 KB

public/images/background.webp

279 KB
Binary file not shown.

public/images/background1.jpg

429 KB

public/images/background2.jpg

1.77 MB

public/index.html

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -337,27 +337,27 @@
337337
<style>
338338

339339
#homePageBackgroundImageDivStyled {
340-
background-image: url('/images/site/background_hu734aa6f98ca0577a577126c08c02e5c3_354464_500x0_resize_q75_box.jpg');
340+
background-image: url('/images/background2_hu9d580ae62c5d3bfee4c21331204a4fcf_1854370_500x0_resize_q75_box.jpg');
341341
}
342342

343343
@media (min-width: 500px) and (max-width: 800px) {
344344
#homePageBackgroundImageDivStyled {
345-
background-image: url('/images/site/background_hu734aa6f98ca0577a577126c08c02e5c3_354464_800x0_resize_q75_box.jpg');
345+
background-image: url('/images/background2_hu9d580ae62c5d3bfee4c21331204a4fcf_1854370_800x0_resize_q75_box.jpg');
346346
}
347347
}
348348
@media (min-width: 801px) and (max-width: 1200px) {
349349
#homePageBackgroundImageDivStyled {
350-
background-image: url('/images/site/background_hu734aa6f98ca0577a577126c08c02e5c3_354464_1200x0_resize_q75_box.jpg');
350+
background-image: url('/images/background2_hu9d580ae62c5d3bfee4c21331204a4fcf_1854370_1200x0_resize_q75_box.jpg');
351351
}
352352
}
353353
@media (min-width: 1201px) and (max-width: 1500px) {
354354
#homePageBackgroundImageDivStyled {
355-
background-image: url('/images/site/background_hu734aa6f98ca0577a577126c08c02e5c3_354464_1500x0_resize_q75_box.jpg');
355+
background-image: url('/images/background2_hu9d580ae62c5d3bfee4c21331204a4fcf_1854370_1500x0_resize_q75_box.jpg');
356356
}
357357
}
358358
@media (min-width: 1501px) {
359359
#homePageBackgroundImageDivStyled {
360-
background-image: url('/images/site/background.jpg');
360+
background-image: url('/images/background2.jpg');
361361
}
362362
}
363363
</style>
@@ -821,7 +821,14 @@ <h5 class="card-title">Edge Computing</h5>
821821
<div class="card">
822822
<div class="card-head d-flex">
823823

824-
<h5 class="card-title">Cassandra DB</h5>
824+
825+
826+
827+
828+
829+
830+
<img class="card-img-xs" src="/images/sections/skills/cassandra_hu9950cf82809d5d6956a03f3194bbd73f_189817_24x24_fit_box_3.png" alt="Apache Cassandra DB" />
831+
<h5 class="card-title">Apache Cassandra DB</h5>
825832

826833
</div>
827834
<div class="card-body">
@@ -837,7 +844,14 @@ <h5 class="card-title">Cassandra DB</h5>
837844
<div class="card">
838845
<div class="card-head d-flex">
839846

840-
<h5 class="card-title">Spark</h5>
847+
848+
849+
850+
851+
852+
853+
<img class="card-img-xs" src="/images/sections/skills/spark_hu086967a90e6202a4f93f460f6966bfa8_23758_24x24_fit_box_3.png" alt="Apache Spark" />
854+
<h5 class="card-title">Apache Spark</h5>
841855

842856
</div>
843857
<div class="card-body">

public/index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

public/it/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -313,27 +313,27 @@
313313
<style>
314314

315315
#homePageBackgroundImageDivStyled {
316-
background-image: url('/images/site/background_hu734aa6f98ca0577a577126c08c02e5c3_354464_500x0_resize_q75_box.jpg');
316+
background-image: url('/images/background2_hu9d580ae62c5d3bfee4c21331204a4fcf_1854370_500x0_resize_q75_box.jpg');
317317
}
318318

319319
@media (min-width: 500px) and (max-width: 800px) {
320320
#homePageBackgroundImageDivStyled {
321-
background-image: url('/images/site/background_hu734aa6f98ca0577a577126c08c02e5c3_354464_800x0_resize_q75_box.jpg');
321+
background-image: url('/images/background2_hu9d580ae62c5d3bfee4c21331204a4fcf_1854370_800x0_resize_q75_box.jpg');
322322
}
323323
}
324324
@media (min-width: 801px) and (max-width: 1200px) {
325325
#homePageBackgroundImageDivStyled {
326-
background-image: url('/images/site/background_hu734aa6f98ca0577a577126c08c02e5c3_354464_1200x0_resize_q75_box.jpg');
326+
background-image: url('/images/background2_hu9d580ae62c5d3bfee4c21331204a4fcf_1854370_1200x0_resize_q75_box.jpg');
327327
}
328328
}
329329
@media (min-width: 1201px) and (max-width: 1500px) {
330330
#homePageBackgroundImageDivStyled {
331-
background-image: url('/images/site/background_hu734aa6f98ca0577a577126c08c02e5c3_354464_1500x0_resize_q75_box.jpg');
331+
background-image: url('/images/background2_hu9d580ae62c5d3bfee4c21331204a4fcf_1854370_1500x0_resize_q75_box.jpg');
332332
}
333333
}
334334
@media (min-width: 1501px) {
335335
#homePageBackgroundImageDivStyled {
336-
background-image: url('/images/site/background.jpg');
336+
background-image: url('/images/background2.jpg');
337337
}
338338
}
339339
</style>

public/it/search/index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -529,5 +529,16 @@ <h5>Contattami:</h5>
529529

530530

531531

532+
</body>
533+
</html>
534+
ipt>
535+
536+
537+
538+
539+
540+
541+
542+
532543
</body>
533544
</html>

public/posts/finance/stock_prediction/gru/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ <h3 id="summary">Summary</h3>
567567
</span></span><span style="display:flex;"><span>rmse_gru <span style="color:#f92672">=</span> np<span style="color:#f92672">.</span>sqrt(np<span style="color:#f92672">.</span>mean(((predictions_gru <span style="color:#f92672">-</span> y_test) <span style="color:#f92672">**</span> <span style="color:#ae81ff">2</span>)))
568568
</span></span><span style="display:flex;"><span>print(<span style="color:#e6db74">f</span><span style="color:#e6db74">&#34;LSTM RMSE: </span><span style="color:#e6db74">{</span>rmse_lstm<span style="color:#e6db74">:</span><span style="color:#e6db74">.4f</span><span style="color:#e6db74">}</span><span style="color:#e6db74">, GRU RMSE: </span><span style="color:#e6db74">{</span>rmse_gru<span style="color:#e6db74">:</span><span style="color:#e6db74">.4f</span><span style="color:#e6db74">}</span><span style="color:#e6db74">&#34;</span>)
569569
</span></span></code></pre></div><blockquote>
570-
<p>&ldquo;LSTM RMSE: 4.2341, GRU RMSE: {3.3575}&rdquo;</p>
570+
<p>&ldquo;LSTM RMSE: <strong>4.2341</strong>, GRU RMSE: 3.3575&rdquo;</p>
571571
</blockquote>
572572
<h3 id="test-plot">Test Plot</h3>
573573
<p><img src="/posts/finance/stock_prediction/GRU/images/test_results.png"

public/search/index.html

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,40 @@
213213

214214

215215

216+
217+
218+
219+
220+
<li class="nav-item dropdown">
221+
<a class="nav-link dropdown-toggle" href="#" id="languageSelector" role="button" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
222+
223+
224+
<span class="flag-icon flag-icon-gb"></span>
225+
226+
English
227+
</a>
228+
<div class="dropdown-menu" aria-labelledby="languageSelector">
229+
230+
<a class="dropdown-item nav-link languages-item" href="/search">
231+
232+
233+
<span class="flag-icon flag-icon-gb"></span>
234+
235+
English
236+
</a>
237+
238+
<a class="dropdown-item nav-link languages-item" href="/it/search">
239+
240+
241+
<span class="flag-icon flag-icon-it"></span>
242+
243+
Italiano
244+
</a>
245+
246+
</div>
247+
</li>
248+
249+
216250

217251
<li class="nav-item dropdown">
218252
<a class="nav-link dropdown-toggle" href="#" id="themeSelector" role="button"

public/tags/deep-learning/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,18 @@
277277

278278

279279

280+
<li><a class="taxonomy-term " href="http://localhost:1313/tags/physics/" data-taxonomy-term="physics"><span class="taxonomy-label">Physics</span></a></li>
281+
282+
283+
284+
280285
<li><a class="taxonomy-term " href="http://localhost:1313/tags/science/" data-taxonomy-term="science"><span class="taxonomy-label">Science</span></a></li>
281286

287+
288+
289+
290+
<li><a class="taxonomy-term " href="http://localhost:1313/tags/statistics/" data-taxonomy-term="statistics"><span class="taxonomy-label">Statistics</span></a></li>
291+
282292

283293

284294

public/tags/finance/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,18 @@
277277

278278

279279

280+
<li><a class="taxonomy-term " href="http://localhost:1313/tags/physics/" data-taxonomy-term="physics"><span class="taxonomy-label">Physics</span></a></li>
281+
282+
283+
284+
280285
<li><a class="taxonomy-term " href="http://localhost:1313/tags/science/" data-taxonomy-term="science"><span class="taxonomy-label">Science</span></a></li>
281286

287+
288+
289+
290+
<li><a class="taxonomy-term " href="http://localhost:1313/tags/statistics/" data-taxonomy-term="statistics"><span class="taxonomy-label">Statistics</span></a></li>
291+
282292

283293

284294

public/tags/forecasting/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,18 @@
277277

278278

279279

280+
<li><a class="taxonomy-term " href="http://localhost:1313/tags/physics/" data-taxonomy-term="physics"><span class="taxonomy-label">Physics</span></a></li>
281+
282+
283+
284+
280285
<li><a class="taxonomy-term " href="http://localhost:1313/tags/science/" data-taxonomy-term="science"><span class="taxonomy-label">Science</span></a></li>
281286

287+
288+
289+
290+
<li><a class="taxonomy-term " href="http://localhost:1313/tags/statistics/" data-taxonomy-term="statistics"><span class="taxonomy-label">Statistics</span></a></li>
291+
282292

283293

284294

public/tags/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,8 +311,18 @@
311311

312312

313313

314+
<li><a class="taxonomy-term " href="http://localhost:1313/tags/physics/" data-taxonomy-term="physics"><span class="taxonomy-label">Physics</span></a></li>
315+
316+
317+
318+
314319
<li><a class="taxonomy-term " href="http://localhost:1313/tags/science/" data-taxonomy-term="science"><span class="taxonomy-label">Science</span></a></li>
315320

321+
322+
323+
324+
<li><a class="taxonomy-term " href="http://localhost:1313/tags/statistics/" data-taxonomy-term="statistics"><span class="taxonomy-label">Statistics</span></a></li>
325+
316326

317327

318328

public/tags/science/index.html

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,18 @@
277277

278278

279279

280+
<li><a class="taxonomy-term " href="http://localhost:1313/tags/physics/" data-taxonomy-term="physics"><span class="taxonomy-label">Physics</span></a></li>
281+
282+
283+
284+
280285
<li><a class="taxonomy-term active" href="http://localhost:1313/tags/science/" data-taxonomy-term="science"><span class="taxonomy-label">Science</span></a></li>
281286

287+
288+
289+
290+
<li><a class="taxonomy-term " href="http://localhost:1313/tags/statistics/" data-taxonomy-term="statistics"><span class="taxonomy-label">Statistics</span></a></li>
291+
282292

283293

284294

@@ -320,7 +330,10 @@ <h5 class="card-title">Percolation</h5>
320330
<li class="rounded"><a href="/tags/science/" class="btn btn-sm btn-info">Science</a></li>
321331

322332

323-
<li class="rounded"><a href="/tags/" class="btn btn-sm btn-info"></a></li>
333+
<li class="rounded"><a href="/tags/physics/" class="btn btn-sm btn-info">Physics</a></li>
334+
335+
336+
<li class="rounded"><a href="/tags/statistics/" class="btn btn-sm btn-info">Statistics</a></li>
324337

325338
</ul>
326339
</div>
@@ -330,7 +343,7 @@ <h5 class="card-title">Percolation</h5>
330343
<div class="card-footer">
331344
<span class="float-start">
332345
Saturday, June 8, 2024
333-
| 4 minutes </span>
346+
| 5 minutes </span>
334347
<a
335348
href="/posts/physics/percolation/"
336349
class="float-end btn btn-outline-info btn-sm">Read</a>

0 commit comments

Comments
 (0)