Volatile:AuthorSummary
From Metabolomics.JP
(Difference between revisions)
m |
m |
||
Line 66: | Line 66: | ||
<div style="column-count:3; -moz-column-count:3;"> | <div style="column-count:3; -moz-column-count:3;"> | ||
{{#lua: | {{#lua: | ||
− | local author = | + | local author = {{{1|Author}}} |
local Au = {}; -- authors | local Au = {}; -- authors | ||
local count =0; | local count =0; | ||
Line 73: | Line 73: | ||
for aus, ja, yr in stdin:gmatch("[\n]?([^,0-9]+),([^,]+),(%d+),(%d+)") do | for aus, ja, yr in stdin:gmatch("[\n]?([^,0-9]+),([^,]+),(%d+),(%d+)") do | ||
paper = paper + 1; | paper = paper + 1; | ||
− | |||
for au in string.gmatch(aus,"[^:]+") do | for au in string.gmatch(aus,"[^:]+") do | ||
if (author ~= au) then | if (author ~= au) then | ||
Line 90: | Line 89: | ||
end | end | ||
print(output); | print(output); | ||
− | | | + | |{{#var:reflist}} |
}} | }} | ||
</div> | </div> |
Revision as of 12:46, 30 August 2010
Flavonoid Top | Molecule Index | Author Index | Journals | Structure Search | Food | New Input |
... author of 0 paper
IDs and Links | |
---|---|
Search | |
Google Scholar |
Affiliation
- [[Reference:Country/|]]
./lua: /tmp/mw_ex_lua_1jfL8o:2: unexpected symbol near 'local'