Alexandre Rademaker

Results 489 comments of Alexandre Rademaker
trafficstars

OK, I found at https://memoria.cnpq.br/web/portal-lattes/extracoes-de-dados that CNPq now makes the definition available as an XML Schema. I downloaded my CV and tested: With the current DTD in this repo: ```...

@feromes você pode colocar aqui um link para o CV que vc identificou que, quando processado pela transformação `lattes2mods.xsl` não tem a URL e DOI capturados?

@feromes vc também poderia confirmar se o CV que vc está tentando aplicar a transformação passa na validação usando o novo XSD? Veja como fazer a validação no README, acabei...

Neste eu lembro de cuidar de manter o NRQ-ID-CNPQ apenas como info adicional, mas não parte da URI: https://github.com/arademaker/SLattes/blob/master/lattes.xsl#L68-L70 Mas aqui parece ter problema mesmo: https://github.com/arademaker/SLattes/blob/master/lattes-vivo.xsl#L359-L361

@lisp is this PR still open waiting for the answer to the question above? It is a good point, my initial thought was that it is related to XML processing...

Long time ago I faced similar problem. Better solution would be to remove from Wilbur all xml functions and delegate it to an external lib such as https://common-lisp.net/project/cxml/

I got the. same error using cabal: ``` cabal sandbox init cabal install punkt ... ``` But how to use the new branch in this setup? Do we have any...

The master branch from @trevortknguyen works! Thank you. This PR solves #1

Actually, after more tests, it looks like the error is caused by the closing parenthesis ending the sentence. Any clue about how to solve it? Can you point me where...

Hello Andrey, Have you had a chance to see my last message? On Mac OS 10.7.3, I got the following error when I tried to load cl-libxml2 using quicklisp: Unable...