taln2x


Nametaln2x JSON
Version 1.0.4 PyPI version JSON
download
home_page
SummaryA command-line application to export (TALN-like) conference proceedings to various formats (namely pdf, hal, aclanthology, dblp)
upload_time2023-09-12 11:17:41
maintainer
docs_urlNone
author
requires_python>=3.10
license
keywords taln atala paper publication open archive
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ![](./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), [TALN archives](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 (gathered either manually or else via an abstract management system such as easychair) and relying on a given structure (see documentation), and outputs a directory whose internal structure depends on the target online archive.

![](./mkdocs/docs/img/taln2x.gif)

## 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 `new` (to set up an input directory containing the expected structure and ready-to-fill config files), `build` (to compile proceedings in a given target format according to the config file, see documentation), `clean`  (to remove proceedings from output directory), or `list` (to check which articles can be found on the [HAL](https://hal.science) open archive).

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

## Documentation

`taln2x` documentation is available at [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).

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "taln2x",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "",
    "keywords": "taln,atala,paper,publication,open archive",
    "author": "",
    "author_email": "Yannick Parmentier <yannick.parmentier@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/c4/fb/6c9f8b89414935261e97f54dd73edb6b6d850e4c7347d8ce01f2a37f3735/taln2x-1.0.4.tar.gz",
    "platform": null,
    "description": "![](./taln2x.png)\n\n## Description\n`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), [TALN archives](http://talnarchives.atala.org), [HAL](https://hal.science), [ACL anthology](https://aclanthology.org), and [DBLP](https://dblp.org).\n\n## User interface\n`taln2x` is a command-line tool which expects as input a directory containing specific pieces of information (gathered either manually or else via an abstract management system such as easychair) and relying on a given structure (see documentation), and outputs a directory whose internal structure depends on the target online archive.\n\n![](./mkdocs/docs/img/taln2x.gif)\n\n## Installation\nThe recommanded way to install `taln2x` is to use the `pip` package manager (within a virtual environment to avoid conflicts with installed libraries):\n\n```bash\npython -m venv venv\nsource venv/bin/activate\npip install taln2x\n```\n## Basic usage\n\n```bash\ntaln2x COMMAND [OPTIONS]\n```\nWhere `COMMAND` is either `new` (to set up an input directory containing the expected structure and ready-to-fill config files), `build` (to compile proceedings in a given target format according to the config file, see documentation), `clean`  (to remove proceedings from output directory), or `list` (to check which articles can be found on the [HAL](https://hal.science) open archive).\n\nFor a full list of options, invoke:\n```bash\ntaln2x --help\n```\n\n## Documentation\n\n`taln2x` documentation is available at [https://talnarchives.gitlabpages.inria.fr/taln2x](https://talnarchives.gitlabpages.inria.fr/taln2x).\n\n## Authors and acknowledgment\n`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).\n\nThe `taln2x` logo has been created using the [Letterblocks fonts](https://www.1001fonts.com/letterblocks-font.html) made by Vladimir Nikolic.\n\n## License\n`taln2x` is released under the terms of the GNU GPLv3 license (see LICENSE).\n\n## Project status\nThe `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).\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A command-line application to export (TALN-like) conference proceedings to various formats (namely pdf, hal, aclanthology, dblp)",
    "version": "1.0.4",
    "project_urls": {
        "Bug Tracker": "https://gitlab.inria.fr/talnarchives/taln2x/-/issues",
        "Homepage": "https://gitlab.inria.fr/talnarchives/taln2x"
    },
    "split_keywords": [
        "taln",
        "atala",
        "paper",
        "publication",
        "open archive"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "120777fc1c9a343bfa981828739ad7b3d04805362f3b53691629259f1967bcd5",
                "md5": "d0240f70fdf23ddc3136a7d1ff50e4b7",
                "sha256": "98539cf3c1b54fc1ece5570a2de8c2e0c01b52eb15ae8bfcbb7dd3d58f43a35d"
            },
            "downloads": -1,
            "filename": "taln2x-1.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d0240f70fdf23ddc3136a7d1ff50e4b7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 8795353,
            "upload_time": "2023-09-12T11:17:35",
            "upload_time_iso_8601": "2023-09-12T11:17:35.801836Z",
            "url": "https://files.pythonhosted.org/packages/12/07/77fc1c9a343bfa981828739ad7b3d04805362f3b53691629259f1967bcd5/taln2x-1.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c4fb6c9f8b89414935261e97f54dd73edb6b6d850e4c7347d8ce01f2a37f3735",
                "md5": "9fe2d9e3de9d559eb83191ac5d42db67",
                "sha256": "787bf21281f2672c7eaf32499ec41c5fb2b37f34e3c8d5990a3f349c433da1b9"
            },
            "downloads": -1,
            "filename": "taln2x-1.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "9fe2d9e3de9d559eb83191ac5d42db67",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 8798696,
            "upload_time": "2023-09-12T11:17:41",
            "upload_time_iso_8601": "2023-09-12T11:17:41.548366Z",
            "url": "https://files.pythonhosted.org/packages/c4/fb/6c9f8b89414935261e97f54dd73edb6b6d850e4c7347d8ce01f2a37f3735/taln2x-1.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-12 11:17:41",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "taln2x"
}
        
Elapsed time: 0.13379s