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

Word and citation based filter #44

Open
ChristianGerloff opened this issue Jan 5, 2024 · 0 comments
Open

Word and citation based filter #44

ChristianGerloff opened this issue Jan 5, 2024 · 0 comments
Assignees
Labels
step-review Issues ready to review type-feature

Comments

@ChristianGerloff
Copy link
Owner

Keyword-based filtering may help exclude upfront before screening non-relevant papers, while citation-based sorting brings attention to the most impactful papers in a specific field.

1. Filtering Options Using Keywords

  • Sidebar Integration: Keyword filtering integrated into the Streamlit sidebar for user convenience.
  • Tag-Based Keyword Input: Users can input keywords using a tag-based system, adding and removing tags easily.
  • Flexible Entry: Multiple keywords can be added by typing and pressing enter, allowing for a comprehensive keyword list.
  • Filtering Logic: The system filters each paper by checking if keywords are present in the title, abstract, or keywords.
  • Exclusion Criteria: Papers containing specified keywords are excluded, ensuring search results are relevant and refined.

2. Selecting Top Cited Papers

  • Citation-Based Sorting: Papers are sorted based on citation counts, with the most cited papers listed first.
  • User-Defined Citation Threshold: Users set a threshold (Top 'N' cited papers) to filter papers based on citation impact.
  • Filter Application: Only the top 'N' cited papers are considered in the final results, focusing on influential studies.
  • Adjustable Limit: The citation threshold is user-adjustable, allowing for flexible inclusion of papers based on citations.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
step-review Issues ready to review type-feature
Projects
None yet
Development

No branches or pull requests

1 participant