Created
January 2, 2014 11:19
-
-
Save commuterjoy/8217817 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<style> | |
body { max-width: 400px; margin: 50px auto; } | |
a { color: blue; } | |
p, li { line-height: 150%; } | |
</style> | |
</head> | |
<body> | |
<h1>Antarctic rescue under way as helicopter lands next to trapped ship</h1> | |
<p> | |
source: <a href="http://www.theguardian.com/world/2014/jan/02/antarctic-rescue-under-way-akademik">Guardian</a> | |
</p> | |
<ul> | |
<li>A rescue mission is under way for scientists, tourists and journalists on a ship trapped in ice off <a | |
href="http://en.wikipedia.org/wiki/Antarctica">Antarctica</a>. | |
<li>But sea ice prevented the barge from the <a href="http://en.wikipedia.org/wiki/Aurora_Australis_(icebreaker)">Aurora Australis</a>, where the passengers would ultimately be transferred, being able to get close to <a | |
href="http://en.wikipedia.org/wiki/MV_Xue_Long">Xue Long</a>. | |
<li>New Year's Day to evacuate the passengers by helicopter was also abandoned because of heavy rain, strong winds and cloud. | |
<li>The passengers were due to be taken off in five groups, with two further flights to pick up their baggage. | |
</ul> | |
</body> | |
<!-- Generated from `from pyteaser import Summarize; Summarize(foo, bar)` https://github.com/xiaoxu193/PyTeaser --> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment