-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Feature: Hierarchical Keywords #628
Comments
You can use groups which can be put into a hierarchy. This should solve your issue. |
Marc, could you elaborate more on the concrete desired functionality? Would you be willing to join JabCon, where we could work on that? |
Thank you very much for your anwser and time. @simonharrer: Thanks, for your recommondation: that will work, but then I have to create the groups by hand. I like the usage of standard file formats (like *.bib) and i like the intelligent functionality of creating groups by parsing keywords. @koppor: The short anwser is: like XMP will do that for fotos. There also exisits hierarchies like: landscape|animal|bird|parrot The long anwser is: Beginning with scientific work (first 3 years), I started with jabref and using the keywords by IEEExplor, ACM, etc. But then, I mentioned that the keywords have noting to do with the personal point of view, evaluating a paper. Therefore, I switch to docear (2 years usage). Using the mindmap, I have exactly the structured view as I wish. The problem is, a mind map with 300+ papers is not very clear, moreover I need to use links to have a paper in 2 "categories". Therefore, I switched back to jabref to combine hierachies and keywords together. As I mentioned, I was inspired by XMP and image. There I heavyly use hierarchy keywords. Like the example above: a parrot is a bird, a bird is an animal, etc. I understand, that this functionality can also be applied by using 4 single keywords than using 1 hierachical: but I think it makes life easier to combine these both approachs. From technical side, as I understand it, the "group by" menu have to be extended for a second delimiter. On algorithmic view, it should be very strait forward. I tried to hack itfor myself (I'm computer scientiest but more in the hardware area), but without knowing code in detail, I will waste to much time. Therefore, I asked for help. The conference sounds very interesting. I will check tomorrow, if there is some project with enough money for a business trip :) Otherwise, we can have a telefone call between Erlangen and Stuttgart. I hope, i could elaborate the wished feature better. Thanks again. |
Thanks for your elaboration. Are you primarily talking about the groups interface (just to be clear)? I agree that it should be quite straightforward to handle it there. The "Manage keywords" dialog and Content selector dialog will be significantly more work, not even clear what the dialog should look like (but then it may not be required to handle anything else but strings there, at least initially). |
osargus, yes, from jabref point of view, I talking about groups and how to automatically create them using bibtex fields. |
Related to #705 While trying to unify the code to only use "," as a separator, this issue struck me as I saw some entries in the test bib-files that had keywords as:
My interpretation is that this is some sort of hierarchical keywords, although it is not completely clear how the ordering is (I'd guess reversed). These keywords are supposedly generated by some database engine, so it would be nice to support it. Then, the question is: should one use this format or some other format? |
I do not remember reading about it among the SourceForge feature requests, or in the survey analysis. |
I do like the syntax |
having hierarchical keywords would be good, indeed. I second @tobiasdiez on
and allow the user to drag-and-drop the
This, together with filtering capabilities IMHO would constitute a very pleasant user experience where one would be able to quickly see what tags one has and show only relevant papers. As a continuation of this idea, it would be good to be able to assign (hierarchical) keywords to the entry from already used in the bibtex file. One could use the same visualisation above but only for selection of keywords for a particular paper (i.e. no renaming of keywords, changing parents for trees, etc). |
With #1950 the code base is now in place to support hierarchical keywords. The following steps are needed to complete the feature:
|
The automatic generation of new groups will be included in the next release of JabRef 4.0. You can try out the latest build from https://builds.jabref.org/master/, but please make a backup of your bib file as the current development version is only in an alpha state. @marc-reichenbach I known this comes a bit late for your PhD thesis but maybe it will be valuable for your further work 😄 |
are
and
done already? Looking at your comments I was not sure if it's still TODO. |
@davydden Yes, this is included since 4.1 (probably even earlier). If you create a new group, select "Automatically create groups" where you can specify the delimiter. |
Hi,
I'm using jabref quite a long time and I'm very satisfied with it. Thanks for your work. Now, while I'm writing my Phd thesis I miss one very important feature: Hierarchical Keywords
I store in bibtex my keywords as: group1|subgroup1|subsubgroup1, group2|subgroup2, group3, group4|subgroup4
where (,) is the delimiter of the keywords and (|) the delimiter of hierarchical levels.
In the current version, I can only parse regarding (,) resulting in very long keywords (which cannot be displayed as a whole). I would be very happy if somebody can implement this feature. What do you think about that? I'm willing to pay a donation, if somebody could implement it, because I have to submit the thesis in 3 month and the approx. 300 papers in my bibtex drives me to hell :)
Regards,
Marc
The text was updated successfully, but these errors were encountered: