Giter VIP home page Giter VIP logo

academic_homepage2's Introduction

academic_homepage2

A simple homepage for academic use, based on Angular and Bootstrap.

This replaces http://github.com/pettni/academic_homepage which was built using the deprecated AngularJS.

The main changes are:

  • Using Angular instead of AngularJS
  • Less dependence on remote js/css, they are instead installed via npm and compiled. The only remaining remote css is Academicons
  • Better structured publication code
  • Linking to individual publications
  • Small widget for posting recent news
  • Publications can be included in other parts of the site (although this is still hacky)
  • With Angular the deployed page is optimized

Features

  • Lightweight.
  • Creates a searchable list of publications from a .bib file.
  • Includes node scripts for streamlined development with livereload etc.

Publication list

If the .bib file has entries named "Abstract" (text), "Url" (url) or "Slides" (url), the information will be appended to the publication list. Currently, there is support for @article, @inproceedings, @mastersthesis, @phdthesis, @book, and @inbook.

Development

For easy development/personalization, clone the repo and run

npm install

to install all dependencies. Then run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Deployment

Execute

ng build --prod --deploy-url "DEPLOY_URL" --base-href "BASE_HREF"

where DEPLOY_URL is the address where the page will be deployed (e.g. http://its.caltech.edu), and BASE_HREF is the location on that server (e.g. /~lnilsson/)

Live demo

http://www.its.caltech.edu/~lnilsson

academic_homepage2's People

Watchers

 avatar  avatar  avatar

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.