Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mateusz Pawlik
ted-datasets
Commits
635388e3
Commit
635388e3
authored
Oct 23, 2018
by
Mateusz Pawlik
Browse files
Testing dblp script.
parent
054e9128
Changes
1
Hide whitespace changes
Inline
Side-by-side
dblp/download_prepare.sh
View file @
635388e3
...
...
@@ -2,7 +2,7 @@
# Download the XML file.
wget
-v
http://dblp.dagstuhl.de/xml/release/dblp-2017-11-01.xml.gz
# Download the checksum.
wget
-v
http://dblp.dagstuhl.de/xml/release/dblp-2017-11-01.xml.gz.md5
...
...
@@ -14,3 +14,13 @@ wget -v http://dblp.dagstuhl.de/xml/release/dblp-2017-08-29.dtd
# Extract the XML file.
gzip
-d
dblp-2017-11-01.xml.gz
# Convert XML to bracket notation.
./dblp_to_bracket.py
# Sort the dataset.
./../utilities/sort_dataset.sh dblp.bracket
# Tidy up.
# rm *xml*
# rm *.dtd
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment