.cookiecutter.yaml
.dockerignore
.editorconfig
.gcloudignore
.gitignore
.pre-commit-config.yaml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Dockerfile
Justfile
LICENSE
README.md
pyproject.toml
setup.py
.github/PULL_REQUEST_TEMPLATE.md
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/ci.yml
.github/workflows/docs.yml
data/README.md
data/annotated.csv
data/annotation-ready.csv
data/create-annotation-ready-data.py
data/data-sample.jsonl
data/eda.ipynb
data/requirements.txt
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/_static/web-landing.png
papers_without_code/__init__.py
papers_without_code/custom_types.py
papers_without_code/grobid.py
papers_without_code/processing.py
papers_without_code/py.typed
papers_without_code/search.py
papers_without_code.egg-info/PKG-INFO
papers_without_code.egg-info/SOURCES.txt
papers_without_code.egg-info/dependency_links.txt
papers_without_code.egg-info/entry_points.txt
papers_without_code.egg-info/not-zip-safe
papers_without_code.egg-info/requires.txt
papers_without_code.egg-info/top_level.txt
papers_without_code/app/__init__.py
papers_without_code/app/package-lock.json
papers_without_code/app/package.json
papers_without_code/app/views.py
papers_without_code/app/static/loader.css
papers_without_code/app/static/protocol-components.min.css
papers_without_code/app/static/protocol-components.min.css.map
papers_without_code/app/static/protocol.min.css
papers_without_code/app/static/protocol.min.css.map
papers_without_code/app/static/search-process.js
papers_without_code/app/templates/base.html
papers_without_code/app/templates/index.html
papers_without_code/app/templates/search-success.html
papers_without_code/app/templates/search.html
papers_without_code/bin/__init__.py
papers_without_code/bin/pwoc.py
papers_without_code/bin/pwoc_app.py
papers_without_code/bin/pwoc_server.py
papers_without_code/tests/conftest.py
papers_without_code/tests/test_example.py
scripts/cache-sentence-transformers-model.py