Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mrj4001 committed Oct 18, 2024
2 parents b947c10 + 9c7d248 commit 72166a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@
@DynamoDBDocument
public class ReCiterArticleFeature {
private long pmid;
private String pmcid;
private double totalArticleScoreStandardized;
private double totalArticleScoreNonStandardized;
@DynamoDBTyped(DynamoDBAttributeType.S)
private PublicationFeedback userAssertion;
private double authorshipLikelihoodScore;
private String pmcid;
private String publicationDateDisplay;
private String publicationDateStandardized;
private String datePublicationAddedToEntrez;
Expand All @@ -42,8 +41,7 @@ public class ReCiterArticleFeature {
private String issue;
private String pages;
private Evidence evidence;
private double authorshipLikelihoodScore;


@Data
@AllArgsConstructor
@NoArgsConstructor
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package reciter.model.article;

import org.json.JSONObject;

import lombok.Getter;

@Getter
Expand Down

0 comments on commit 72166a8

Please sign in to comment.