<%
}
}
// A new author will be ranked last when added.
// This doesn't handle gaps in the ranking: vreq.setAttribute("rank", authorships.size()+1);
vreq.setAttribute("rank", rank + 1);
%>
<%
if (authorships.size() == 0) {
%>
This publication currently has no authors specified.
<%
}
%>
" >
Add an Author
<%-- RY maybe make this a label and input field. See what looks best. --%>