-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Changed database to catalog in org.jabref.gui.slr and org.jabref.logic.crawler #9989
Changes from 1 commit
54535ed
dee1020
6d56c26
e9cea77
09a7b49
c29472b
fb701ad
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -48,7 +48,7 @@ private QueryResult getQueryResult(String searchQuery) { | |||||
} | ||||||
|
||||||
/** | ||||||
* Queries all Databases on the given searchQuery. | ||||||
* Queries all Catalogs on the given searchQuery. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please also fix casing when you are on it.
Suggested change
|
||||||
* | ||||||
* @param searchQuery The query the search is performed for. | ||||||
* @return Mapping of each fetcher by name and all their retrieved publications as a BibDatabase | ||||||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
package org.jabref.model.study; | ||
|
||
import org.jabref.gui.slr.StudyCatalogItem; | ||
|
||
/** | ||
* data model for the view {@link org.jabref.gui.slr.StudyDatabaseItem} | ||
* data model for the view {@link StudyCatalogItem} | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. If possible, do not add imports just for JavaDoc. -- Use the fully qualified name (FQN) for StudyCatalogItem in JavaDoc. |
||
*/ | ||
public class StudyDatabase { | ||
private String name; | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,3 +6,4 @@ springerNatureAPIKey=${springerNatureAPIKey} | |
astrophysicsDataSystemAPIKey=${astrophysicsDataSystemAPIKey} | ||
ieeeAPIKey=${ieeeAPIKey} | ||
biodiversityHeritageApiKey=${biodiversityHeritageApiKey} | ||
Catalogs=Create property | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There was something going wrong here. This line needs to be removed, doesn't it? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changelog messages should be for the end user. We don't have a end-user documentation for the SLR functionality yet Nevertheless one could write following: