Template:CountryTable

From Metabolomics.JP
(Difference between revisions)
Jump to: navigation, search
Line 7: Line 7:
 
   local au, inst;
 
   local au, inst;
 
   for au, inst, cy in stdin:gmatch("&?&?([%w\. ]+)&&([%w\., ]+)&&([^\n]+)") do
 
   for au, inst, cy in stdin:gmatch("&?&?([%w\. ]+)&&([%w\., ]+)&&([^\n]+)") do
    print(inst .. ">>");
 
 
     if (inst ~= nil) then
 
     if (inst ~= nil) then
 
       if (count[inst] == nil) then
 
       if (count[inst] == nil) then
Line 20: Line 19:
 
   for inst, num in pairs(count) do
 
   for inst, num in pairs(count) do
 
     table.insert(list, num);
 
     table.insert(list, num);
 +
    output(inst .. num .."\n");
 
     if (hash[num] == nil) then  
 
     if (hash[num] == nil) then  
 
       hash[num] = inst;
 
       hash[num] = inst;

Revision as of 11:47, 15 September 2008

Top 5 institutes in this country


Author Affiliation Country
Personal tools
Namespaces

Variants
Actions
Navigation
metabolites
Toolbox