Skip to content

Commit 8aa41fb

Browse files
committed
notes done in physics
1 parent b57e8c8 commit 8aa41fb

File tree

8 files changed

+45
-18
lines changed

8 files changed

+45
-18
lines changed

content/notes/physics/electromagnetism/index.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,14 @@ menu:
99
weight: 10
1010
---
1111
<!-- A Sample Program -->
12-
{{< note title="Maxwell Equation (Integral)" textcolor="white">}}
12+
{{< note title="Maxwell Equation (Integral)">}}
13+
* **Gauss' Law**:
1314

15+
$$ \qquad \iint_{\partial \Omega} \mathbf{E} \cdot d\mathbf{S} = 4 \pi \iiint_{\Omega} \rho dV $$
16+
17+
* **Gauss' Law for Magnetism**
18+
$$ \qquad \iint_{\partial \Omega} \mathbf{B} \cdot d\mathbf{S} = 0 $$
1419

15-
$$\delta + 5 $$
1620

1721
{{< /note >}}
1822

public/index.json

+1-1
Large diffs are not rendered by default.

public/index.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,8 @@ To achieve this, we will utilize the yfinance library to fetch stock information
128128
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
129129

130130
<guid>http://localhost:1313/notes/physics/electromagnetism/</guid>
131-
<description>Maxwell Equation (Integral) $$\delta + 5 $$ x</description>
131+
<description>Maxwell Equation (Integral) Gauss&amp;rsquo; Law: $$ \qquad \iint_{\partial \Omega} \mathbf{E} \cdot d\mathbf{S} = 4 \pi \iiint_{\Omega} \rho dV $$
132+
Gauss&amp;rsquo; Law for Magnetism $$ \qquad \iint_{\partial \Omega} \mathbf{B} \cdot d\mathbf{S} = 0 $$ </description>
132133
</item>
133134

134135
<item>

public/notes/index.html

+9-3
Original file line numberDiff line numberDiff line change
@@ -318,18 +318,24 @@
318318

319319

320320
<!-- A Sample Program -->
321-
<p><div class="note-card ">
321+
<div class="note-card ">
322322
<div class="item">
323323
<h5 class="note-title"><span>Maxwell Equation (Integral)</span></h5>
324324

325325
<div class="card">
326-
<div class="card-body">$$\delta + 5 $$</div>
326+
<div class="card-body"><ul>
327+
<li><strong>Gauss&rsquo; Law</strong>:</li>
328+
</ul>
329+
<p>$$ \qquad \iint_{\partial \Omega} \mathbf{E} \cdot d\mathbf{S} = 4 \pi \iiint_{\Omega} \rho dV $$</p>
330+
<ul>
331+
<li><strong>Gauss&rsquo; Law for Magnetism</strong>
332+
$$ \qquad \iint_{\partial \Omega} \mathbf{B} \cdot d\mathbf{S} = 0 $$</li>
333+
</ul></div>
327334
</div>
328335

329336
</div>
330337
</div>
331338

332-
x</p>
333339

334340

335341

public/notes/index.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
2525

2626
<guid>http://localhost:1313/notes/physics/electromagnetism/</guid>
27-
<description>Maxwell Equation (Integral) $$\delta + 5 $$ x</description>
27+
<description>Maxwell Equation (Integral) Gauss&amp;rsquo; Law: $$ \qquad \iint_{\partial \Omega} \mathbf{E} \cdot d\mathbf{S} = 4 \pi \iiint_{\Omega} \rho dV $$
28+
Gauss&amp;rsquo; Law for Magnetism $$ \qquad \iint_{\partial \Omega} \mathbf{B} \cdot d\mathbf{S} = 0 $$ </description>
2829
</item>
2930

3031
<item>

public/notes/physics/electromagnetism/index.html

+14-6
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,17 @@
2626
<meta property="og:url" content="http://localhost:1313/notes/physics/electromagnetism/">
2727
<meta property="og:site_name" content="Stefano Giannini">
2828
<meta property="og:title" content="Electromagnetism">
29-
<meta property="og:description" content="Maxwell Equation (Integral) $$\delta &#43; 5 $$ x">
29+
<meta property="og:description" content="Maxwell Equation (Integral) Gauss’ Law: $$ \qquad \iint_{\partial \Omega} \mathbf{E} \cdot d\mathbf{S} = 4 \pi \iiint_{\Omega} \rho dV $$
30+
Gauss’ Law for Magnetism $$ \qquad \iint_{\partial \Omega} \mathbf{B} \cdot d\mathbf{S} = 0 $$ ">
3031
<meta property="og:locale" content="en">
3132
<meta property="og:type" content="article">
3233
<meta property="article:section" content="notes">
3334

3435

3536
<meta name="twitter:card" content="summary">
3637
<meta name="twitter:title" content="Electromagnetism">
37-
<meta name="twitter:description" content="Maxwell Equation (Integral) $$\delta &#43; 5 $$ x">
38+
<meta name="twitter:description" content="Maxwell Equation (Integral) Gauss’ Law: $$ \qquad \iint_{\partial \Omega} \mathbf{E} \cdot d\mathbf{S} = 4 \pi \iiint_{\Omega} \rho dV $$
39+
Gauss’ Law for Magnetism $$ \qquad \iint_{\partial \Omega} \mathbf{B} \cdot d\mathbf{S} = 0 $$ ">
3840

3941

4042

@@ -323,19 +325,25 @@
323325
<section class="content-section" id="content-section">
324326
<div class="content container-fluid" id="content">
325327
<div class="container-fluid note-card-holder" id="note-card-holder">
326-
<!-- A Sample Program -->
327-
<p><div class="note-card ">
328+
<!-- A Sample Program -->
329+
<div class="note-card ">
328330
<div class="item">
329331
<h5 class="note-title"><span>Maxwell Equation (Integral)</span></h5>
330332

331333
<div class="card">
332-
<div class="card-body">$$\delta + 5 $$</div>
334+
<div class="card-body"><ul>
335+
<li><strong>Gauss&rsquo; Law</strong>:</li>
336+
</ul>
337+
<p>$$ \qquad \iint_{\partial \Omega} \mathbf{E} \cdot d\mathbf{S} = 4 \pi \iiint_{\Omega} \rho dV $$</p>
338+
<ul>
339+
<li><strong>Gauss&rsquo; Law for Magnetism</strong>
340+
$$ \qquad \iint_{\partial \Omega} \mathbf{B} \cdot d\mathbf{S} = 0 $$</li>
341+
</ul></div>
333342
</div>
334343

335344
</div>
336345
</div>
337346

338-
x</p>
339347

340348
</div>
341349
</div>

public/notes/physics/index.html

+9-3
Original file line numberDiff line numberDiff line change
@@ -323,18 +323,24 @@
323323

324324

325325
<!-- A Sample Program -->
326-
<p><div class="note-card ">
326+
<div class="note-card ">
327327
<div class="item">
328328
<h5 class="note-title"><span>Maxwell Equation (Integral)</span></h5>
329329

330330
<div class="card">
331-
<div class="card-body">$$\delta + 5 $$</div>
331+
<div class="card-body"><ul>
332+
<li><strong>Gauss&rsquo; Law</strong>:</li>
333+
</ul>
334+
<p>$$ \qquad \iint_{\partial \Omega} \mathbf{E} \cdot d\mathbf{S} = 4 \pi \iiint_{\Omega} \rho dV $$</p>
335+
<ul>
336+
<li><strong>Gauss&rsquo; Law for Magnetism</strong>
337+
$$ \qquad \iint_{\partial \Omega} \mathbf{B} \cdot d\mathbf{S} = 0 $$</li>
338+
</ul></div>
332339
</div>
333340

334341
</div>
335342
</div>
336343

337-
x</p>
338344

339345

340346

public/notes/physics/index.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
1212

1313
<guid>http://localhost:1313/notes/physics/electromagnetism/</guid>
14-
<description>Maxwell Equation (Integral) $$\delta + 5 $$ x</description>
14+
<description>Maxwell Equation (Integral) Gauss&amp;rsquo; Law: $$ \qquad \iint_{\partial \Omega} \mathbf{E} \cdot d\mathbf{S} = 4 \pi \iiint_{\Omega} \rho dV $$
15+
Gauss&amp;rsquo; Law for Magnetism $$ \qquad \iint_{\partial \Omega} \mathbf{B} \cdot d\mathbf{S} = 0 $$ </description>
1516
</item>
1617

1718

0 commit comments

Comments
 (0)