Giter Site home page Giter Site logo

sharwinbobde / serg-delft.github.io Goto Github PK

View Code? Open in Web Editor NEW

This project forked from serg-delft/serg-delft.github.io

0.0 0.0 0.0 108.72 MB

SERG web site

Home Page: https://se.ewi.tudelft.nl/

Ruby 1.23% HTML 75.18% CSS 14.31% Python 8.41% Nix 0.86%

serg-delft.github.io's Introduction

The SERG website

The SERG web site is built with Jekyll and is running on GitHub pages.

Organization

The website is organized in six top level sections:

Adding material

Material can be added by anyone in any section. We hereby provide some templates to make the look and feel more consistent.

Adding yourself to People

To add yourself to the People page, copy and modify accordingly the following code snippet. We maintain alphabetic order on the surname.

<div class="card d-block">
    <!--
      Use your GitHub profile picture to avoid duplication. If not available,
      create a 200x200px picture under /img and link it here.
    -->
    <img class="card-img-top" src="https://avatars2.githubusercontent.com/u/220701?v=4" alt="Arie van Deursen">
    <div class="card-body">
      <div class="card-title">
        <!-- Your name, with a link to your website, if exists -->
        <a href="https://avandeursen.com" title="Arie's home page">Arie van Deursen</a>
      </div>
      <!-- Your research interests -->
      <p class="card-text">Group Leader, Software Technology Department Head</p>
    </div>
    <!-- Links to other websites containing your content-->
    <div class="card-footer bg-transparent border-success">
      <a href="https://twitter.com/avandeursen" title="Twitter"><i class="fab fa-twitter"></i></a>
      <a href="https://github.com/avandeursen" title="GitHub"><i class="fab fa-github"></i></a>
      <a href="https://stackoverflow.com/users/165292/avandeursen" title="StackOverflow"><i class="fab fa-stack-overflow"></i></a>
      <a href="https://nl.linkedin.com/in/avandeursen" title="LinkedIn"><i class="fab fa-linkedin"></i></a>
      <a href="https://scholar.google.nl/citations?user=jjCkWXgAAAAJ" title="Google Scholar"><i class="ai ai-google-scholar-square"></i></a>
      <a href="https://pure.tudelft.nl/portal/en/persons/a-van-deursen(949eb2cc-4db0-4f33-bd56-13425fa5c24a)/publications.html?pageSize=all&page=0" title="Publications"><i class="fas fa-edit"></i></a>
    </div>
  </div>

Adding master thesis topics

Building locally

There are two options to build the website locally:

  • Installing and running Jekyll
  • Running Jekyll from a Docker container

Installing and running Jekyll

Jekyll requires Ruby (>=2.3). If you have Ruby installed (most recent Linuxes and Macs do have a correct version of Ruby), you can use the following commands to build the web site:

# Install dependencies
gem install bundler
bundle install

# Build the web site
bundle exec jekyll build

# Run jekyll as web server.
# Automatically rebuilds after a file change
bundle exec jekyll serve

Running with Docker

You can use Docker to avoid installing Ruby and/or gems. More instructions here

export JEKYLL_VERSION=3.8.4

# Build the web site
docker run --rm -p4000:4000 --volume="$PWD:/srv/jekyll" -it jekyll/builder:$JEKYLL_VERSION jekyll serve

serg-delft.github.io's People

Contributors

mauricioaniche avatar avandeursen avatar xdevroey avatar gousiosg avatar lacinoire avatar apanichella avatar azaidman avatar jhejderup avatar anandsaw avatar dspinellis avatar luiscruz avatar ayushirastogi avatar mir-am avatar mardibiase avatar inventitech avatar vovak avatar burcuku avatar malihehizadi avatar ashkboos avatar ishepard avatar proksch avatar jorgeromeu avatar arumoy-shome avatar mitchellolsthoorn avatar jeandersonbc avatar pderakhshanfar avatar mswillus avatar ekula avatar lucapascarella avatar mkechagia 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.