I'm trying to do the following:
My thesis has an extensive part about my literature searching process. Basically I would like to describe all the steps I made in order to find my final 10 papers on which I then base my literature research. The algorithm goes something like this:
combine keyword 1, 2 and 3 => search for papers => show resulting papers List AAA
add keyword 4 => search list AAA with keyword 4 => show resulting list BBB
add keyword 5 => search list BBB with keyword 5 => show final list CCC
Now the latex part:
I would like to show a list of all papers in list AAA, BBB and CCC. As basis I'm using mendeley. From here I can export a *.bib file with all papers of AAA, BBB and CCC.
Lists AAA, BBB and CCC should be showing ALL entries in their *.bib files, also the ones which remain un-cited in the text before.
While the original bibliography (NOT AAA, BBB or CCC) should keep on showing only the entries, which where actually cited in the text.
Based on these AAA.bib, BBB.bib and CCC.bib files I would like to create some sort of additional bibliography lists all the way back in the appendix. This should not influence my original Bibliography section, which will stay in place.
So now I'm wondering:
- how can I simply add these lists in the appendix?
- can latex make different bibliographies parallel to each other?
- maybe anyone has a better idea on how to do this?
Thanks a lot in advance! :)