GithubHelp home page GithubHelp logo

n-georgakopoulos / web Goto Github PK

View Code? Open in Web Editor NEW

This project forked from aueb-balab/web

0.0 1.0 0.0 16.98 MB

BALab web site

Home Page: https://www.balab.aueb.gr

Shell 1.17% TeX 70.77% Python 2.10% CSS 1.61% HTML 24.33% Makefile 0.02%

web's Introduction

BALab-Web

This is the repository for the BALab web site. This system is used to create and maintain the website. The system manages information regarding:

  • group members and alumni,
  • research projects,
  • publications,
  • software.

This is a responsive website (mobile, tablets and computers), using HTML, CSS & Boostrap 3.3.7. The technologies that are used are Pelican, Markdown & BiBTeX. Text is written in Markdown, while publication data is kept in BiBTeX format Data are transformed into static HTML pages by Pelican.

Quick HOWTO

Step by step guide to changes

To contribute to the web site you need to follow these steps.

  • Log into GitHub.
  • Navigate to the BALab web site repository
  • Click on the Fork button on the top right to create your personal copy
  • Add or change the files you want.
    • You can easily create a file with the Create new file button.
    • You can edit a file you're viewing by pressing the Edit this file (pencil button) icon.
  • Preview the change if it is Markdown text, to ensure it appears as you want it. (Ignore the formatting of the key: value entries.)
  • Add a meaningful message in the Commit changes place.
  • Select the Create a new branch for this commit and start a pull request option.
  • Give a meaningful name to the branch you are creating.
  • Press the Propose file change button.
  • When you've finished all your related changes, press the Create pull request button.
  • Navigate to the BALab web site repository again.
  • Click on the New pull request button on the left.
  • In the new page (Compare changes), press the compare accross forks link.
  • From the head fork drop-down menu, choose the Head Repository (yourusername/web) and, then, the branch where you made the changes in the forked repository.
  • Press the Create pull request button.

Making specific contributions

  • All text is formatted using Markdown. See this guide for a quick introduction.
  • Some pages have Key: Value lines at the beginning. Keep these in a separate line each.
  • To add a new seminar, add a file under content/seminars, using this template.
  • To add a new member, add a file under content/members, using this template.
  • To add a new publication edit the file in content/pubs.bib.
    • Use a templete associated with your publication's type from this file.
    • You also can use a BibTeX entry exported from a digital library.
    • In all cases, you need to add the XEmember and XEcategory fields, and change the url field to XEurl field and the doi field to XEdoi.
    • Look at existing entries for examples.
    • Use only the following text in XEcategory:
      • 'Monographs and Edited Volumes'
      • 'Journal Articles'
      • 'Book Chapters'
      • 'Conference Publications'
      • 'Technical Reports'
      • 'White Papers'
      • 'Magazine Articles'
      • 'Working Papers'
  • To add a new associate, add a file under content/members, using this template.
  • To add a new project, add a file under content/projects, using this template.
  • To add new software, add a file under content/software, using this template.
  • To add a new email recipient add the name in the file content/mail-extra.
  • To update a static page (ex. Member Achievements), go to pages, follow the existing structure and use class="img-responsive" for images.
  • To modify an existing page, edit the corresponding file.
  • To add a yearly report (e.g. Yearly Report 2020), create a file under content/yearly_reports.
  • To make members alumni, move them to the alumni directory and change their category from members to alumni.

Technical details

The site is implemented using Pelican.

Project Structure

  • content : MD and bibtex user data
    • members : Members' information (MD)
    • alumni : Alumni' information (MD)
    • projects : Project information (MD)
    • pubs.bib : publications - Bibliographic data (Bibtex)
    • pages : Rogue HTML pages, which are assigned to the site.
    • images : Put your image here
  • plugins : bibtex plugin
  • theme : templates and static files
    • templates :
    • static :
      • css :
      • images :
      • fonts :
  • output :

Document Templates

  • doc/templates/member-associate-example.md : Template for a group member or associate
  • doc/templates/project-example.md : Template for a research project
  • doc/templates/publication-schema.bib : Bibtex entries templates

Web site installation and deployment

To install Pelican you need:

  • python
  • pelican : pip install pelican
  • markdown : pip install Markdown
  • typogrify : pip install typogrify
  • pybtex: pip install pybtex

Creating the site

  • Locally: pelican content/
  • To update the web site on the server: bin/update/

web's People

Contributors

dspinellis avatar bkarak avatar dimitrop avatar aggkostaki avatar stefanos1316 avatar mkechagia avatar gousiosg avatar mfragkoulis avatar vsvlachos avatar antonisgkortzis avatar tushartushar avatar chamitro avatar theosotr avatar stefanoschaliasos avatar louridas avatar papachristoumarios avatar nkorf avatar chrispapp avatar zkotti avatar stathoula avatar arisp8 avatar thodoras avatar chatziantoniou avatar vefstathiou avatar ioannisbat avatar grivaa avatar stheotok avatar chrischatz avatar dritsa-konstantina avatar blueoly avatar

Watchers

James Cloos 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.