A proposed method of sample preparation and homogenization of hemp for the molecular analysis of cannabinoids

Add links
require('strict')
local p = {}
p.main = function(frame)
	local page = frame.args.page
	local title = mw.title.new(page)
	return title.isSubpage
end
return p