Delroy L.
Delroy L.
@DonRichards Thanks. I just got Atom installed. It works like a charm.
Will it be easier if I close this PR and recreated it. So that it maybe easier to view what's changed?
Hi @DonRichards I think what happened before is I mistakenly used Notepad++ to convert EOL to "Mac" standard and that cause Git to put all codes in one line.
@whikloj I was rebased with wrong upstream (7.12). I am rebased again with 7.x branch. I don't know if this fixed the problem or I should try again using the...
> > > Perhaps `git rebase --onto new-branch 7.x` from the branch you were already working on and checked out. I use [gitKraken](http://gitkraken.com) for this type of stuff so I'm...
Sorry for the mess. Very first time doing pull request.
I just ran the rebase with 7.x again. google_scholar.inc is the only file modified by me now.
> > > @dnwk I tried to rebase your branch for you, but I didn't fully understand what you were changing. > > So instead I tried to cherry-pick the...
> > > @dnwk Can you provide a bit more detail on how to replicate the actual problem that this PR solves? e.g. some sample data (both for MODS and...
@bondjimbond In the code for author, I am looking for mods:namePart under the author path. I guess you could say it should blindly take whatever is in the XPath user...