Giter Site home page Giter Site logo

mpilosov / home Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 1.0 11.18 MB

Website for mathematicalmichael.com, michaelpilosov.com, mpilosov.com

Home Page: https://mpilosov.com

HTML 23.24% CSS 20.75% JavaScript 52.00% Makefile 0.55% Dockerfile 0.87% Shell 0.09% SCSS 2.50%

home's Introduction

Personal Website

Requirements

hugo (or docker-equivalent).

Serve

make

Publish

Github Actions will automatically build and deploy the website.

The one caveat to be aware of is that the cname property in the workflow must be set as it will override any settings manually configured in the Github Pages user interface.

Docker

You can run make hugo to create the image hugo-image:latest defined in docker/Dockerfile and use the following command to run a local server instead:

make serve-from-docker

and similarly make stage-from-docker to push to the local staging server (must be on VPN / in-studio).

other versions

The environment variables VAR and VER determine the variant (_extended or empty for plain hugo) and version for hugo.

make hugo -e VER=0.96.0 -e VAR=
make hugo -e VER=0.103.1  # uses `VAR=_extended` by default 

home's People

Contributors

mathematicalmichael avatar mpilosov avatar ccthecode avatar sjmelchor avatar elliottregan avatar

Watchers

 avatar  avatar

Forkers

ccthecode

home's Issues

mvp research page

estimation is the current working title, as it is something that ties together my phd research and "the oracle" app I built.

  • narrative thread missing
  • outline research topic
  • passion to make use of the discoveries I worked hard on and the knowledge acquired on the path, have innate desire to make them accessible and to share with the world, hence "the oracle"
  • final spell check

Link Checker Report

Summary

Status Count
๐Ÿ” Total 79
โœ… Successful 68
โณ Timeouts 0
๐Ÿ”€ Redirected 0
๐Ÿ‘ป Excluded 8
โ“ Unknown 0
๐Ÿšซ Errors 3

Errors per input

Errors in content/projects/other.md

Errors in content/projects/art-draft.md

Errors in content/projects/etc/mtg.md

Full Github Actions output

Link Checker Report

Summary

Status Count
๐Ÿ” Total 79
โœ… Successful 68
โณ Timeouts 0
๐Ÿ”€ Redirected 0
๐Ÿ‘ป Excluded 8
โ“ Unknown 0
๐Ÿšซ Errors 3

Errors per input

Errors in content/projects/etc/mtg.md

Errors in content/projects/other.md

Errors in content/projects/art-draft.md

Full Github Actions output

stochastic poker colors and formatting

Problems

  • all three icons should be inline, spaced in a visually pleasing way, with some padding between the score stats and the button to start a new game.
  • the color of the graph should be white

image

parameterize theme colors

Problem

Any time I want to change colors, I basically have to do find/replace in themes/dimension/static/assets/css/main.css and I would really like it if at least the unique colors of the website were parameters/variables I could set at the top of the file, or even better from within config.yaml.

Solution

font color, background color, accent color, at the very least, are configurable in one place. ideally there are not any color codes left in main.css that are not parameterized. I'm not sure if changes will be required to noscript.css as I'm not sure what this does.

Link Checker Report

Summary

Status Count
๐Ÿ” Total 79
โœ… Successful 68
โณ Timeouts 0
๐Ÿ”€ Redirected 0
๐Ÿ‘ป Excluded 8
โ“ Unknown 0
๐Ÿšซ Errors 3

Errors per input

Errors in content/projects/etc/mtg.md

Errors in content/projects/other.md

Errors in content/projects/art-draft.md

Full Github Actions output

Link Checker Report

Summary

Status Count
๐Ÿ” Total 112
โœ… Successful 81
โณ Timeouts 0
๐Ÿ”€ Redirected 0
๐Ÿ‘ป Excluded 2
โ“ Unknown 2
๐Ÿšซ Errors 27

Errors per input

Errors in content/contact.md

Errors in themes/dimension/layouts/_default/single.html

  • file:///home/runner/work/home/home/themes/dimension/layouts/_default/%7B%7B%20.Site.Params.logo%20|%20relURL%20%7D%7D: Failed: Cannot find file (status code: ERR)
  • file:///home/runner/work/home/home/themes/dimension/layouts/_default/%7B%7B%20: Failed: Cannot find file (status code: ERR)

Errors in content/about.md

  • file:///home/runner/work/home/home/content/profile.webp: Failed: Cannot find file (status code: ERR)

Errors in themes/dimension/layouts/_default/list.html

  • file:///home/runner/work/home/home/themes/dimension/layouts/_default/%7B%7B: Failed: Cannot find file (status code: ERR)
  • file:///home/runner/work/home/home/themes/dimension/layouts/_default/%7B%7B%20.RelPermalink%20%7D%7D: Failed: Cannot find file (status code: ERR)
  • file:///home/runner/work/home/home/themes/dimension/layouts/_default/%7B%7B%20.Params.image%20%7D%7D: Failed: Cannot find file (status code: ERR)
  • file:///home/runner/work/home/home/themes/dimension/layouts/_default/%7B%7B%20.Params.logo%20|%20relURL%20%7D%7D: Failed: Cannot find file (status code: ERR)

Errors in content/projects/etc/gpu.md

Errors in themes/dimension/layouts/partials/social.html

Errors in themes/dimension/layouts/partials/share.html

Errors in themes/dimension/layouts/shortcodes/image.html

  • file:///home/runner/work/home/home/themes/dimension/layouts/shortcodes/%7B%7B%20.Get%200%20%7D%7D: Failed: Cannot find file (status code: ERR)
  • file:///home/runner/work/home/home/themes/dimension/layouts/shortcodes/%7B%7B%20.Get%20: Failed: Cannot find file (status code: ERR)

Errors in content/projects/art.md

  • file:///home/runner/work/home/home/content/projects/njh/ss.jpg: Failed: Cannot find file (status code: ERR)

Errors in content/projects/other.md

Errors in content/projects/etc/oracle.md

  • file:///home/runner/work/home/home/content/projects/oracle/car-scatter.jpg: Failed: Cannot find file (status code: ERR)
  • file:///home/runner/work/home/home/content/projects/oracle/car-filter.jpg: Failed: Cannot find file (status code: ERR)

Errors in themes/dimension/layouts/partials/design.html

  • file:///home/runner/work/home/home/themes/dimension/layouts/partials/%7B%7B%20.Site.Params.url%20%7D%7D: Failed: Cannot find file (status code: ERR)

Errors in themes/dimension/layouts/partials/header.html

  • file:///home/runner/work/home/home/themes/dimension/layouts/partials/%7B%7B%20$customStyles.RelPermalink%20%7D%7D: Failed: Cannot find file (status code: ERR)
  • file:///home/runner/work/home/home/themes/dimension/layouts/partials/%7B%7B%20$mainStyles.RelPermalink%20%7D%7D: Failed: Cannot find file (status code: ERR)
  • file:///home/runner/work/home/home/themes/dimension/layouts/partials/%7B%7B%20: Failed: Cannot find file (status code: ERR)
  • https://fonts.gstatic.com/: Failed: Network error (status code: 404)
  • https://fonts.googleapis.com/: Failed: Network error (status code: 404)
  • file:///home/runner/work/home/home/themes/dimension/layouts/partials/%7B%7B%20$style.RelPermalink%20%7D%7D: Failed: Cannot find file (status code: ERR)
  • file:///home/runner/work/home/home/themes/dimension/layouts/partials/%7B%7B%20.Permalink%20%7D%7D: Failed: Cannot find file (status code: ERR)
  • file:///home/runner/work/home/home/themes/dimension/layouts/partials/%7B%7B: Failed: Cannot find file (status code: ERR)

Full Github Actions output

Link Checker Report

Summary

Status Count
๐Ÿ” Total 79
โœ… Successful 68
โณ Timeouts 0
๐Ÿ”€ Redirected 0
๐Ÿ‘ป Excluded 8
โ“ Unknown 0
๐Ÿšซ Errors 3

Errors per input

Errors in content/projects/etc/mtg.md

Errors in content/projects/other.md

Errors in content/projects/art-draft.md

Full Github Actions output

Link Checker Report

Summary

Status Count
๐Ÿ” Total 79
โœ… Successful 68
โณ Timeouts 0
๐Ÿ”€ Redirected 0
๐Ÿ‘ป Excluded 8
โ“ Unknown 0
๐Ÿšซ Errors 3

Errors per input

Errors in content/projects/other.md

Errors in content/projects/etc/mtg.md

Errors in content/projects/art-draft.md

Full Github Actions output

style of quote blocks

this one should be straightforward... there's too much whitespace in quote blocks (markdown preceded by >).

Screen Shot 2022-09-04 at 8 31 54 PM

These quote blocks look bad to me. Would prefer if the text was centered in there, or at least if the bottom padding was reduced maybe 50%.

Link Checker Report

Summary

Status Count
๐Ÿ” Total 79
โœ… Successful 67
โณ Timeouts 0
๐Ÿ”€ Redirected 0
๐Ÿ‘ป Excluded 8
โ“ Unknown 0
๐Ÿšซ Errors 4

Errors per input

Errors in content/projects/other.md

Errors in content/projects/art-draft.md

Errors in content/projects/etc/mtg.md

Errors in content/projects/research.md

Full Github Actions output

Link Checker Report

Summary

Status Count
๐Ÿ” Total 79
โœ… Successful 68
โณ Timeouts 0
๐Ÿ”€ Redirected 0
๐Ÿ‘ป Excluded 8
โ“ Unknown 0
๐Ÿšซ Errors 3

Errors per input

Errors in content/projects/art-draft.md

Errors in content/projects/other.md

Errors in content/projects/etc/mtg.md

Full Github Actions output

mvp art page

  • narrative thread is missing

    • a real building
    • moving pictures
    • probably art
    • workshops / outreach
  • source an image of building project

  • (file issue at least) to create project pages

  • final spellcheck

Link Checker Report

Summary

Status Count
๐Ÿ” Total 79
โœ… Successful 68
โณ Timeouts 0
๐Ÿ”€ Redirected 0
๐Ÿ‘ป Excluded 8
โ“ Unknown 0
๐Ÿšซ Errors 3

Errors per input

Errors in content/projects/art-draft.md

Errors in content/projects/other.md

Errors in content/projects/etc/mtg.md

Full Github Actions output

mvp etc page

this etc / more page is a mess, full of irrelevant links that probably need to be woven into the other pages.

unclear what will remain here, blocked by other issues.

post-mvp cleanup

  • NJH image
  • NJH project page (needs github?) at least can use for technical discussion to keep art page shorter. say you can put the code up on request.
  • close out mvp issues

Link Checker Report

Summary

Status Count
๐Ÿ” Total 79
โœ… Successful 68
โณ Timeouts 0
๐Ÿ”€ Redirected 0
๐Ÿ‘ป Excluded 8
โ“ Unknown 0
๐Ÿšซ Errors 3

Errors per input

Errors in content/projects/etc/mtg.md

Errors in content/projects/art-draft.md

Errors in content/projects/other.md

Full Github Actions output

Link Checker Report

Summary

Status Count
๐Ÿ” Total 79
โœ… Successful 68
โณ Timeouts 0
๐Ÿ”€ Redirected 0
๐Ÿ‘ป Excluded 8
โ“ Unknown 0
๐Ÿšซ Errors 3

Errors per input

Errors in content/projects/art-draft.md

Errors in content/projects/other.md

Errors in content/projects/etc/mtg.md

Full Github Actions output

Link Checker Report

Summary

Status Count
๐Ÿ” Total 79
โœ… Successful 68
โณ Timeouts 0
๐Ÿ”€ Redirected 0
๐Ÿ‘ป Excluded 8
โ“ Unknown 0
๐Ÿšซ Errors 3

Errors per input

Errors in content/projects/other.md

Errors in content/projects/art-draft.md

Errors in content/projects/etc/mtg.md

Full Github Actions output

centering / alignment at different scales

Problem

At certain scales (approaching mobile), the logo becomes uncentered, as do the headings. this is the /projects page:
image

also when there are an even number of menu items, this centering problem also occurs (may or may not be related to the above):
image

Solution

make changes to either themes/dimension/static/assets/css/main.css or static/css/custom.css

try removing background blurry blob

image

i cant figure out where this is with the inspector tool. I just don't like how noticeable it is when I remove the background gradient especially.

describe experience that can become offerings

  • free write about python experience
  • create new page (probably on other website)
  • free write about mlops, devops
  • create page that describes how you built CI/CD for this site
  • create page that describes how you built CI/CD for thesis

Link Checker Report

Summary

Status Count
๐Ÿ” Total 79
โœ… Successful 68
โณ Timeouts 0
๐Ÿ”€ Redirected 0
๐Ÿ‘ป Excluded 8
โ“ Unknown 0
๐Ÿšซ Errors 3

Errors per input

Errors in content/projects/etc/mtg.md

Errors in content/projects/art-draft.md

Errors in content/projects/other.md

Full Github Actions output

mvp about page

the who i am page is closest to being done but still needs revisions.

  • "seeker of opportune moments where novel ideas spark connections to hoarded knowledge" โฌ…๏ธ needs reworking but this idea is missing now

  • "I quantify and reduce uncertainty by applying mathematical theory and leveraging the power of storytelling to explain complicated concepts." โฌ…๏ธ a lot of jargon to lead with

  • needs h1 heading.

    • who i am ... or instead, go with something else as top-of-page:
    • i am michael pilosov, phd
    • michael pilosov, phd
  • "I am a bridge. I approach education and software engineering as art." โฌ…๏ธ vague, no followup

  • remove line-breaks

  • only one CTA, use hyperlinks in text instead

  • add image

  • move goal up

  • final spellcheck

mvp software page

architecture & engineering (center item) is what it is called now

  • picking up from research discussion (link back to it), i developed my software and devops skills (maybe hyperlink back to this section in the contact page)
  • what repos do you want to link to?
    • mind the grow
    • ml starter packs
    • mud
  • final spellcheck

Link Checker Report

Summary

Status Count
๐Ÿ” Total 79
โœ… Successful 68
โณ Timeouts 0
๐Ÿ”€ Redirected 0
๐Ÿ‘ป Excluded 8
โ“ Unknown 0
๐Ÿšซ Errors 3

Errors per input

Errors in content/projects/art-draft.md

Errors in content/projects/other.md

Errors in content/projects/etc/mtg.md

Full Github Actions output

Link Checker Report

Summary

Status Count
๐Ÿ” Total 79
โœ… Successful 68
โณ Timeouts 0
๐Ÿ”€ Redirected 0
๐Ÿ‘ป Excluded 8
โ“ Unknown 0
๐Ÿšซ Errors 3

Errors per input

Errors in content/projects/art-draft.md

Errors in content/projects/other.md

Errors in content/projects/etc/mtg.md

Full Github Actions output

contact page

I am available for consulting and workshops on Python, MLOps, and several other disciplines related to the research-to-production process and applied computational mathematics.

this could use improvement.

  • revise / copy-edit sentence
  • are these the things you want to list? (python, mlops, other)
  • how do you stylize mlops?
  • needs heading (for accessibility)
  • links need to be to real content, currently just placeholders. Remove links for MVP.
  • final spellcheck
  • create issues for product offerings
    • python
    • ml-ops
    • "other disciplines"

Link Checker Report

Summary

Status Count
๐Ÿ” Total 79
โœ… Successful 68
โณ Timeouts 0
๐Ÿ”€ Redirected 0
๐Ÿ‘ป Excluded 8
โ“ Unknown 0
๐Ÿšซ Errors 3

Errors per input

Errors in content/projects/art-draft.md

Errors in content/projects/other.md

Errors in content/projects/etc/mtg.md

Full Github Actions output

mvp outreach page

  • the poker page needs to be moved to its own website
  • weave the discussion around how you ran outreach events
  • discuss how this was one of your first attempts at making something based on math, and was interactive, easy to use, cross-platform, tie the discussion back to software
  • free write
  • final spell check

Link Checker Report

Summary

Status Count
๐Ÿ” Total 79
โœ… Successful 68
โณ Timeouts 0
๐Ÿ”€ Redirected 0
๐Ÿ‘ป Excluded 8
โ“ Unknown 0
๐Ÿšซ Errors 3

Errors per input

Errors in content/projects/etc/mtg.md

Errors in content/projects/other.md

Errors in content/projects/art-draft.md

Full Github Actions output

improve animations/transition smoothness

Problem

when clicking on menu items which bring up cards, the animation seems to "stutter" and doesn't feel smooth.

Solution

animation parameters are changed to result in a smoother animation, and ideally are configurable by the user (preferably in config.yaml, but if you point me to the the right variables in main.css that would work too)

Link Checker Report

Summary

Status Count
๐Ÿ” Total 79
โœ… Successful 68
โณ Timeouts 0
๐Ÿ”€ Redirected 0
๐Ÿ‘ป Excluded 8
โ“ Unknown 0
๐Ÿšซ Errors 3

Errors per input

Errors in content/projects/other.md

Errors in content/projects/etc/mtg.md

Errors in content/projects/art-draft.md

Full Github Actions output

Link Checker Report

Summary

Status Count
๐Ÿ” Total 79
โœ… Successful 68
โณ Timeouts 0
๐Ÿ”€ Redirected 0
๐Ÿ‘ป Excluded 8
โ“ Unknown 0
๐Ÿšซ Errors 3

Errors per input

Errors in content/projects/art-draft.md

Errors in content/projects/other.md

Errors in content/projects/etc/mtg.md

Full Github Actions output

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.