Skip to content

Commit 0c4acc7

Browse files
committed
adding pdf to projects
1 parent 487ba86 commit 0c4acc7

File tree

67 files changed

+2584
-1301
lines changed

Some content is hidden

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

67 files changed

+2584
-1301
lines changed

content/project/ATLAS/ATLAS.pdf

1.18 MB
Binary file not shown.

content/project/Boids/Boids.pdf

675 KB
Binary file not shown.
File renamed without changes.

content/project/Boids simulation/index.md renamed to content/project/Boids/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Simulating bird flocking behavior - from simple rules to physical models
2+
title: Simulating bird flocking behavior from simple rules to physical models
33
summary: Simulation of bird swarms using boids's rules and modeled a physical system to approach collective bird behavior.
44
tags:
55
- Study projects
449 KB
Binary file not shown.

content/project/quartz/quartz.pdf

2.36 MB
Binary file not shown.

content/teaching/TPinfo/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ tags:
1616

1717
**Topics Covered:**
1818
- Core programming concepts: lists, strings, loops, functions, classes.
19-
- Modules and libraries: NumPy, Matplotlib, SciPy.
19+
- Modules and library examples: NumPy, Matplotlib, SciPy.
2020
- Collaborative project work in the second half of the semester.
2121

2222
**Teaching Methodology:**

hugo_stats.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -532,18 +532,16 @@
532532
"TableOfContents",
533533
"about-me",
534534
"callouts",
535-
"chart-524786391",
535+
"chart-198657423",
536536
"charts",
537537
"code",
538538
"crowd-funded-open-source-software",
539539
"data-frames",
540540
"diagrams",
541541
"did-you-find-this-page-helpful-consider-sharing-it-",
542542
"ecosystem",
543-
"evaluation",
544543
"evaluation-criteria",
545544
"features",
546-
"general-informations",
547545
"get-started",
548546
"hide-button",
549547
"highlighting",
@@ -576,7 +574,6 @@
576574
"share-link-x",
577575
"show-button",
578576
"site-header",
579-
"spoiler-2",
580577
"spoiler-3",
581578
"sun",
582579
"talks",

public/404.html

Lines changed: 25 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!doctype html>
22
<!-- This site was created with Hugo Blox. https://hugoblox.com -->
3-
<!-- Last Published: December 26, 2024 --><html lang="en-us" dir="ltr"
3+
<!-- Last Published: December 27, 2024 --><html lang="en-us" dir="ltr"
44
data-wc-theme-default="system">
55

66
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
@@ -240,6 +240,8 @@
240240

241241

242242

243+
244+
243245

244246

245247

@@ -261,21 +263,6 @@
261263

262264

263265

264-
265-
266-
267-
268-
269-
270-
271-
272-
273-
274-
275-
276-
277-
278-
279266

280267

281268

@@ -295,6 +282,23 @@
295282

296283

297284

285+
286+
287+
288+
289+
290+
291+
292+
293+
294+
295+
296+
297+
298+
299+
300+
301+
298302

299303

300304

@@ -313,12 +317,6 @@
313317

314318

315319

316-
317-
318-
319-
320-
321-
322320

323321

324322

@@ -341,6 +339,7 @@
341339

342340

343341

342+
344343

345344

346345

@@ -725,6 +724,10 @@ <h2>Latest</h2>
725724

726725
<li><a href="/event/lsstfrance_nov24/">LSST France (November 2024)</a></li>
727726

727+
<li><a href="/teaching/">Teaching</a></li>
728+
729+
<li><a href="/teaching/tpinfo/">Practical work in Python 3rd year</a></li>
730+
728731
<li><a href="/event/lsstfrance_jun24/">LSST France (june 2024)</a></li>
729732

730733
<li><a href="/projects/">Projects</a></li>
@@ -733,10 +736,6 @@ <h2>Latest</h2>
733736

734737
<li><a href="/project/">Projects</a></li>
735738

736-
<li><a href="/post/">Blog</a></li>
737-
738-
<li><a href="/post/get-started/">🎉 Easily create your own simple yet highly customizable blog</a></li>
739-
740739
</ul>
741740

742741

public/event/index.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!doctype html>
22
<!-- This site was created with Hugo Blox. https://hugoblox.com -->
3-
<!-- Last Published: December 26, 2024 --><html lang="en-us" dir="ltr"
3+
<!-- Last Published: December 27, 2024 --><html lang="en-us" dir="ltr"
44
data-wc-theme-default="system">
55

66
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
@@ -344,9 +344,6 @@
344344

345345

346346

347-
348-
349-
350347

351348

352349

0 commit comments

Comments
 (0)