<%= name || "New RO-Crate" %>

<% if url %> <%= url %> <% end %>

<%= description %>

<% if author %>
Author
<%= author %>
<% end %> <% if contact_point %>
Contact
<%= contact_point %>
<% end %> <% if publisher %>
Publisher
<%= publisher %>
<% end %> <% if license %>
License
<%= license %>
<% end %>

Contents