Template:CountryTable
From Metabolomics.JP
(Difference between revisions)
| Line 4: | Line 4: | ||
{{#lua: | {{#lua: | ||
local count = {}; | local count = {}; | ||
| + | local au, inst; | ||
for word in stdin:gmatch("[%w&\._]+") do | for word in stdin:gmatch("[%w&\._]+") do | ||
| − | au, inst = string.match(word,"([% | + | au, inst = string.match(word,"([%w\._]+)&&([%w\._]+)&&"); |
| − | print( | + | print(au .. "&" .. inst); |
if (inst ~= nil) then | if (inst ~= nil) then | ||
if (count[inst] == nil) then | if (count[inst] == nil) then | ||
Revision as of 01:18, 15 September 2008
| Top 5 institutes in this country |
|---|
|
|
| Author | Affiliation | Country |
|---|