Volatile:AuthorSummary

From Metabolomics.JP
Jump to: navigation, search




Flavonoid Top Molecule Index Author Index Journals Structure Search Food New Input

nd ... author of 767 papers

Affiliation

#repeat:List RefLink

[[:#lua:

 local author = "#get:1"
 local Au = {}; -- authors
 local count =0;
 local total =0;
 local paper =0.0;
 for aus, ja, yr in stdin:gmatch("[\n]?([^,0-9]+),([^,]+),(%d+),(%d+)") do
   paper = paper + 1;
   for au in string.gmatch(aus,"[^:]+") do
     if (author ~= au) then
       if (Au[au] == null)
         then Au[au] = 1; count = count + 1;
         else Au[au] = 1 + Au[au];
       end
     end
     total = total + 1;
   end
 end
 local output = count .. " coauthors total.
(average" .. string.format("%.1f",total / paper) .. " / report)\n"; for k, v in pairs(Au) do output = output .. "# " .. k .. "&my_2=[[:#get:2" .. " " .. k .. " (" .. v .. ")]]\n"; end print(output);]]
Personal tools
Namespaces

Variants
Actions
Navigation
metabolites
Toolbox