Giter Site home page Giter Site logo

yueren / oscar-website Goto Github PK

View Code? Open in Web Editor NEW

This project forked from oscar-system/oscar-website

1.0 0.0 0.0 16.82 MB

Dev repo for the oscar website

Home Page: https://oscar.computeralgebra.de

HTML 42.80% CSS 19.05% PHP 2.53% Ruby 0.58% Shell 0.31% JavaScript 34.72%

oscar-website's Introduction

Website for the OSCAR project

How to contribute

Fork this repository on GitHub, and provide a Pull Request to it. To test your changes locally, run

jekyll serve

in the main directory.

How to contribute a News post

To contribute a new News post, please follow these steps

  1. Create a new .md file in the folder news/_posts. The filename must be of the format YYYY-MM-DD-title-of-post.md.

  2. At the beginning of your .md file, put

---
layout: post
title: Title of your post
author: Your name
---
  1. Afterwards, you can write your post in markdown syntax. Please note that the title is put in automatically, so you do not have to put it in the post separately.

How to contribute a talk

Please add a new entry to the file _data/talks.yml, following this template

- title: First things
  author: Sebastian Gutsche
  location: Aachen, Germany
  date: "1988-05-28"
  conference: My conference
  conference_url: https://my.conference.de

To add a link to the PDF to your talk, you can either provide full URL to the pdf, via

  pdf_url: http://my.url.de/my.pdf

or you can copy the pdf, say my.pdf to the public subfolder of the website and add

  pdf: my.pdf

to the entry in the talks.yml file.

How to contribute an example notebook

To contribute a new example notebook, please follow these steps

  1. Create a binder-ready repository on GitHub, containing the notebook file. Assume the repository is https://github.com/myusername/mybinderrepo and the notebook file is mynotebook.ipynb inside this repository.

    For an example repository, see OSCARBinder.

  2. Create a thumbnail for the notebook, say mythumbnail.png and store it in /public/thumbnails.

  3. Create a new entry in the _data/examples.yml file, consisting of the following lines:

- title: "My new notebook"
  repository: myusername/mybinderrepo
  filename: mynotebook
  author: My Name
  thumbnail: mythumbnail.png
  language: julia

Please adjust all entries accordingly, including the language entry if necessary (e.g. GAP).

How to add a new documentation URL

Please add a new entry to the _data/documentation_pages.yml file, of the following form:

- name: Singular.jl
  documentation_url: https://www.singular.uni-kl.de
  description: The interface to Singular
               from Julia

How to add a new contributor

Please add a new entry to the _data/contributors.yml file, of the following form:

- name: Sebastian Gutsche
  affiliation: University of Siegen
  email: [email protected]
  website: https://sebasguts.github.io

All three entries, affiliation, email, and website are optional. If you provide an email and a website, the name will link to the website.

How to add a new software dependency

Please add a new entry to the _data/used_software.yml file, of the following form:

- name: GAP
  website: https://www.gap-system.org

How to add a new meeting subpage

Send an email to Max Horn and ask for help.

How to use syntax highlighting in Markdown files

You can use Jekylls highlighter to get syntax highlighting. For Julia, do the following

{% highlight julia %}
julia> print(2)
2
{% endhighlight %}

A full list of supported languages can be found here.

oscar-website's People

Contributors

alheydisgeiger avatar asconik avatar benlorenz avatar ederc avatar fieker avatar fingolfin avatar frankluebeck avatar friedrichrober avatar ibrahim-ahm avatar ivanspirandelli avatar joschmitt avatar julien-schanz avatar kalmarek avatar lgoettgens avatar lkastner avatar michaelschloesser avatar micjoswig avatar mklimpel avatar mohamed-barakat avatar rbehrends avatar rfourquet avatar rogeliam avatar sebasguts avatar steenpass avatar stevellm avatar thofma avatar thomasbreuer avatar tthsqe12 avatar wbhart avatar yueren avatar

Stargazers

 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.