Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract authors as split firstname, lastname, others where possible #11

Open
blahah opened this issue Jul 18, 2014 · 1 comment
Open

Comments

@blahah
Copy link
Member

blahah commented Jul 18, 2014

If the source provides access to structured author names, include them

"author": {
  "name": "Bob G Dylan",
  "firstname": "Bob",
  "lastname": "Dylan",
  "others": "G",
  "email": "[email protected]",
  "institution": ""
}

cc @mitar

@mitar
Copy link

mitar commented Jul 20, 2014

The main point is that scraper should extract data in the most raw form available from the source and not try to concatenate/combine/process data. This should be done at later stages (where you might have more information available, like all known authors in the database against which you could cross-check).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants