Commit 5b854fa3 authored by Cristina Munoz's avatar Cristina Munoz
Browse files

set up repository

parents
Loading
Loading
Loading
Loading

.gitattributes

0 → 100644
+3 −0
Original line number Diff line number Diff line
*/instances/* filter=lfs diff=lfs merge=lfs -text
*/models/* filter=lfs diff=lfs merge=lfs -text
*/misc/* filter=lfs diff=lfs merge=lfs -text

README.md

0 → 100644
+18 −0
Original line number Diff line number Diff line
# MIPLIB 2017 Submissions
A repository to hold all submissions from the [MIPLIB submission form](https://miplibsubmissions.zib.de/).

## Description

The directory names in this repository are randomly generated [UUIDs](https://en.wikipedia.org/wiki/Universally_unique_identifier). Each directory contains a the complete contents of a single submission. Each directory has the following contents:

- `meta.yml`- data from all of the text input fields from the [MIPLIB submission form](https://miplibsubmissions.zib.de/), formatted as [yaml](https://en.wikipedia.org/wiki/YAML)
- `sub.bib`- input from the *BibTeX Reference(s)* field
- `instances/`- a directory containing the uploaded *Instance* files
- `models/`- a directory containing all of the uploaded *Model* files
- `misc/`- a directory containing any files uploaded to the *Additional Files* field

To easily browse the submissions, use Gitlab's search box in the upper right corner.

Any user can clone this repository without authentication. To download all of the instance, model and misc files with git, a user will need to have a [git lfs](https://git-lfs.github.com/) client installed. Without git lfs, only pointer files will be downloaded with `git clone`.

Questions? Comments? Send an email to miplib@zib.de.