anderssinho
About
- Username
- anderssinho
- Joined
- Roles
- Member
Comments
-
Ah okay can ask in the dev section then, just thought this was the better option. Yea also read something about that the current version of XUL runner is broken, and the post I read said that version 29 worked for he/she. And also I'm current…
-
Okay I have come so far now that I have done something like this: http://pastebin.com/6gZjq8MQ I can get the content from the meta tag. But now I want to, if there is more then one affiliation, divide them by ; so I can easily divade them …
-
Okay here is an other link to one article related to that site I was talking about. http://cacm.acm.org/magazines/2008/10/519-let-us-together-make-cacm-exciting/fulltext For example this is a site I would need to scrape and get the abrstra…
-
Thx it's working now!
-
Okay, what can be wrong when I try this and I don't get any stream back from the server at all? The server is telling me "string => ReferenceError: affiliation is not defined". Here is my code again: http://pastebin.com/czikWzDM
-
Ah okay will try this and get back with the result :) Okay can understand that.
-
Ofc I understand that this is personal use only. How come there is no field for author affiliation btw? So if I get you right, something like this will make the affiliation come in the field item.extra instead? var affiliations = doc.get…
-
Hmm okay. The thing I wanna do is the get the author affiliation and also be able to extract it from this scan function I have made in my java-program: http://pastebin.com/7HUhjFsW As you can see there I'm already extracting the abstr…
-
So if you look on my pastebin here: http://pastebin.com/4FpbcL6N Could that just work for me?