Git Product home page Git Product logo

chandlerlester.github.io's Introduction

Chandler Lester

I study continuous-time macroeconomics and adaptive learning techniques, I'm also interested in machine learning.

I have several public repositories on this site they include my academic website (a heavily edited version of minimal mistakes), a repository of replicated continuous-time value function problems (original version can be found on Ben Moll's website, and code for my third-year field paper.

On Github, I'm currently working on:

  • Editing and posting more code from my dissertation
  • Learning more about Julia's packages and applications
  • Brushing up on my Fortran and practicing R

chandlerlester.github.io's People

Contributors

chandlerlester avatar wasredacted avatar

chandlerlester.github.io's Issues

Font Awesome method overlap

Summary: pulling two version of FA via two separate methods, may redux complexity/page loads by pulling current FA via one method.

v5.0.9 - as JS in scripts.html

<script src="https://use.fontawesome.com/releases/v5.0.9/js/all.js"></script>

v5.7.1 - as CSS in head/custom.html

<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.1/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">

(and semi-related there's a weird bug with your custom head snippets, they are being duplicated in footer as well)

Current method: minimal-mistakes pulls fontawesome via css in _includes/head.html. They're using jsdelivr, but you could substitute fontawesome as the source here. PR Discussion
https://github.com/mmistakes/minimal-mistakes/blob/d6444412c63aea5e47241ef536509fb1bfef4830/_includes/head.html#L16

Example: Font Awesome updated with a /latest/ reference to save on version specific flags.

<link rel="stylesheet" href="https://kit-free.fontawesome.com/releases/latest/css/free.min.css">
<!-- or -->
<script type="text/javascript" href="https://kit-free.fontawesome.com/releases/latest/js/free.min.js">

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.