GitXplorerGitXplorer
p

critical-appraisal

public
0 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
d59f46efeb2a5efa3e21bfd50bd95b148e3e83b9

Allow spaces in directory paths for create.command

pp2 committed 9 years ago
Unverified
379b3f08f05f733f95c4f7c980830a4d8867b80a

Update Tools for Practice link

pp2 committed 9 years ago
Unverified
145cdd1a5f937876df308b8ba39c154543d44a0d

Adjust for changed TI letter links

pp2 committed 9 years ago
Unverified
b92593a607136624c4141e46c410b1ed6b1d8935

Fix readme

pp2 committed 9 years ago
Unverified
c546c5d8da0a7e404ff59be7fb9309d7151cfbcb

Allow title override. Specify charset in HTML.

pp2 committed 9 years ago
Unverified
b023a594fddaa82939f7be19b0dfbbdd40008dfd

More try-except

pp2 committed 9 years ago

README

The README file for this repository.

Critical Appraisal Parser

Python 3 parser for a very specific CSV format containing evidence based medicine references.

CSV Export

CSV must be exported with UTF-8 encoding. Name the file CriticalAppraisal.csv.

Website Title

You can change the title of the generated website by putting a file title.txt containing your desired title into the main directory. If no such file is found the title defaults to “Evidence Synopsis Information”.

Running

Must use Python 3 for reliable utf-8 recognition. Place CriticalAppraisal.csv in the same directory, then run the following command or simply double-click create.command:

python3 parse.py

The HTML file CriticalAppraisal.html will be put in the same directory.