Metadata-Version: 2.1
Name: taln2x
Version: 1.0.1
Summary: A command-line application to export (TALN-like) conference proceedings to various formats (namely pdf, hal, aclanthology, dblp)
Author-email: Yannick Parmentier <yannick.parmentier@gmail.com>
Project-URL: Homepage, https://gitlab.inria.fr/talnarchives/taln2x
Project-URL: Bug Tracker, https://gitlab.inria.fr/talnarchives/taln2x/-/issues
Keywords: taln,atala,paper,publication,open archive
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENCE

![](taln2x.png)

## Description
`taln2x` is a Python program which converts a set of scientific articles to a ready-to-ingest dataset for open archives. Currently supported output formats include pdf (for printable full proceedings), [TALNarchives](http://talnarchives.atala.org), [HAL](https://hal.science), [ACL anthology](https://aclanthology.org), and [DBLP](https://dblp.org).

## User interface
`taln2x` is a command-line tool which expects as input a directory containing specific pieces of information and relying on a given structure (see documentation) and outputs a ready-to-zip-and-upload directory whose internal structure depends on the target online archive.

(asciinema animation to come)

## Installation
The recommanded way to install `taln2x` is to use the `pip` package manager (within a virtual environment to avoid conflicts with installed libraries):

```bash
python -m venv venv
source venv/bin/activate
pip install taln2x
```
## Basic usage

```bash
taln2x COMMAND [OPTIONS]
```
Where `COMMAND` is either `init` (to set up an input directory containing the expected structure and ready-to-fill config file) or `convert` (to read an input directory specified via the command line options or else via a configuration file named `.taln2x-config.toml`, see documentation).

For a full list of options, invoke:
```bash
taln2x --help
```

## Documentation

`taln2x` documentation can be accessed via its webpage : [https://talnarchives.gitlabpages.inria.fr/taln2x](https://talnarchives.gitlabpages.inria.fr/taln2x).

## Authors and acknowledgment
`taln2x` has been developed by Yannick Parmentier, with the help of Sylvain Pogodalla, on behalf of [ATALA](https://atala.org) (the French Association for Computational Linguistics).

The `taln2x` logo has been created using the [Letterblocks fonts](https://www.1001fonts.com/letterblocks-font.html) made by Vladimir Nikolic.

## License
`taln2x` is released under the terms of the GNU GPLv3 license (see LICENSE).

## Project status
The `taln2x` is a sequel of the [`taln2acl`](https://gitlab.com/parmenti/taln2acl) project which has started in 2020 and has been used (among others) to ingest the proceedings of the [TALN conferences](https://atala.org/-Conference-TALN-RECITAL) from 1999 til 2022 to the [ACL anthology](https://aclanthology.org/venues/jeptalnrecital/) and [TALNarchives](http://talnarchives.atala.org).
