Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Library Management

Notices

Reply
 
Thread Tools Search this Thread
Old 12-25-2018, 02:23 AM   #1
transistor
Junior Member
transistor began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Dec 2018
Device: pc
how to create classified content tree and link leaf to tags

how to create classified content tree and link leaf to tags(conditional)
transistor is offline   Reply With Quote
Old 12-25-2018, 02:33 AM   #2
transistor
Junior Member
transistor began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Dec 2018
Device: pc
example

for example, how to create sub category algorithms and data structures to category computer? and to link category algorithms and data structures to tags data structures?
transistor is offline   Reply With Quote
Advert
Old 12-25-2018, 02:58 AM   #3
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 21,681
Karma: 29711016
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Try this ==>> calibre User Manual: Managing subgroups of books, for example “genre”
BetterRed is offline   Reply With Quote
Old 12-25-2018, 03:42 AM   #4
transistor
Junior Member
transistor began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Dec 2018
Device: pc
i dont want operations like that

i want to create classification tree first, and the join tags conditionally to leaves automatically.
transistor is offline   Reply With Quote
Old 12-25-2018, 04:44 AM   #5
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 21,681
Karma: 29711016
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Calibre creates its categories (Authors, Publishers Tags, custom column categories etc) as they are used. So you'll have to create dummy books with the required classification hierarchies

I don't know what you mean by joining tags conditionally to leaves automatically

Conditioned on what criteria? Automated on what knowledge?

If you drag a book onto a category in the left sidebar then the book will have that category assigned to its metadata.

BR
BetterRed is offline   Reply With Quote
Advert
Old 12-25-2018, 04:51 AM   #6
Adoby
Handy Elephant
Adoby ought to be getting tired of karma fortunes by now.Adoby ought to be getting tired of karma fortunes by now.Adoby ought to be getting tired of karma fortunes by now.Adoby ought to be getting tired of karma fortunes by now.Adoby ought to be getting tired of karma fortunes by now.Adoby ought to be getting tired of karma fortunes by now.Adoby ought to be getting tired of karma fortunes by now.Adoby ought to be getting tired of karma fortunes by now.Adoby ought to be getting tired of karma fortunes by now.Adoby ought to be getting tired of karma fortunes by now.Adoby ought to be getting tired of karma fortunes by now.
 
Adoby's Avatar
 
Posts: 1,737
Karma: 26785684
Join Date: Dec 2009
Location: Southern Sweden, far out in the quiet woods
Device: Samsung Galaxy Tab S8 Ultra
You can also just add a custom column to the calibre library. Then put the classification there. Then, when you save books to disc, you can use the classification to create subfolders accordingly. In however many levels you desire. The only problem is that each book then only can have one single classification.

If you instead access the books from inside calibre you can use the search functions and possibly also virtual libraries and have books belong to any number of classifications.

So for instance a book with tags algorithms, computers and data structures can be simultaneously classified as part of:

Books on computers
Books on algoritms
Books on data structures.
Books on computers, algorithms and data structures
Books on algorithms and data structures
Books on data structures and algorithms

And so on. Whatever you find meaningful and want to search for.

I assume that by "leaf" you mean "book".

Last edited by Adoby; 12-25-2018 at 05:00 AM.
Adoby is offline   Reply With Quote
Old 12-25-2018, 05:19 AM   #7
transistor
Junior Member
transistor began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Dec 2018
Device: pc
assume there are books with tags module theory and linear algebra simultaneously.
there is a tree with leaf abstract algebra
i want these book will automatically be listed under that leaf
transistor is offline   Reply With Quote
Old 12-25-2018, 05:59 AM   #8
itimpi
Wizard
itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.
 
Posts: 4,553
Karma: 950151
Join Date: Nov 2008
Device: Sony PRS-950, iphone/ipad (Marvin/iBooks/QuickReader)
Quote:
Originally Posted by transistor View Post
assume there are books with tags module theory and linear algebra simultaneously.
there is a tree with leaf abstract algebra
i want these book will automatically be listed under that leaf
The simplest way to do this under Calibre would be for both books to have a tag ‘algebra’ as well as tags ‘module theory’ and ‘linear algebra’ respectively. This tends to be the most flexible approach that I think many Calibre users end up adopting as it is the easiest.

The other way would be to make use of the heirarchical tags feature and have tags like ‘algebra.module theory’ and ‘algebra.linear algebra’. Using this approach both books would appear in the tag browser under the ‘algebra’ category with sub-categories of ‘module theory’ and ‘linear algebra’.
itimpi is offline   Reply With Quote
Old 12-25-2018, 10:27 AM   #9
Adoby
Handy Elephant
Adoby ought to be getting tired of karma fortunes by now.Adoby ought to be getting tired of karma fortunes by now.Adoby ought to be getting tired of karma fortunes by now.Adoby ought to be getting tired of karma fortunes by now.Adoby ought to be getting tired of karma fortunes by now.Adoby ought to be getting tired of karma fortunes by now.Adoby ought to be getting tired of karma fortunes by now.Adoby ought to be getting tired of karma fortunes by now.Adoby ought to be getting tired of karma fortunes by now.Adoby ought to be getting tired of karma fortunes by now.Adoby ought to be getting tired of karma fortunes by now.
 
Adoby's Avatar
 
Posts: 1,737
Karma: 26785684
Join Date: Dec 2009
Location: Southern Sweden, far out in the quiet woods
Device: Samsung Galaxy Tab S8 Ultra
Quote:
Originally Posted by transistor View Post
assume there are books with tags module theory and linear algebra simultaneously.
there is a tree with leaf abstract algebra
i want these book will automatically be listed under that leaf
How do you map between "abstract algebra" and "module theory"+"linear algebra"? Or more general between Classification(n) and Tag(i) AND Tag(j). (And perhaps also OR and NOT.)

Can a book have more than one classification?

One calibre way to provide the mapping is to create a saved search named "abstract algebra" and in the search include the search terms ("module theory" AND "linear algebra"), if that is the intended mapping. Possibly add other combinations of tags as well to the search. This saved search with the mapping can then be used to create a virtual library, possibly with a visible tag to quickly switch to list only those books. Perhaps not the best way if you have a lot of mappings, but might be convenient for some major high level classifications like "math", "programming" and "linguistics".

You would have to prepare each mapping (search) manually. At least I don't think there is a way to create searches automatically from some form of list with mappings.

Much easier, as has been suggested above, is to tag the book with the correct classification directly. If a book has tags "module theory" and "linear algebra" add the tag "abstract algebra", possibly in a custom column called #classification. This can be done in bulk by performing searches and tag all found books for each search with the correct classification. And later, when adding new books, fill in the correct classification while you normalize other metadata.

Last edited by Adoby; 12-25-2018 at 10:32 AM.
Adoby is offline   Reply With Quote
Old 12-25-2018, 02:42 PM   #10
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 21,681
Karma: 29711016
Join Date: Mar 2012
Location: Sydney Australia
Device: none
@transistor - have a look at User Categories, see ==>> Tag browser

They provide the means to associate a set of individual category items (Authors, Publishers, Tags etc) into arbitrary groups. So, tags module theory and linear algebra would be members of the algebra user category, when you tagged a book with module theory it would appear in the algebra user category automatically.

You define them via this:

Click image for larger version

Name:	1.jpg
Views:	99
Size:	31.4 KB
ID:	168614

And there is a User Category optional plugin, it makes maintenance of them easier.

BR

Last edited by BetterRed; 12-25-2018 at 03:09 PM.
BetterRed is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Create Link to External Files RKEP71 Sigil 10 11-28-2024 06:41 PM
Create link that searches in Calibre icarine Calibre 2 09-29-2014 01:39 AM
Sigil: how to create a link? robblanken Sigil 2 09-02-2011 06:18 PM
How to create tags by conversion? siebert Conversion 19 07-17-2011 04:43 PM


All times are GMT -4. The time now is 09:58 AM.


MobileRead.com is a privately owned, operated and funded community.