Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for tagging #1

Open
haraldschilly opened this issue Feb 19, 2014 · 0 comments
Open

add support for tagging #1

haraldschilly opened this issue Feb 19, 2014 · 0 comments

Comments

@haraldschilly
Copy link
Member

the publications are currently not tagged. categorizing them by tags would make it possible to list only an interesting subset. the underlying python module pybtex supports arbitrary fields, hence this would work:

@article{abc,
     ...
     tags = { tag a, nt:something, linear}
}

then, extract they keywords like this: map(lambda t : t.strip(), entry.fields["tags"].split(",")) and build a suitable data structure.

haraldschilly pushed a commit that referenced this issue Feb 17, 2022
Add Kazhdan-Lusztig theory of paving matroids
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant