Bring back all the files

This commit is contained in:
Filip Gralinski 2021-10-18 21:34:04 +02:00
parent 33da52a99b
commit fb1c84eef4
17 changed files with 177 additions and 1 deletions

166
.gitignore vendored Normal file
View File

@ -0,0 +1,166 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# pycharm configs
.idea
# C extensions
*.so
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/
# Translations
*.mo
*.pot
# Django stuff:
*.log
local_settings.py
db.sqlite3
# Flask stuff:
instance/
.webassets-cache
# Scrapy stuff:
.scrapy
# Sphinx documentation
docs/_build/
# PyBuilder
target/
# Jupyter Notebook
.ipynb_checkpoints
# pyenv
.python-version
# celery beat schedule file
celerybeat-schedule
# SageMath parsed files
*.sage.py
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# Spyder project settings
.spyderproject
.spyproject
# Rope project settings
.ropeproject
# mkdocs documentation
/site
# mypy
.mypy_cache/
#Intellij
vcs.xml
# data generated by parser
/data
# autogenerated
/docs/source/reference/
# docs output
/docs/build/
# Caches
/.cache
# Emacs
\#*\#
.\#*
# JetBrains
.idea
# Temporary
*~
*.aux
*.nav
*.toc
*.log
*.out
*.blg
*.bbl
*.synctex.gz
*.fdb_latexmk
*.fls
*.prv
*.lot
*.lof
*.ft
*.tdo
*.bcf
*.vrb
*.snm
*.lol
*.run.xml
/auto
msc-drozdz.pdf
msc-drozdz.zip
autozoil-log.txt
stats.txt
abstract.txt
supplement.zip
the-appendix.pdf
sentences.txt
arxiv-msc-drozdz.pdf
arxiv-msc-drozdz.tar.gz
helpers/*-contribution-declaration.tex
helpers/*-contribution-declaration.pdf

10
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,10 @@
variables:
PAPER_ID: "msc-drozdz"
# In order to run via `gitlab-runner exec docker ...` locally,
# run `./run-gitlab-runner.sh docker ...`.
# THIS IS AN UGLY WORK-AROUND
include:
- project: 'research/paper-cutter'
ref: '4.7.0'
file: 'main.yml'

0
autozoil-via-docker.sh Normal file → Executable file
View File

0
build.sh Normal file → Executable file
View File

0
extract-score-files.pl Normal file → Executable file
View File

0
helpers/flatten-structure.pl Normal file → Executable file
View File

0
helpers/generate-contribution-declaration.py Normal file → Executable file
View File

0
helpers/generate-pdf-from-arxiv-package.sh Normal file → Executable file
View File

0
helpers/get-sentences.sh Normal file → Executable file
View File

0
helpers/pdf-to-plain-text.sh Normal file → Executable file
View File

2
helpers/prepare-arxiv-package.sh Normal file → Executable file
View File

@ -87,7 +87,7 @@ then
copy_to_project tacl2018v2.sty acl.bst acl_natbib.bst
elif [[ "$latex_template" == "acl" ]]
then
copy_to_project acl.sty acl.bst acl_natbib.bst
copy_to_project acl2020.sty acl.bst acl_natbib.bst
elif [[ "$latex_template" == "nle" ]]
then
copy_to_project nle.cls nlelike.bst cup_logo.eps cup_logo-eps-converted-to.pdf

0
helpers/set-up-overleaf.sh Normal file → Executable file
View File

0
helpers/stats.sh Normal file → Executable file
View File

0
helpers/strip-references.pl Normal file → Executable file
View File

0
helpers/synchro.sh Normal file → Executable file
View File

0
install-hooks.sh Normal file → Executable file
View File

0
run-gitlab-runner.sh Normal file → Executable file
View File