mirror of
https://codeberg.org/Yael-II/ArXtic.git
synced 2026-03-15 06:16:26 +01:00
2025-10-23: Public release, WIP (Documentation TODO)
This commit is contained in:
@@ -1,4 +1,8 @@
|
|||||||
# ArXtic: ArXiv T I C
|
<!--[TLP:WHITE] UNLIMITED DISTRIBUTION-->
|
||||||
|
```diff
|
||||||
|
[TLP:WHITE] UNLIMITED DISTRIBUTION
|
||||||
|
```
|
||||||
|
# ArXtic: ArXiv (and ADS) Tool for Importing and Curating Bibliography
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
@@ -18,11 +22,12 @@ and then run:
|
|||||||
```bash
|
```bash
|
||||||
./setup.sh
|
./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
|
## Licence
|
||||||
|
|
||||||
**ArXtic**
|
**ArXtic**
|
||||||
|
|
||||||
Copyright (C) 2025 Yaël Moussouni (yael.moussouni@etu.unistra.fr)
|
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.
|
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.
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/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)
|
# Author: Moussouni, Yaël (MSc student; yael.moussouni@etu.unistra.fr)
|
||||||
# Institution: Université de Strasbourg, CNRS, Observatoire astronomique
|
# Institution: Université de Strasbourg, CNRS, Observatoire astronomique
|
||||||
# de Strasbourg, UMR 7550, F-67000 Strasbourg, France
|
# de Strasbourg, UMR 7550, F-67000 Strasbourg, France
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/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)
|
# Author: Moussouni, Yaël (MSc student; yael.moussouni@etu.unistra.fr)
|
||||||
# Institution: Université de Strasbourg, CNRS, Observatoire astronomique
|
# Institution: Université de Strasbourg, CNRS, Observatoire astronomique
|
||||||
# de Strasbourg, UMR 7550, F-67000 Strasbourg, France
|
# de Strasbourg, UMR 7550, F-67000 Strasbourg, France
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# [TLP:AMBER] LIMITED DISTRIBUTION: WORK IN PROGRESS
|
# [TLP:WHITE] UNLIMITED DISTRIBUTION
|
||||||
# General configuration file
|
# General configuration file
|
||||||
#
|
#
|
||||||
# Configuration file for different codes used in this project.
|
# Configuration file for different codes used in this project.
|
||||||
|
|||||||
2
setup.sh
2
setup.sh
@@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/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)
|
# Author: Moussouni, Yaël (MSc student; yael.moussouni@etu.unistra.fr)
|
||||||
# Institution: Université de Strasbourg, CNRS, Observatoire astronomique
|
# Institution: Université de Strasbourg, CNRS, Observatoire astronomique
|
||||||
# de Strasbourg, UMR 7550, F-67000 Strasbourg, France
|
# de Strasbourg, UMR 7550, F-67000 Strasbourg, France
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
#[TLP:AMBER] LIMITED DISTRIBUTION: WORK IN PROGRESS
|
#[TLP:WHITE] UNLIMITED DISTRIBUTION
|
||||||
"""
|
"""
|
||||||
ArXtic:
|
ArXtic:
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
#[TLP:AMBER] LIMITED DISTRIBUTION: WORK IN PROGRESS
|
#[TLP:WHITE] UNLIMITED DISTRIBUTION
|
||||||
"""
|
"""
|
||||||
ArXtic:
|
ArXtic:
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
#[TLP:AMBER] LIMITED DISTRIBUTION: WORK IN PROGRESS
|
#[TLP:WHITE] UNLIMITED DISTRIBUTION
|
||||||
"""
|
"""
|
||||||
ArXtic:
|
ArXtic:
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
#[TLP:AMBER] LIMITED DISTRIBUTION: WORK IN PROGRESS
|
#[TLP:WHITE] UNLIMITED DISTRIBUTION
|
||||||
"""
|
"""
|
||||||
ArXtic:
|
ArXtic:
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
#[TLP:AMBER] LIMITED DISTRIBUTION: WORK IN PROGRESS
|
#[TLP:WHITE] UNLIMITED DISTRIBUTION
|
||||||
"""
|
"""
|
||||||
ArXtic:
|
ArXtic:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user