Skip to content

New Jekyll site #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 29, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
_site
.sass-cache
.jekyll-metadata
.ruby-version
24 changes: 24 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
layout: default
---

<style type="text/css" media="screen">
.container {
margin: 10px auto;
max-width: 600px;
text-align: center;
}
h1 {
margin: 30px 0;
font-size: 4em;
line-height: 1;
letter-spacing: -1px;
}
</style>

<div class="container">
<h1>404</h1>

<p><strong>Page not found :(</strong></p>
<p>The requested page could not be found.</p>
</div>
34 changes: 34 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
source "https://rubygems.org"

# Hello! This is where you manage which Jekyll version is used to run.
# When you want to use a different version, change it below, save the
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
#
# bundle exec jekyll serve
#
# This will help ensure the proper Jekyll version is running.
# Happy Jekylling!
gem "jekyll", "~> 3.8.5"

# This is the default theme for new Jekyll sites. You may change this to anything you like.
# Using remote theme instead
# gem "just-the-docs"
gem "rake"

# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
# uncomment the line below. To upgrade, run `bundle update github-pages`.
# gem "github-pages", group: :jekyll_plugins

# If you have any plugins, put them here!
group :jekyll_plugins do
gem "jekyll-feed", "~> 0.6"
gem "jekyll-remote-theme"
gem "jekyll-seo-tag"
end

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]

# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.0" if Gem.win_platform?

78 changes: 78 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.6.0)
public_suffix (>= 2.0.2, < 4.0)
colorator (1.1.0)
concurrent-ruby (1.1.5)
em-websocket (0.5.1)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
eventmachine (1.2.7)
ffi (1.11.1)
forwardable-extended (2.6.0)
http_parser.rb (0.6.0)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
jekyll (3.8.6)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
i18n (~> 0.7)
jekyll-sass-converter (~> 1.0)
jekyll-watch (~> 2.0)
kramdown (~> 1.14)
liquid (~> 4.0)
mercenary (~> 0.3.3)
pathutil (~> 0.9)
rouge (>= 1.7, < 4)
safe_yaml (~> 1.0)
jekyll-feed (0.12.1)
jekyll (>= 3.7, < 5.0)
jekyll-remote-theme (0.4.0)
addressable (~> 2.0)
jekyll (~> 3.5)
rubyzip (>= 1.2.1, < 3.0)
jekyll-sass-converter (1.5.2)
sass (~> 3.4)
jekyll-seo-tag (2.6.1)
jekyll (>= 3.3, < 5.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
kramdown (1.17.0)
liquid (4.0.3)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
mercenary (0.3.6)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (3.1.1)
rake (12.3.3)
rb-fsevent (0.10.3)
rb-inotify (0.10.0)
ffi (~> 1.0)
rouge (3.8.0)
ruby_dep (1.5.0)
rubyzip (1.2.3)
safe_yaml (1.0.5)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)

PLATFORMS
ruby

DEPENDENCIES
jekyll (~> 3.8.5)
jekyll-feed (~> 0.6)
jekyll-remote-theme
jekyll-seo-tag
rake
tzinfo-data

BUNDLED WITH
2.0.2
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# scikit-hep.github.io

GitHub pages for the website of the Scikit-HEP project.

To contain:

- General info on the project.
- Documentation about the scikit-hep Python software package.

## Developer info

To build locally, install rbenv. Then:

```bash
rbenv local 2.6.3
bundle install
bundle exec jekyll serve
```
10 changes: 0 additions & 10 deletions README.rst

This file was deleted.

39 changes: 39 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
title: Scikit-HEP
email: [email protected]
description: >-
The Scikit-HEP project is a community-driven and community-oriented
project with the aim of providing Particle Physics at large with an
ecosystem for data analysis in Python. The project started in Autumn
2016 and is under active development.
baseurl: "/"
url: "https://scikit-hep.org"
github_username: scikit-hep

# Build settings
markdown: kramdown
# Local: theme: "just-the-docs"
remote_theme: "pmarsceill/just-the-docs"
plugins:
- jekyll-feed

# Theme settings

# Enable or disable the site search
search_enabled: false

# Aux links for the upper right navigation
aux_links:
"Scikit-HEP on GitHub":
- "//github.com/scikit-hep"

# Exclude from processing.
# The following items will not be processed, by default. Create a custom list
# to override the default setting.
# exclude:
# - Gemfile
# - Gemfile.lock
# - node_modules
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/
22 changes: 22 additions & 0 deletions _data/categories.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
- name: manipulation
title: Interoperability and data manipulation
- name: interface
title: Interface to HEP libraries
- name: event
title: Event processing
- name: particle
title: Particles and decays
- name: histogramming
title: Histogramming
- name: fitting
title: Fitting
- name: simulation
title: Simulation
- name: ml
title: Machine Learning
- name: visualization
title: Visualization
- name: units
title: Units and constants
- name: misc
title: Miscellaneous
7 changes: 7 additions & 0 deletions _data/projects/event/awkward-array.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: awkward-array
description: Manipulate arrays of complex data structures as easily as Numpy.
url: https://github.com/scikit-hep/awkward-array
readme: https://github.com/scikit-hep/awkward-array/blob/master/README.rst
# docs: <url>
# affiliated: set to true for affiliated packages
# repo: only if different from url
7 changes: 7 additions & 0 deletions _data/projects/fitting/iminuit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: iminuit
description: MINUIT from Python - Fitting like a boss.
url: https://github.com/scikit-hep/iminuit
readme: https://github.com/scikit-hep/iminuit/blob/master/README.rst
docs: https://iminuit.readthedocs.io/
# affiliated: set to true for affiliated packages
# repo: only if different from url
7 changes: 7 additions & 0 deletions _data/projects/fitting/probfit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: probfit
description: Cost function builder. For fitting distributions.
url: https://github.com/scikit-hep/probfit
readme: https://github.com/scikit-hep/probfit/blob/master/README.rst
docs: https://probfit.readthedocs.io/
# affiliated: set to true for affiliated packages
# repo: only if different from url
7 changes: 7 additions & 0 deletions _data/projects/histogramming/boost-histogram.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: boost-histogram
description: Python bindings for the C++14 Boost::Histogram library.
url: https://github.com/scikit-hep/boost-histogram
readme: https://github.com/scikit-hep/boost-histogram/blob/develop/README.md
# docs: <url>
# affiliated: set to true for affiliated packages
# repo: only if different from url
7 changes: 7 additions & 0 deletions _data/projects/histogramming/histbook.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: histbook
description: Versatile, high-performance histogram toolkit for Numpy.
url: https://github.com/scikit-hep/histbook
readme: https://github.com/scikit-hep/histbook/blob/master/README.rst
docs: https://histbook.readthedocs.io/
# affiliated: set to true for affiliated packages
# repo: only if different from url
7 changes: 7 additions & 0 deletions _data/projects/interface/numpythia.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: numpythia
description: Interface between Pythia and NumPy.
url: https://github.com/scikit-hep/numpythia
readme: https://github.com/scikit-hep/numpythia/blob/master/README.rst
# docs: <url>
# affiliated: set to true for affiliated packages
# repo: only if different from url
7 changes: 7 additions & 0 deletions _data/projects/interface/pyjet.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: pyjet
description: Interface between FastJet and NumPy.
url: https://github.com/scikit-hep/pyjet
readme: https://github.com/scikit-hep/pyjet/blob/master/README.rst
# docs: <url>
# affiliated: set to true for affiliated packages
# repo: only if different from url
7 changes: 7 additions & 0 deletions _data/projects/manipulation/formulate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: formulate
description: Easy conversions between different styles of expressions.
url: https://github.com/scikit-hep/formulate
readme: https://github.com/scikit-hep/formulate/blob/master/README.rst
# docs: <url>
# affiliated: set to true for affiliated packages
# repo: only if different from url
7 changes: 7 additions & 0 deletions _data/projects/manipulation/root-numpy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: root\_numpy
description: Interface between ROOT and NumPy.
url: https://github.com/scikit-hep/root_numpy
readme: https://github.com/scikit-hep/root_numpy/blob/master/README.rst
docs: http://scikit-hep.org/root_numpy/
# affiliated: set to true for affiliated packages
# repo: only if different from url
7 changes: 7 additions & 0 deletions _data/projects/manipulation/root-pandas.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: root\_pandas
description: Module for conveniently loading/saving ROOT files as pandas DataFrames.
url: https://github.com/scikit-hep/root_pandas
readme: https://github.com/scikit-hep/root_pandas/blob/master/README.md
# docs: <url>
# affiliated: set to true for affiliated packages
# repo: only if different from url
7 changes: 7 additions & 0 deletions _data/projects/manipulation/uproot-methods.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: uproot-methods
description: Pythonic behaviours for non-I/O related ROOT classes.
url: https://github.com/scikit-hep/uproot-methods
readme: https://github.com/scikit-hep/uproot-methods/blob/master/README.rst
# docs: <url>
# affiliated: set to true for affiliated packages
# repo: only if different from url
7 changes: 7 additions & 0 deletions _data/projects/manipulation/uproot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: uproot
description: Minimalist ROOT I/O in pure Python and Numpy.
url: https://github.com/scikit-hep/uproot
readme: https://github.com/scikit-hep/uproot/blob/master/README.rst
docs: https://uproot.readthedocs.io/
# affiliated: set to true for affiliated packages
# repo: only if different from url
7 changes: 7 additions & 0 deletions _data/projects/misc/scikit-hep-testdata.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: scikit-hep-testdata
description: Common package to provide example files (e.g., ROOT) for testing and developing packages against.
url: https://github.com/scikit-hep/scikit-hep-testdata
readme: https://github.com/scikit-hep/scikit-hep-testdata/blob/master/README.md
# docs: <url>
# affiliated: set to true for affiliated packages
# repo: only if different from url
7 changes: 7 additions & 0 deletions _data/projects/misc/scikit-hep.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: scikit-hep
description: Toolset of interfaces and tools for Particle Physics. To become a metapackage.
url: https://github.com/scikit-hep/scikit-hep
readme: https://github.com/scikit-hep/scikit-hep/blob/master/README.rst
# docs: <url>
# affiliated: set to true for affiliated packages
# repo: only if different from url
7 changes: 7 additions & 0 deletions _data/projects/ml/NNDrone.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: NNDrone
description: Collection of tools and algorithms to enable conversion of HEP ML to mass usage model.
url: https://github.com/scikit-hep/NNDrone
readme: https://github.com/scikit-hep/NNDrone/blob/master/README.md
# docs: <url>
# affiliated: set to true for affiliated packages
# repo: only if different from url
7 changes: 7 additions & 0 deletions _data/projects/particle/DecayLanguage.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: DecayLanguage
description: Describe and convert particle decays between digital representations.
url: https://github.com/scikit-hep/decaylanguage
readme: https://github.com/scikit-hep/decaylanguage/blob/master/README.md
docs: https://decaylanguage.readthedocs.io/
# affiliated: set to true for affiliated packages
# repo: only if different from url
7 changes: 7 additions & 0 deletions _data/projects/particle/particle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: Particle
description: PDG particle data and identification codes.
url: https://github.com/scikit-hep/particle
readme: https://github.com/scikit-hep/particle/blob/master/README.rst
# docs: <url>
# affiliated: set to true for affiliated packages
# repo: only if different from url
7 changes: 7 additions & 0 deletions _data/projects/simulation/pyhepmc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: pyhepmc
description: Next generation Python bindings for HepMC3.
url: https://github.com/scikit-hep/pyhepmc
readme: https://github.com/scikit-hep/pyhepmc/blob/master/README.md
# docs: <url>
# affiliated: set to true for affiliated packages
# repo: only if different from url
7 changes: 7 additions & 0 deletions _data/projects/units/hepunits.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: hepunits
description: Units and constants in the HEP system of units.
url: https://github.com/scikit-hep/hepunits
readme: https://github.com/scikit-hep/hepunits/blob/master/README.rst
# docs: <url>
# affiliated: set to true for affiliated packages
# repo: only if different from url
7 changes: 7 additions & 0 deletions _data/projects/visualization/vegascope.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: vegascope
description: View Vega/Vega-Lite plots in your web browser from local or remote Python processes.
url: https://github.com/scikit-hep/vegascope
readme: https://github.com/scikit-hep/vegascope/blob/master/README.rst
# docs: <url>
# affiliated: set to true for affiliated packages
# repo: only if different from url
Loading