https://github.com/besser-pearl/website

This repository contains the github pages website for teampage

https://github.com/besser-pearl/website

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.2%) to scientific vocabulary

Keywords

besser team-members teampage
Last synced: 9 months ago · JSON representation

Repository

This repository contains the github pages website for teampage

Basic Info
Statistics
  • Stars: 1
  • Watchers: 6
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
besser team-members teampage
Created over 2 years ago · Last pushed about 1 year ago
Metadata Files
Readme

README.md

Freelancer Jekyll theme

Jekyll theme based on Freelancer bootstrap theme

How to update home page

  • Make changes in _config.yml and _includes/about.html

How to deploy locally

Ruby and Jekyll Installation guide: https://jekyllrb.com/docs/

Clone this repo and run:

shell bundle exec jekyll serve

The webpage is accessible from http://localhost:4000

How to add scientific publications

  • Add a new row in _data/publications.csv. The order is not relevant since they are ordered by year and then by typer of publication.
  • Mandatory fields: year, authors, name, type, info
    • type must be one of the following: conference, journal or workshop.
    • info is used to add details about the publication journal, conference or workshop
  • Optional fields: link (it creates a hyperlink on the publication name, if you have a DOI link, put it here)

How to add new members

  • Place a image in /img/portfolio/
  • create new markdown file with the following text ```txt --- layout: default modal-id: 8 date: date img: path to image of new team member name: name of new team member alt: anything linkedin: link to linkedin of new team member gscholar: link to google scholar of new team member github: link to github of new team member description: description of new team member

```

Owner

  • Name: BESSER-PEARL
  • Login: BESSER-PEARL
  • Kind: organization
  • Email: jordi.cabot@list.lu
  • Location: Luxembourg

GitHub Events

Total
  • Push event: 9
Last Year
  • Push event: 9

Dependencies

Gemfile rubygems
freelancer-theme-jekyll.gemspec rubygems
  • bundler ~> 2.0 development
  • html-proofer ~> 3.15 development
  • rake ~> 13.0 development
  • jekyll ~> 4.0
  • jekyll-data ~> 1.1
  • jekyll-feed ~> 0.12
  • jekyll-gist ~> 1.5
  • jekyll-paginate ~> 1.1
  • jekyll-sitemap ~> 1.3
  • jemoji ~> 0.11
  • webrick ~> 1.7.0