rodrigo prado - Academia.edu (original) (raw)

Papers by rodrigo prado

Research paper thumbnail of Population-Based Prevalence and Age Distribution of Human Papillomavirus Among Women in Santiago, Chile

Cancer Epidemiology, Biomarkers & Prevention

More than 18 types of human papillomavirus (HPV) are associated with cervical cancer, the relativ... more More than 18 types of human papillomavirus (HPV) are associated with cervical cancer, the relative importance of the HPV types may vary in different populations. Objective: To investigate the types of HPV, age distribution, and risk factors for HPV infection in women from Santiago, Chile. Methods: We interviewed and obtained two cervical specimens from a population-based random sample of 1,038 sexually active women (age range, 15-69 years). Specimens were tested for the presence of HPV DNA using a GP5+/6+ primer-mediated PCR and for cervical cytologic abnormalities by Papanicolaou smears. Results: 122 women tested positive for HPV DNA, 87 with high risk types (HR), and 35 with low risks (LR) only. Standardized prevalence of HPV DNA was 14.0% [95% confidence interval (95% CI), 11.5-16.4]. HR HPV by age showed a J reverse curve, whereas LR HPV showed a U curve, both statistically significant in comparison with no effect or with a linear effect. We found 34 HPV types (13 HR and 21 LR);...

Research paper thumbnail of Buenas prácticas de innovación docente en la Universidad de Córdoba

El proyecto, que no ha necesitado una inversión económica externa para su puesta en marcha, ofert... more El proyecto, que no ha necesitado una inversión económica externa para su puesta en marcha, oferta al alumnado de una formación de carácter transversal dirigida a su futuro profesional como docente, investigador de la Historia o gestor del patrimonio histórico documental. Se trata de una iniciativa que fomenta el conocimiento práctico de los archivos históricos y de los recursos digitales disponibles que aporta las competencias necesarias para un posterior proceso de autoaprendizaje y mejora de aptitudes

Research paper thumbnail of miurahr/py7zr: Add artwork

Update documentation, artwork and specification document.

Research paper thumbnail of miurahr/py7zr: Fix crash when appending to empty archive

7zip implementation in python3 with various compression methods: LZMA2, LZMA1, Delta, BCJ, BZip2,... more 7zip implementation in python3 with various compression methods: LZMA2, LZMA1, Delta, BCJ, BZip2, Deflate, PPMd, ZStandard and AES encryption.

Research paper thumbnail of miurahr/py7zr: Support ZStandard

7zip implementation in pure python3 with various compression methods: LZMA2, LZMA1, Delta, BCJ, B... more 7zip implementation in pure python3 with various compression methods: LZMA2, LZMA1, Delta, BCJ, BZip2, Deflate, and AES encryption.

Research paper thumbnail of miurahr/py7zr: Fix packed digest logics for read and write

Fixed Fix packinfo crc read and write (#187, #189)

Research paper thumbnail of miurahr/py7zr: Fix a type of exception when extracting an unsupported LZMA + BCJ2

Fixed Catch exception in threading extraction(#218, #220)

Research paper thumbnail of miurahr/py7zr: Support "Append" mode

Changes from v0.9.2 Fixed Fix BCJ(x86) filter code with a missing logic which cause extraction er... more Changes from v0.9.2 Fixed Fix BCJ(x86) filter code with a missing logic which cause extraction error for certain data. (#249, #250) Raise PasswordRequired when encrypted header without passing password (#234, #237) CLI: don't raise exception when password is wrong or not given.(#229) Fix specification typo. Catch exception in threading extraction(#218,#219) Added Compatibility test with python-libarchive-c/libarchive for compression(#247) Document: express how to handle multi-volume archive (#243) SevenZipFile.needs_password() method.(#208, #235) CLI: Support append mode command line.(#228) Support "APPEND" mode. User can open SevenZipFile() class with mode='a' (#227) Changed Calculate CRC32 of header without re-reading header from disk again.(#245) read(), extract(): improve performance when specifying parts of archived file, by skipping rest of arcvhive when target file has extracted.(#239,#242) read(), extract(): improve performance when specifying parts of ...

Research paper thumbnail of miurahr/py7zr: Improve compression mode

avoid reading header data to calculate crc32 after writing header data, now calculation happened ... more avoid reading header data to calculate crc32 after writing header data, now calculation happened when writing header data.

Research paper thumbnail of miurahr/py7zr: Fix BCJ filter failure when certain LZMA+BCJ

Fixed Fix BCJ(x86) filter code with a missing logic which cause extraction error for certain data... more Fixed Fix BCJ(x86) filter code with a missing logic which cause extraction error for certain data. (#249, #250)

Research paper thumbnail of MIURAHR/PY7ZR

7zip in python3 with ZStandard, PPMd, LZMA2, LZMA1, Delta, BCJ, BZip2, and Deflate compressions, ... more 7zip in python3 with ZStandard, PPMd, LZMA2, LZMA1, Delta, BCJ, BZip2, and Deflate compressions, and AES encryption.

Research paper thumbnail of miurahr/py7zr: Compression now happen when write() called

7zip implementation in pure python3 with various compression methods: LZMA2, LZMA1, Delta, BCJ, B... more 7zip implementation in pure python3 with various compression methods: LZMA2, LZMA1, Delta, BCJ, BZip2, Deflate, and AES encryption.

Research paper thumbnail of miurahr/py7zr: Improve CLI and add subcommand 'a' append

7zip implementation in pure python3 with various compression methods: LZMA2, LZMA1, Delta, BCJ, B... more 7zip implementation in pure python3 with various compression methods: LZMA2, LZMA1, Delta, BCJ, BZip2, Deflate, and AES encryption.

Research paper thumbnail of miurahr/py7zr: Fix behavior when no password given for encrypted archvie

Changed Raise 'PasswordRequired' exception when no password given for encrypted archive (... more Changed Raise 'PasswordRequired' exception when no password given for encrypted archive (#215, #216)

Research paper thumbnail of miurahr/py7zr: Support needs_password() method

Fix to raise PasswordRequired exception when archive has encrypted header in certain condition.

Research paper thumbnail of miurahr/py7zr: Support COPY method extraction

Added Add Copy method as an extraction only support.(#184) Fixed Accept archive which Method ID i... more Added Add Copy method as an extraction only support.(#184) Fixed Accept archive which Method ID is NULL(size=0)(#181, #182) CLI: Does not crash when trying extract archive which use unsupported method(#183)

Research paper thumbnail of miurahr/py7zr: Support LZMA1+BCJ

7zip implementation in pure python3 with various compression methods: LZMA2, Delta, BCJ, BZip2, D... more 7zip implementation in pure python3 with various compression methods: LZMA2, Delta, BCJ, BZip2, Deflate, AES encryption and ZStandard,

Research paper thumbnail of miurahr/py7zr: Working with python 3.5

Fixed Extraction fails on python 3.5.(#151)

Research paper thumbnail of miurahr/py7zr: Long path support on Windows 10, Windows Server 2016R2 and later

Fixed Support extraction of file onto a place where path length is > 260 bytes on Windows 10, ... more Fixed Support extraction of file onto a place where path length is > 260 bytes on Windows 10, Windows Server 2016R2 and later. (Windows Vista, 7 and Windows Server 2012 still have a limitation of path length as a OS spec)(#116, #126)

Research paper thumbnail of miurahr/py7zr: Improve behavior when overwriting archive

Changed Extraction: Unlink output file if exist when it become a symbolic link. When overwrite ex... more Changed Extraction: Unlink output file if exist when it become a symbolic link. When overwrite extracted files and there are symlinks, it may cause an unexpected result. Unlinking it may help it.

Research paper thumbnail of Population-Based Prevalence and Age Distribution of Human Papillomavirus Among Women in Santiago, Chile

Cancer Epidemiology, Biomarkers & Prevention

More than 18 types of human papillomavirus (HPV) are associated with cervical cancer, the relativ... more More than 18 types of human papillomavirus (HPV) are associated with cervical cancer, the relative importance of the HPV types may vary in different populations. Objective: To investigate the types of HPV, age distribution, and risk factors for HPV infection in women from Santiago, Chile. Methods: We interviewed and obtained two cervical specimens from a population-based random sample of 1,038 sexually active women (age range, 15-69 years). Specimens were tested for the presence of HPV DNA using a GP5+/6+ primer-mediated PCR and for cervical cytologic abnormalities by Papanicolaou smears. Results: 122 women tested positive for HPV DNA, 87 with high risk types (HR), and 35 with low risks (LR) only. Standardized prevalence of HPV DNA was 14.0% [95% confidence interval (95% CI), 11.5-16.4]. HR HPV by age showed a J reverse curve, whereas LR HPV showed a U curve, both statistically significant in comparison with no effect or with a linear effect. We found 34 HPV types (13 HR and 21 LR);...

Research paper thumbnail of Buenas prácticas de innovación docente en la Universidad de Córdoba

El proyecto, que no ha necesitado una inversión económica externa para su puesta en marcha, ofert... more El proyecto, que no ha necesitado una inversión económica externa para su puesta en marcha, oferta al alumnado de una formación de carácter transversal dirigida a su futuro profesional como docente, investigador de la Historia o gestor del patrimonio histórico documental. Se trata de una iniciativa que fomenta el conocimiento práctico de los archivos históricos y de los recursos digitales disponibles que aporta las competencias necesarias para un posterior proceso de autoaprendizaje y mejora de aptitudes

Research paper thumbnail of miurahr/py7zr: Add artwork

Update documentation, artwork and specification document.

Research paper thumbnail of miurahr/py7zr: Fix crash when appending to empty archive

7zip implementation in python3 with various compression methods: LZMA2, LZMA1, Delta, BCJ, BZip2,... more 7zip implementation in python3 with various compression methods: LZMA2, LZMA1, Delta, BCJ, BZip2, Deflate, PPMd, ZStandard and AES encryption.

Research paper thumbnail of miurahr/py7zr: Support ZStandard

7zip implementation in pure python3 with various compression methods: LZMA2, LZMA1, Delta, BCJ, B... more 7zip implementation in pure python3 with various compression methods: LZMA2, LZMA1, Delta, BCJ, BZip2, Deflate, and AES encryption.

Research paper thumbnail of miurahr/py7zr: Fix packed digest logics for read and write

Fixed Fix packinfo crc read and write (#187, #189)

Research paper thumbnail of miurahr/py7zr: Fix a type of exception when extracting an unsupported LZMA + BCJ2

Fixed Catch exception in threading extraction(#218, #220)

Research paper thumbnail of miurahr/py7zr: Support "Append" mode

Changes from v0.9.2 Fixed Fix BCJ(x86) filter code with a missing logic which cause extraction er... more Changes from v0.9.2 Fixed Fix BCJ(x86) filter code with a missing logic which cause extraction error for certain data. (#249, #250) Raise PasswordRequired when encrypted header without passing password (#234, #237) CLI: don't raise exception when password is wrong or not given.(#229) Fix specification typo. Catch exception in threading extraction(#218,#219) Added Compatibility test with python-libarchive-c/libarchive for compression(#247) Document: express how to handle multi-volume archive (#243) SevenZipFile.needs_password() method.(#208, #235) CLI: Support append mode command line.(#228) Support "APPEND" mode. User can open SevenZipFile() class with mode='a' (#227) Changed Calculate CRC32 of header without re-reading header from disk again.(#245) read(), extract(): improve performance when specifying parts of archived file, by skipping rest of arcvhive when target file has extracted.(#239,#242) read(), extract(): improve performance when specifying parts of ...

Research paper thumbnail of miurahr/py7zr: Improve compression mode

avoid reading header data to calculate crc32 after writing header data, now calculation happened ... more avoid reading header data to calculate crc32 after writing header data, now calculation happened when writing header data.

Research paper thumbnail of miurahr/py7zr: Fix BCJ filter failure when certain LZMA+BCJ

Fixed Fix BCJ(x86) filter code with a missing logic which cause extraction error for certain data... more Fixed Fix BCJ(x86) filter code with a missing logic which cause extraction error for certain data. (#249, #250)

Research paper thumbnail of MIURAHR/PY7ZR

7zip in python3 with ZStandard, PPMd, LZMA2, LZMA1, Delta, BCJ, BZip2, and Deflate compressions, ... more 7zip in python3 with ZStandard, PPMd, LZMA2, LZMA1, Delta, BCJ, BZip2, and Deflate compressions, and AES encryption.

Research paper thumbnail of miurahr/py7zr: Compression now happen when write() called

7zip implementation in pure python3 with various compression methods: LZMA2, LZMA1, Delta, BCJ, B... more 7zip implementation in pure python3 with various compression methods: LZMA2, LZMA1, Delta, BCJ, BZip2, Deflate, and AES encryption.

Research paper thumbnail of miurahr/py7zr: Improve CLI and add subcommand 'a' append

7zip implementation in pure python3 with various compression methods: LZMA2, LZMA1, Delta, BCJ, B... more 7zip implementation in pure python3 with various compression methods: LZMA2, LZMA1, Delta, BCJ, BZip2, Deflate, and AES encryption.

Research paper thumbnail of miurahr/py7zr: Fix behavior when no password given for encrypted archvie

Changed Raise 'PasswordRequired' exception when no password given for encrypted archive (... more Changed Raise 'PasswordRequired' exception when no password given for encrypted archive (#215, #216)

Research paper thumbnail of miurahr/py7zr: Support needs_password() method

Fix to raise PasswordRequired exception when archive has encrypted header in certain condition.

Research paper thumbnail of miurahr/py7zr: Support COPY method extraction

Added Add Copy method as an extraction only support.(#184) Fixed Accept archive which Method ID i... more Added Add Copy method as an extraction only support.(#184) Fixed Accept archive which Method ID is NULL(size=0)(#181, #182) CLI: Does not crash when trying extract archive which use unsupported method(#183)

Research paper thumbnail of miurahr/py7zr: Support LZMA1+BCJ

7zip implementation in pure python3 with various compression methods: LZMA2, Delta, BCJ, BZip2, D... more 7zip implementation in pure python3 with various compression methods: LZMA2, Delta, BCJ, BZip2, Deflate, AES encryption and ZStandard,

Research paper thumbnail of miurahr/py7zr: Working with python 3.5

Fixed Extraction fails on python 3.5.(#151)

Research paper thumbnail of miurahr/py7zr: Long path support on Windows 10, Windows Server 2016R2 and later

Fixed Support extraction of file onto a place where path length is > 260 bytes on Windows 10, ... more Fixed Support extraction of file onto a place where path length is > 260 bytes on Windows 10, Windows Server 2016R2 and later. (Windows Vista, 7 and Windows Server 2012 still have a limitation of path length as a OS spec)(#116, #126)

Research paper thumbnail of miurahr/py7zr: Improve behavior when overwriting archive

Changed Extraction: Unlink output file if exist when it become a symbolic link. When overwrite ex... more Changed Extraction: Unlink output file if exist when it become a symbolic link. When overwrite extracted files and there are symlinks, it may cause an unexpected result. Unlinking it may help it.