Skip to content

Commit

Permalink
fix: remove abstract from Bioschemas
Browse files Browse the repository at this point in the history
Fixes #1057
  • Loading branch information
NRayya committed Feb 8, 2024
1 parent 490ebff commit 4b0cbe5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ public static function prepareCitations($model)
$citationsSchemas = [];
foreach ($model->citations as &$citation) {
$citationSchema = Schema::CreativeWork();
$citationSchema->abstract($citation->abstract);
$citationSchema->author($citation->authors);
$citationSchema->headline($citation->title);
$citationSchema->identifier($citation->doi);
Expand Down

0 comments on commit 4b0cbe5

Please sign in to comment.