Template:CountryTable

From Metabolomics.JP
(Difference between revisions)
Jump to: navigation, search
Line 6: Line 6:
 
   for word in stdin:gmatch("[%d%a/_:]+") do
 
   for word in stdin:gmatch("[%d%a/_:]+") do
 
     au, inst = string.match(word,"([%a._ ]+)&&([%a%d,._ ]+)&&");
 
     au, inst = string.match(word,"([%a._ ]+)&&([%a%d,._ ]+)&&");
     if (au == null) then continue;
+
     if (inst != null) then
    if (count[inst] == null) then
+
      if (count[inst] == null) then
      count[inst] = 1;
+
        count[inst] = 1;
    else
+
      else
      count[inst] = count[inst] + 1;
+
        count[inst] = count[inst] + 1;
 +
      end
 
     end
 
     end
 
   end
 
   end

Revision as of 20:34, 14 September 2008

Top 5 institutes in this country

./lua: /tmp/mw_ex_lua_9AYke5:4: ')' expected near '!'

Author Affiliation Country
Personal tools
Namespaces

Variants
Actions
Navigation
metabolites
Toolbox