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

About ZOTERO_IGNORE #49

Open
zhuyjan opened this issue Feb 3, 2025 · 4 comments
Open

About ZOTERO_IGNORE #49

zhuyjan opened this issue Feb 3, 2025 · 4 comments

Comments

@zhuyjan
Copy link

zhuyjan commented Feb 3, 2025

Thanks for your wonderful job!
But I was still wondering how to set the ZOTERO_IGNORE parameter.
How can I get the path like
AI Agent/
**/survey
!LLM/survey
in my zotero?
Apart from that, I was wondering about if I can filter the articles with some key words?
Looking forward to your reply.

@TideDra
Copy link
Owner

TideDra commented Feb 4, 2025

The path is just the collection path which is created by yourself:

Image

To filter out specific zotero articles as the source corpus, you can use some Zotero plugins like Actions&Tags to add the articles into a specific collection. Then you can use ZOTERO_IGNORE to ignore all the other collections except that one.

@JDYG
Copy link

JDYG commented Feb 5, 2025

The gitignore seems not work.

I want to only filter the papers abouit 'Backdoor', and the following is my 'ZOTERO_IGNORE' configuration:

* # ignore everything
!Backdoor # do not ignore items in the Backdoor folder

However, the provided papers in the sent email are not related to the backdoor.

May I ask wheather my 'ZOTERO_IGNORE' configuration is correct?

@TideDra
Copy link
Owner

TideDra commented Feb 5, 2025

The gitignore seems not work.

I want to only filter the papers abouit 'Backdoor', and the following is my 'ZOTERO_IGNORE' configuration:

  • ignore everything

!Backdoor # do not ignore items in the Backdoor folder
However, the provided papers in the sent email are not related to the backdoor.

May I ask wheather my 'ZOTERO_IGNORE' configuration is correct?

try this:

* # ignore everything
!Backdoor # do not ignore items in the Backdoor folder
!Backdoor/** # do not ignore items in the subfolders of Backdoor

Additionally, in current version, if an item exists in an ignored folder, it is always ignored.

@JDYG
Copy link

JDYG commented Feb 7, 2025

The gitignore seems not work.
I want to only filter the papers abouit 'Backdoor', and the following is my 'ZOTERO_IGNORE' configuration:

  • ignore everything

!Backdoor # do not ignore items in the Backdoor folder
However, the provided papers in the sent email are not related to the backdoor.
May I ask wheather my 'ZOTERO_IGNORE' configuration is correct?

try this:

  • ignore everything

!Backdoor # do not ignore items in the Backdoor folder
!Backdoor/** # do not ignore items in the subfolders of Backdoor
Additionally, in current version, if an item exists in an ignored folder, it is always ignored.

Thanks for your suggestions.

I tried the above configurations, and the reuslted paper list is different. But the recommended papers are also not very relevatant to what I expected. Perhaps in the realm of my research, it is not every day that new papers are uploaded to arXiv. Maybe I need more time to validate that.

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

3 participants