Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
ted-datasets
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Mateusz Pawlik
ted-datasets
Commits
635388e3
Commit
635388e3
authored
Oct 23, 2018
by
Mateusz Pawlik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Testing dblp script.
parent
054e9128
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletion
+11
-1
dblp/download_prepare.sh
dblp/download_prepare.sh
+11
-1
No files found.
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
Markdown
is supported
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