Add project pages, have to fill the text

This commit is contained in:
Eduardo Cueto Mendoza 2020-06-24 17:34:10 -06:00
parent 347f95222d
commit 75e7a88c2b
7 changed files with 31 additions and 6 deletions

View File

@ -47,10 +47,15 @@
<!-- HOME -->
<li class="menu-list-item {{ispage index}}active{{end}}"><a href="/" class="menu-list-link">• Home</a>
<!-- WORKFLOW -->
<li class="menu-list-item {{ispage projects/*}}active{{end}}"><a href="/projects/" class="menu-list-link">• Projects</a>
<li class="menu-list-item {{ispage projects/}}active{{end}}"><a href="/projects/green_flux/index.html" class="menu-list-link">• Projects</a>
<ul class="menu-list-child-list ">
<li class="menu-list-item {{ispage projects/green_flux/}}active{{end}}"><a href="/projects/green_flux/" class="menu-list-link">Green Flux</a>
<li class="menu-list-item {{ispage projects/flux_compress/}}active{{end}}"><a href="/projects/flux_compress/" class="menu-list-link">Flux Compress</a>
<!-- <li class="menu-list-item {{ispage code/literate}}active{{end}}"><a href="/code/literate/" class="menu-list-link">Literate.jl</a> -->
</ul>
<!-- CODE (class="menu-list-parent") -->
<li class="menu-list-item {{ispage cv/*}}active{{end}}"><a href="/cv/" class="menu-list-link">• CV</a>
<!-- <ul class="menu-list-child-list ">
<!-- <ul class="menu-list-child-list ">
<li class="menu-list-item {{ispage code/index.html}}active{{end}}"><a href="/code/" class="menu-list-link">Inserting code</a>
<li class="menu-list-item {{ispage code/eval-tricks}}active{{end}}"><a href="/code/eval-tricks/" class="menu-list-link">Code tricks</a>
<li class="menu-list-item {{ispage code/literate}}active{{end}}"><a href="/code/literate/" class="menu-list-link">Literate.jl</a>

File diff suppressed because one or more lines are too long

View File

@ -110,3 +110,15 @@ Developed modules for Odoo (Open ERP) using Python, Javascript and PostgreSQL. T
* Information Theory
* Julia Programming Language
* COBOL
~~~
<hr>
~~~
## Open Source Projects
~~~
<hr>
~~~
* Green Flux: Functions that measure the approximate kWh electricity draw and non-embedding Floating Point operations consumed in the training of a Flux.jl model.
* Flux Compress: Functions and structures that extend Flux.jl layers to allow the compression of models.

View File

@ -6,7 +6,7 @@
This blog is where I intent to update my projects as well as my research. I am doing this right now due to COVID-19 and the fact that the epidemic started when I was about to start a PhD position in TU Dublin.
Currently I've been working in two "big" projects:
* `Setting up this blog` and
* `Setting up this blog` and `translating it to spanish`
* `Implement complexity measures for Deep Neural Networks (DNN)`.
Both of this projects are being developed with [Julia](https://julialang.org/), language which was introduced to my during my time at Instituto Politécnico Nacional [IPN](https://www.ipn.mx/). The Julia packages that I am either using or extending are [Flux.jl](https://fluxml.ai/) and [Franklin.jl](https://franklinjl.org/).

View File

@ -0,0 +1,3 @@
# Flux Compress
TODO: Update project status

3
projects/green_flux.md Normal file
View File

@ -0,0 +1,3 @@
# Green Flux
TODO: Update project status

View File

@ -1,3 +1,5 @@
# My Projects
### Still have to update this section.
<!-- \tableofcontents -->
## Update later