diff -r bb51e86fa182 -r b7af3c2d1f0c plugins/redmine_bibliography/assets/javascripts/authors.js
--- a/plugins/redmine_bibliography/assets/javascripts/authors.js
+++ b/plugins/redmine_bibliography/assets/javascripts/authors.js
@@ -50,6 +50,12 @@
     console.log("aaaa");
 });
 
+$("input[id$='identify_author_no']").live("click", function() {
+    $this.closest('div').next().find("input[id$='name_on_paper']").val('');
+    $this.closest('div').next().find("input[id$='institution']").val('');
+    $this.closest('div').next().find("input[id$='email']").val('');
+    $this.closest('div').next().find("input[id$='search_author_class']").val('');
+});
 
 function toggle_div(div_id){
     $("#" + div_id).toggle(0.3);
