Giter VIP home page Giter VIP logo

svmiller.github.io's Introduction

svmiller.com

This is my personal/academic website as hosted on Github at svmiller.com and powered by Jekyll.

I discuss the reasons for the move here.

This repository will also serve as my most up-to-date Jekyll theme as well. I keep a minimal version of my no-good-very-bad template on a Github repository. It's basically a Frankenstein monster of Joel Glovier's jekyll-new theme and Alex King's Favepersonal Wordpress theme.

I'm not sure this will help with search engine optimization, but, here goes: Steven V. Miller is a universitetlektor (associate professor) and political scientist in the Department of Economic History and International Relations at Stockholm University with research interests in international conflict and political behavior. His research has been published in journals like Comparative Political Studies, Journal of Conflict Resolution, Journal of Peace Research, Conflict Management and Peace Science, and Social Science Quarterly. Contents on this website typically involve professional development for students, R, LaTeX, and, occasionally, political science topics.

svmiller.github.io's People

Contributors

svmiller avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

svmiller.github.io's Issues

job.title Tag and Awesome Icons

Hi Steven!

First off, thanks so much for making your Jekyll code publicly available and for your blog posts on RMarkdown and Beamer! I've been using your code to get my own site set up.

  1. Helping you update your site as you get promoted: in your footer.html file, your position is hard-coded as "Assistant Professor" instead of referencing your job.title in your _config.yml file. I had to change job.title to jobtitle in the _config.yml title, but then you can just throw

<li>{{ site.jobtitle }}</li>

in your footer.html file instead of the hard-coded "Assistant Professor"

  1. You might already know this, but using Awesome Icons will help clean up your footer.html file for your social media links as well (source). If you add

<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">

to your head.html file, then you can just use the following to render the social media icons

          {% if site.linkedin_username %}
            <li>
              <a href="https://linkedin.com/in/{{ site.linkedin_username }}">
                <i class="fa fa-linkedin" style="color:gray"></i> LinkedIn
              </a>
            </li>
          {% endif %}

I hope that helps and I hope you rise through the ranks quickly! I hope you're having a great semester and thanks again for the great stuff you've posted!

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.