LICENSE
README.md
pyproject.toml
setup.py
src/pydisconet/0.parse.sh
src/pydisconet/__init__.py
src/pydisconet/input.yaml
src/pydisconet/requirements.txt
src/pydisconet/test.py
src/pydisconet.egg-info/PKG-INFO
src/pydisconet.egg-info/SOURCES.txt
src/pydisconet.egg-info/dependency_links.txt
src/pydisconet.egg-info/requires.txt
src/pydisconet.egg-info/top_level.txt
src/pydisconet/analyze/__init__.py
src/pydisconet/analyze/analyze_helpers.py
src/pydisconet/analyze/embed_datasets.py
src/pydisconet/analyze/network_statistics.py
src/pydisconet/analyze/run_gat.py
src/pydisconet/analyze/run_zeroshot.py
src/pydisconet/database_parser/__init__.py
src/pydisconet/database_parser/download_arxiv.py
src/pydisconet/database_parser/download_openalex.py
src/pydisconet/database_parser/process_arxiv.py
src/pydisconet/database_parser/process_combine_years.py
src/pydisconet/database_parser/process_openalex.py
src/pydisconet/interpreter/__init__.py
src/pydisconet/interpreter/input_handler.py
src/pydisconet/interpreter/run_jobs.py
src/pydisconet/interpreter/sbatch_writer.py
src/pydisconet/interpreter/steps_parser.py
src/pydisconet/notebooks/5_plots.ipynb
src/pydisconet/notebooks/main.ipynb
src/pydisconet/notebooks/to_test.ipynb
src/pydisconet/plotter/__init__.py
src/pydisconet/plotter/compile_auc_aupr.py
src/pydisconet/plotter/compile_tfidf.py
src/pydisconet/plotter/model_histograms.py
src/pydisconet/plotter/plotter_helper.py
src/pydisconet/preprocessing/__init__.py
src/pydisconet/preprocessing/preprocess_data_for_embedding.py
src/pydisconet/preprocessing/preprocess_data_for_model.py
src/pydisconet/scripts/0.1.py
src/pydisconet/scripts/1_data_downloading.py
src/pydisconet/scripts/2_embedding_datasets.py
src/pydisconet/scripts/3_preparing_objects_network.py
src/pydisconet/scripts/4.1_zeroshot.py
src/pydisconet/scripts/4.2_gat_gat_embed.py
src/pydisconet/scripts/5_plotting.py
src/pydisconet/scripts/model_histograms.py
src/pydisconet/scripts/setup_logging.py
src/pydisconet/scripts/version.py
src/pydisconet/utils/__init__.py
src/pydisconet/utils/utility.py