Skip to content

Commit 14f5c7f

Browse files
committed
wah
1 parent 0b0426b commit 14f5c7f

34 files changed

Lines changed: 13 additions & 7407 deletions

File tree

config.yaml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,9 @@ params:
1717

1818
menu:
1919
main:
20-
- identifier: resume
21-
name: resume
22-
title: resume
23-
url: /resume/
24-
weight: 2
25-
- identifier: about
26-
name: about
27-
title: about
28-
url: /about/
29-
weight: 1
3020
- identifier: rss
3121
name: rss
32-
weight: 3
22+
weight: 1
3323
url: /index.xml
3424

3525
permalinks:

content/_index.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
22
title: "Max Fierro"
33
---
44

5-
Howdy! I'm Max, and I am in your user space.
5+
If you are here to learn about me as a collaborator, you might be interested in [my resume](/resume/). Otherwise, you can look at my favorite [music collections](/music/). Sometimes I also write things for "fun" and publish them here. If you find something interesting or useful, you should send me an email. I might scream.
66

7-
If you would like to get to know me a little better, I wrote a wall of text in the [about section](/about/). You can also see [my resume](/resume/) if you would like. Some of my favorite music is [here](/music/), too. I like to write on occasion, and you can find some of my senseless ramblings below.
8-
9-
**Email:** `maxfierro (at) berkeley.edu`
7+
**Email:** `maxfierro (at) berkeley (dot) edu`
108

119
---

content/about.md

Lines changed: 0 additions & 60 deletions
This file was deleted.

content/posts/aztlan-poem/index.md

Lines changed: 0 additions & 42 deletions
This file was deleted.

content/posts/poem/index.md

Lines changed: 0 additions & 28 deletions
This file was deleted.

content/posts/tensors-signals-kernels/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -922,7 +922,7 @@ in which case $\tilde f \circ \tilde g$ would be a tensor of type $(2, 2)$. As a
922922

923923
{{% /hint %}}
924924

925-
In the example of 3.34, the map $\otimes : (f, \\, g) \mapsto \tilde f \circ \tilde g$ receives the special name of tensor outer product. It is defined for any two tensors, just as the tensor product (which it is a special case of) is defined on any two tensor product spaces. Taking the outer product of two tensors of type $(a, b)$ and $(c, d)$ results in one more of type $(a + c, \\, b + d)$.
925+
In the example of 3.34, the map $\otimes : (f, \\, g) \mapsto \tilde f \circ \tilde g$ receives the special name of tensor outer product. It exists for any two tensors, just as a tensor product (which it is a special case of) exists for any two tensor product spaces. Taking the outer product of two tensors of type $(a, b)$ and $(c, d)$ results in one more of type $(a + c, \\, b + d)$.
926926

927927
Likewise, the map $\langle \cdot, \\, \cdot \rangle : (f, \\, g) \mapsto \hat f \circ \hat g$ is simply a special case of an inner product. As such, it only made sense in 3.34 as it admitted two tensors that live in the same tensor product space. In such cases, the inner product of two tensors of (necessarily equal) type $(a, b)$ is a scalar of type $(0, 0)$.
928928

content/resume.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,6 @@ I am graduating from [UC Berkeley](https://www.berkeley.edu/) intellectually inv
3131

3232
<!-- -->
3333

34-
* `EE 126` _Probability and Random Processes_ ([Prof. Khanna](https://www2.eecs.berkeley.edu/Faculty/Homepages/pkhanna.html))
35-
* `EE 120` **_Signals and Systems_** ([<u>Prof. Dimakis</u>](https://people.eecs.berkeley.edu/~alexdimakis/))
36-
37-
<!-- -->
38-
3934
* `MATH 1A` _Calculus I_ ([Prof. Vojta](https://math.berkeley.edu/~vojta/))
4035
* `MATH 1B` _Calculus II_ ([<u>Prof. Paulin</u>](https://math.berkeley.edu/~apaulin/))
4136
* `MATH 54` **_Linear Algebra & Differential Equations_** ([Prof. Lott](https://math.berkeley.edu/~lott/))

layouts/partials/header.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
<header id="banner">
2-
<a href="{{ .Site.BaseURL }}"
3-
><img src="/logo.svg" alt="Logo" class="site-logo"
4-
/></a>
52
<h2><a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a></h2>
63
<nav>
74
<ul>

layouts/partials/posts.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
<h3>Technical</h3>
1+
<h3>Objective</h3>
22
<ul id="posts">
33
{{- $tech := where (where .Site.RegularPages "Type" "in" .Site.Params.mainSections) ".Params.category" "technical" -}}
44
{{- range $tech }}
55
{{ .Render "li" }}
66
{{- end }}
77
</ul>
88

9-
<h3>Personal</h3>
9+
<h3>Subjective</h3>
1010
<ul id="posts">
1111
{{- $pers := where (where .Site.RegularPages "Type" "in" .Site.Params.mainSections) ".Params.category" "personal" -}}
1212
{{- range $pers }}

public/categories/index.html

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,10 @@
2121
<title>Categories</title>
2222
</head>
2323
<body><header id="banner">
24-
<a href="http://localhost:1313/"
25-
><img src="/logo.svg" alt="Logo" class="site-logo"
26-
/></a>
2724
<h2><a href="http://localhost:1313/">Max Fierro</a></h2>
2825
<nav>
2926
<ul>
3027
<li>
31-
<a href="/about/" title="about"
32-
>about</a
33-
>
34-
</li><li>
35-
<a href="/resume/" title="resume"
36-
>resume</a
37-
>
38-
</li><li>
3928
<a href="/index.xml" title=""
4029
>rss</a
4130
>

0 commit comments

Comments
 (0)