Zotero Review Helper
Utility for reviewing papers and saving them to Zotero.
ReviewData
Helper class to organize review-related data.
Source code in aiagents4pharma/talk2scholars/tools/zotero/utils/review_helper.py
15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 |
|
_create_papers_summary()
Create a summary of papers for review.
Source code in aiagents4pharma/talk2scholars/tools/zotero/utils/review_helper.py
48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 |
|
_create_review_info()
Create the review information dictionary.
Source code in aiagents4pharma/talk2scholars/tools/zotero/utils/review_helper.py
65 66 67 68 69 70 71 72 73 74 75 76 77 78 |
|
get_approval_message()
Get the formatted approval message for the review.
Source code in aiagents4pharma/talk2scholars/tools/zotero/utils/review_helper.py
34 35 36 37 38 39 |
|
get_custom_path_approval_message(custom_path)
Get the formatted approval message for a custom collection path.
Source code in aiagents4pharma/talk2scholars/tools/zotero/utils/review_helper.py
41 42 43 44 45 46 |
|