Skip to content

Commit

Permalink
Update _publication.json.jbuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
lmrodriguezr committed Oct 17, 2024
1 parent 28d5119 commit f36a7a4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/views/publications/_publication.json.jbuilder
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
json.partial! 'publications/publication_item', publication: publication
json.link_ext publication.url
json.title publication.title
json.journal publication.journal_raw
json.extract!(
publication,
:title, :journal, :journal_loc, :journal_date, :pub_type,
:journal_loc, :journal_date, :pub_type,
:abstract, :long_citation_html, :created_at, :updated_at
)
json.authors(publication.authors, partial: 'authors/author', as: :author)
Expand Down

0 comments on commit f36a7a4

Please sign in to comment.