diff --git a/README.md b/README.md index 6e48bd7..6a7d26b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ -# ArXtic: ArXiv T I C + +```diff +[TLP:WHITE] UNLIMITED DISTRIBUTION +``` +# ArXtic: ArXiv (and ADS) Tool for Importing and Curating Bibliography ## Setup @@ -18,11 +22,12 @@ and then run: ```bash ./setup.sh ``` -Finally, you may want to add filters. For each field you want to filter, create a file in the `cfg/filters` directory. The fields that are filtered for each file is specified by `#FIELD="field_name"` in the file. Then, filtered keywords are listed, separated by a line break (one item per line). Then name of the file has no incidence (except for masked files using a `.` (dot), such as `.filename`, which are ignored). +Finally, you may want to add filters. For each field you want to filter, create a file in the filters directory. The fields that are filtered for each file is specified by `#FIELD="field_name"` in the file. Then, filtered keywords are listed, separated by a line break (one item per line). Then name of the file has no incidence (except for masked files using a `.` (dot), such as `.filename`, which are ignored). ## Licence **ArXtic** + Copyright (C) 2025 Yaël Moussouni (yael.moussouni@etu.unistra.fr) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. diff --git a/activate.sh b/activate.sh index 207af7a..189664a 100755 --- a/activate.sh +++ b/activate.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# [TLP:AMBER] LIMITED DISTRIBUTION: WORK IN PROGRESS +# [TLP:WHITE] UNLIMITED DISTRIBUTION # Author: Moussouni, Yaël (MSc student; yael.moussouni@etu.unistra.fr) # Institution: Université de Strasbourg, CNRS, Observatoire astronomique # de Strasbourg, UMR 7550, F-67000 Strasbourg, France diff --git a/arxtic.sh b/arxtic.sh index 918c8a1..9d17c7c 100755 --- a/arxtic.sh +++ b/arxtic.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# [TLP:AMBER] LIMITED DISTRIBUTION: WORK IN PROGRESS +# [TLP:WHITE] UNLIMITED DISTRIBUTION # Author: Moussouni, Yaël (MSc student; yael.moussouni@etu.unistra.fr) # Institution: Université de Strasbourg, CNRS, Observatoire astronomique # de Strasbourg, UMR 7550, F-67000 Strasbourg, France diff --git a/cfg/general_config.cfg b/cfg/general_config.cfg index b134ca8..f349c22 100644 --- a/cfg/general_config.cfg +++ b/cfg/general_config.cfg @@ -1,4 +1,4 @@ -# [TLP:AMBER] LIMITED DISTRIBUTION: WORK IN PROGRESS +# [TLP:WHITE] UNLIMITED DISTRIBUTION # General configuration file # # Configuration file for different codes used in this project. diff --git a/setup.sh b/setup.sh index f0c125a..16fe31a 100755 --- a/setup.sh +++ b/setup.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# [TLP:AMBER] LIMITED DISTRIBUTION: WORK IN PROGRESS +# [TLP:WHITE] UNLIMITED DISTRIBUTION # Author: Moussouni, Yaël (MSc student; yael.moussouni@etu.unistra.fr) # Institution: Université de Strasbourg, CNRS, Observatoire astronomique # de Strasbourg, UMR 7550, F-67000 Strasbourg, France diff --git a/src/ads_api.py b/src/ads_api.py index 58eb988..9a562ce 100644 --- a/src/ads_api.py +++ b/src/ads_api.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -#[TLP:AMBER] LIMITED DISTRIBUTION: WORK IN PROGRESS +#[TLP:WHITE] UNLIMITED DISTRIBUTION """ ArXtic: diff --git a/src/arxiv_api.py b/src/arxiv_api.py index 5b27063..7382f58 100644 --- a/src/arxiv_api.py +++ b/src/arxiv_api.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -#[TLP:AMBER] LIMITED DISTRIBUTION: WORK IN PROGRESS +#[TLP:WHITE] UNLIMITED DISTRIBUTION """ ArXtic: diff --git a/src/arxtic.py b/src/arxtic.py index 6afa3fe..0e03ad7 100644 --- a/src/arxtic.py +++ b/src/arxtic.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -#[TLP:AMBER] LIMITED DISTRIBUTION: WORK IN PROGRESS +#[TLP:WHITE] UNLIMITED DISTRIBUTION """ ArXtic: diff --git a/src/local_api.py b/src/local_api.py index ed28254..1cfed2f 100644 --- a/src/local_api.py +++ b/src/local_api.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -#[TLP:AMBER] LIMITED DISTRIBUTION: WORK IN PROGRESS +#[TLP:WHITE] UNLIMITED DISTRIBUTION """ ArXtic: diff --git a/src/utils.py b/src/utils.py index 551bfdb..1d241d5 100644 --- a/src/utils.py +++ b/src/utils.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -#[TLP:AMBER] LIMITED DISTRIBUTION: WORK IN PROGRESS +#[TLP:WHITE] UNLIMITED DISTRIBUTION """ ArXtic: