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