This project generates BiBTeX-files for 3GPP specifications.
Project description
3GPP Bibtex entry generator
This project aims to generate BiBTeX files that can be used when citing 3GPP specifications. The input is a document list exported from the 3GPP Portal.
Installation
pip install 3gpp-citations
To also install test dependencies run
pip install 3gpp-citations[test]
Instructions
- Go to the 3GPP Portal
- Generate the list of specifications you want.
- Download to Excel and save file
- Run
python 3gpp-citations.py -i exported.xlsx -o 3gpp.bib
- Use in LaTeX.
Optionally use the provided 3gpp.bib
directly.
Things to note
- The output
bibtex
class is set to@techreport
. - If you add the option
--xelatex
, break-symbols\-
will be used in url-fields. - The version and date are read from 3gpp.org, but it is slow so it takes a while to parse the list. If you find an easy solution to this, let me know.
Example output
@techreport{3gpp.36.331,
author = {3GPP},
day = {20},
institution = {{3rd Generation Partnership Project (3GPP)}},
month = {04},
note = {Version 14.2.2},
number = {36.331},
title = {{Evolved Universal Terrestrial Radio Access (E-UTRA); Radio Resource Control (RRC); Protocol specification}},
type = {Technical Specification (TS)},
url = {https://portal.3gpp.org/desktopmodules/Specifications/SpecificationDetails.aspx?specificationId=2440},
year = {2017}
}
Contribute
See our contribution guidelines and our Code of Conduct.
Acknowledgment
This project has been updated as part of the WASP Software and Cloud Technology course.
This work was partially supported by the Wallenberg AI, Autonomous Systems and Software Program (WASP) funded by the Knut and Alice Wallenberg Foundation.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file 3gpp-citations-1.1.4.tar.gz
.
File metadata
- Download URL: 3gpp-citations-1.1.4.tar.gz
- Upload date:
- Size: 14.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/2.7.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e58d56550e623cdcce634f57d949224ca32c47fc8b22f2e39eae38df5a37ca62 |
|
MD5 | 3e424015ba485c02e80e78d084cc8204 |
|
BLAKE2b-256 | e22a9f46b1549d6bdbc8418127ad1d23f57f23a2a464b80f8ffefae92923f4d7 |