mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-10 17:33:24 +01:00
Fix wrap multiline text node
This commit is contained in:
parent
2b953a3bd6
commit
9dedff7d48
@ -26,7 +26,7 @@
|
||||
"lint": "eslint src --ext js,ts",
|
||||
"playground": "webpack serve --config webpack.playground.js",
|
||||
"cy:run": "cypress run",
|
||||
"test:unit": "jest ./test/unit/export/*.ts ./test/unit/import/*.ts ./test/unit/layout/*.js --verbose --silent --detectOpenHandles",
|
||||
"test:unit": "jest ./test/unit/export/*.ts ./test/unit/import/*.ts ./test/unit/layout/*.js --verbose --detectOpenHandles",
|
||||
"test:integration": "start-server-and-test playground http-get://localhost:8083 cy:run",
|
||||
"test": "yarn test:unit && yarn test:integration"
|
||||
},
|
||||
|
@ -146,7 +146,13 @@ export default class FreemindImporter extends Importer {
|
||||
|
||||
private convertNodeProperties(freeNode: FreemindNode, wiseTopic: NodeModel, centralTopic: boolean): void {
|
||||
const text: string = freeNode.getText();
|
||||
if (text) wiseTopic.setText(text);
|
||||
if (text) {
|
||||
if (!centralTopic && text.length > 100) {
|
||||
wiseTopic.setText(text.replace(/([^\n]{1,100})\s/g, '$1\n'));
|
||||
} else {
|
||||
wiseTopic.setText(text);
|
||||
}
|
||||
}
|
||||
|
||||
const bgColor: string = freeNode.getBackgorundColor();
|
||||
if (bgColor) wiseTopic.setBackgroundColor(bgColor);
|
||||
|
@ -11,39 +11,127 @@
|
||||
<topic position="-380,-112" order="1" text="21-year-old " shape="line" id="720929382"/>
|
||||
</topic>
|
||||
<topic position="380,-87" order="1" text="what" shape="line" shrink="true" id="1982200632">
|
||||
<topic position="-380,-162" order="0" text="obtained log-in and password information for 1,000 e-mail accounts belonging to foreign embassies, corporations and human rights organizations" shape="line" id="1786192306"/>
|
||||
<topic position="-470,-137" order="1" text="when he posted on his web site the log-in information and passwords for 100 of the 1,000 e-mail accounts for which he obtained log-ins and passwords. (His site is no longer online). He posted the information, he said, because he felt it would be the most effective way to make the account owners aware that their communication had been compromised." shape="line" id="258634955">
|
||||
<topic position="-380,-162" order="0" shape="line" id="1786192306">
|
||||
<text><![CDATA[obtained log-in and password information for 1,000 e-mail accounts belonging to foreign embassies,
|
||||
corporations and human rights
|
||||
organizations]]></text>
|
||||
</topic>
|
||||
<topic position="-470,-137" order="1" shape="line" id="258634955">
|
||||
<text><![CDATA[when he posted on his web site the log-in information and passwords for 100 of the 1,000 e-mail
|
||||
accounts for which he obtained log-ins and passwords. (His site is no longer online). He posted the
|
||||
information, he said, because he felt it would be the most effective way to make the account owners
|
||||
aware that their communication had been
|
||||
compromised.]]></text>
|
||||
<topic position="470,-162" order="0" text="including one corporation that does more than $10bn in annual revenue." shape="line" id="783703672"/>
|
||||
<topic position="560,-137" order="1" text="request of American law enforcement agencies" shape="line" id="1648785444"/>
|
||||
</topic>
|
||||
<topic position="-560,-112" order="2" text="Initially, Egerstad refused to disclose how he obtained the log-ins and passwords. But then in September he revealed that he'd intercepted the information through five exit nodes that he'd set up on the Tor network in Asia, the US and Europe" shape="line" id="927456224"/>
|
||||
<topic position="-650,-87" order="3" text="Tor is used by people who want to maintain privacy and don't want anyone to know where they go on the web or with whom they communicate. Tor traffic is encrypted while it's enroute, but is decrypted as it leaves the exit node and goes to its final destination. Egerstad simply sniffed the plaintext traffic that passed through his five exit nodes to obtain the user names and passwords of e-mail accounts." shape="line" id="642215802">
|
||||
<topic position="650,-99" order="0" text="#1 Five ToR exit nodes, at different locations in the world, equipped with our own packet-sniffer focused entirely on POP3 and IMAP traffic using a keyword-filter looking for words like “gov, government, embassy, military, war, terrorism, passport, visa” as well as domains belonging to governments. This was all set up after a small experiment looking into how many users encrypt their mail where one mail caught my eye and got me started thinking doing a large scale test. Each user is not only giving away his/her passwords but also every mail they read or download together with all other traffic such as web and instant messaging." shape="line" id="1211756003"/>
|
||||
<topic position="-560,-112" order="2" shape="line" id="927456224">
|
||||
<text><![CDATA[Initially, Egerstad refused to disclose how he obtained the log-ins and passwords. But then in
|
||||
September he revealed that he'd intercepted the information through five exit nodes that he'd set up
|
||||
on the Tor network in Asia, the US and
|
||||
Europe]]></text>
|
||||
</topic>
|
||||
<topic position="-650,-87" order="3" shape="line" id="642215802">
|
||||
<text><![CDATA[Tor is used by people who want to maintain privacy and don't want anyone to know where they go on
|
||||
the web or with whom they communicate. Tor traffic is encrypted while it's enroute, but is decrypted
|
||||
as it leaves the exit node and goes to its final destination. Egerstad simply sniffed the plaintext
|
||||
traffic that passed through his five exit nodes to obtain the user names and passwords of e-mail
|
||||
accounts.]]></text>
|
||||
<topic position="650,-99" order="0" shape="line" id="1211756003">
|
||||
<text><![CDATA[#1 Five ToR exit nodes, at different locations in the world, equipped with our own packet-sniffer
|
||||
focused entirely on POP3 and IMAP traffic using a keyword-filter looking for words like “gov,
|
||||
government, embassy, military, war, terrorism, passport, visa” as well as domains belonging to
|
||||
governments. This was all set up after a small experiment looking into how many users encrypt their
|
||||
mail where one mail caught my eye and got me started thinking doing a large scale test. Each user is
|
||||
not only giving away his/her passwords but also every mail they read or download together with all
|
||||
other traffic such as web and instant
|
||||
messaging.]]></text>
|
||||
</topic>
|
||||
</topic>
|
||||
<topic position="-740,-62" order="4" shape="line" id="378589600">
|
||||
<text><![CDATA[Egerstad didn't hack any systems to obtain the data and therefore says he didn't break any laws, but
|
||||
once he posted the log-in details for the accounts online he provided others with all the
|
||||
information they needed to breach the accounts and read sensitive correspondence stored in
|
||||
them.]]></text>
|
||||
</topic>
|
||||
<topic position="-740,-62" order="4" text="Egerstad didn't hack any systems to obtain the data and therefore says he didn't break any laws, but once he posted the log-in details for the accounts online he provided others with all the information they needed to breach the accounts and read sensitive correspondence stored in them." shape="line" id="378589600"/>
|
||||
<topic position="-830,-37" order="5" text="what he could read" shape="line" id="701607448">
|
||||
<topic position="830,-62" order="0" text="Victims of Egerstad's research project included embassies belonging to Australia, Japan, Iran, India and Russia. Egerstad also found accounts belonging to the foreign ministry of Iran, the United Kingdom's visa office in Nepal and the Defence Research and Development Organization in India's Ministry of Defence." shape="line" id="1653141327"/>
|
||||
<topic position="920,-37" order="1" text="In addition, Egerstad was able to read correspondence belonging to the Indian ambassador to China, various politicians in Hong Kong, workers in the Dalai Lama's liaison office and several human-rights groups in Hong Kong." shape="line" id="293271973"/>
|
||||
<topic position="830,-62" order="0" shape="line" id="1653141327">
|
||||
<text><![CDATA[Victims of Egerstad's research project included embassies belonging to Australia, Japan, Iran, India
|
||||
and Russia. Egerstad also found accounts belonging to the foreign ministry of Iran, the United
|
||||
Kingdom's visa office in Nepal and the Defence Research and Development Organization in India's
|
||||
Ministry of
|
||||
Defence.]]></text>
|
||||
</topic>
|
||||
<topic position="920,-37" order="1" shape="line" id="293271973">
|
||||
<text><![CDATA[In addition, Egerstad was able to read correspondence belonging to the Indian ambassador to China,
|
||||
various politicians in Hong Kong, workers in the Dalai Lama's liaison office and several
|
||||
human-rights groups in Hong
|
||||
Kong.]]></text>
|
||||
</topic>
|
||||
</topic>
|
||||
</topic>
|
||||
<topic position="470,-62" order="2" text="when" shape="line" shrink="true" id="1054930706">
|
||||
<topic position="-470,-74" order="0" text="August - Sept 2007" shape="line" id="355764311"/>
|
||||
</topic>
|
||||
<topic position="560,-37" order="3" text="why?" shape="line" shrink="true" id="1467573808">
|
||||
<topic position="-560,-62" order="0" text="But Egerstad remains convinced he did the right thing, saying it was the only way to call attention to problem that Tor officials have already warned about previously." shape="line" id="126964183"/>
|
||||
<topic position="-650,-37" order="1" text="withheld details on how he came into possession of the passwords, instead writing that "there is no exploit to publish, no vendor to contact"." shape="line" id="38126740"/>
|
||||
<topic position="-560,-62" order="0" shape="line" id="126964183">
|
||||
<text><![CDATA[But Egerstad remains convinced he did the right thing, saying it was the only way to call attention
|
||||
to problem that Tor officials have already warned about
|
||||
previously.]]></text>
|
||||
</topic>
|
||||
<topic position="-650,-37" order="1" shape="line" id="38126740">
|
||||
<text><![CDATA[withheld details on how he came into possession of the passwords, instead writing that "there is no
|
||||
exploit to publish, no vendor to
|
||||
contact".]]></text>
|
||||
</topic>
|
||||
</topic>
|
||||
<topic position="650,-12" order="4" text="response" shape="line" shrink="true" id="1493808593">
|
||||
<topic position="-650,-62" order="0" text="house raided on Monday by Swedish officials, who took him in for questioning" shape="line" id="1639195319"/>
|
||||
<topic position="-740,-37" order="1" text="While three of them took him to the local police headquarters for questioning, the other two agents ransacked his house and hauled away three computers, external hard drives, CDs, notebooks and various papers" shape="line" id="1911990641"/>
|
||||
<topic position="-830,-12" order="2" text="Egerstad hasn't been charged with anything but is under suspicion for breaking into computers, which he says he never did. Egerstad said the agents told him they were investigating him because he had "pissed off some foreign countries."" shape="line" id="1645583680"/>
|
||||
<topic position="-920,13" order="3" text="The posting of 100 official embassy passwords has made Egerstad a pariah in many circles. Publishing information that allows any old criminal to infiltrate sensitive government networks is a touchy thing, and many, including several Reg readers, have denounced it." shape="line" id="671508443"/>
|
||||
<topic position="-740,-37" order="1" shape="line" id="1911990641">
|
||||
<text><![CDATA[While three of them took him to the local police headquarters for questioning, the other two agents
|
||||
ransacked his house and hauled away three computers, external hard drives, CDs, notebooks and
|
||||
various
|
||||
papers]]></text>
|
||||
</topic>
|
||||
<topic position="-830,-12" order="2" shape="line" id="1645583680">
|
||||
<text><![CDATA[Egerstad hasn't been charged with anything but is under suspicion for breaking into computers, which
|
||||
he says he never did. Egerstad said the agents told him they were investigating him because he had
|
||||
"pissed off some foreign
|
||||
countries."]]></text>
|
||||
</topic>
|
||||
<topic position="-920,13" order="3" shape="line" id="671508443">
|
||||
<text><![CDATA[The posting of 100 official embassy passwords has made Egerstad a pariah in many circles. Publishing
|
||||
information that allows any old criminal to infiltrate sensitive government networks is a touchy
|
||||
thing, and many, including several Reg readers, have denounced
|
||||
it.]]></text>
|
||||
</topic>
|
||||
</topic>
|
||||
<topic position="740,13" order="5" text="analysis" shape="line" id="1006842787">
|
||||
<topic position="-740,-37" order="0" text="As Egerstad and I discussed the problem in August, we both came to the conclusion that the embassy employees were likely not using Tor nor even knew what Tor was. Instead, we suspected that the traffic he sniffed belonged to someone who had hacked the accounts and was eavesdropping on them via the Tor network. As the hacked data passed through Egerstad's Tor exit nodes, he was able to read it as well." shape="line" id="914839159"/>
|
||||
<topic position="-830,-12" order="1" text="it's NOT a problem within Tor. Tor is meant for privacy, not confidentiality!!!! I'm a bit amazed governments and companies are using this as a security measure." shape="line" id="387297264"/>
|
||||
<topic position="-920,13" order="2" text="It's not a written law but it is a guideline in having a responsible disclosure. I think he did a responsible disclosure. Was it legal? He did intercept traffic that was not destined for him. So probably "no" depending on Swedish law. Is our society a safer place after the disclosure. Yes, I think it is. Instead of arresting him, the government should have offered him a job." shape="line" id="1627594721"/>
|
||||
<topic position="-1010,38" order="3" text="And what did we learn today? Don't report a security hole, sell it to Russia. Just kidding, but do check legal council before doing a disclosure." shape="line" id="522775828"/>
|
||||
<topic position="-740,-37" order="0" shape="line" id="914839159">
|
||||
<text><![CDATA[As Egerstad and I discussed the problem in August, we both came to the conclusion that the embassy
|
||||
employees were likely not using Tor nor even knew what Tor was. Instead, we suspected that the
|
||||
traffic he sniffed belonged to someone who had hacked the accounts and was eavesdropping on them via
|
||||
the Tor network. As the hacked data passed through Egerstad's Tor exit nodes, he was able to read it
|
||||
as
|
||||
well.]]></text>
|
||||
</topic>
|
||||
<topic position="-830,-12" order="1" shape="line" id="387297264">
|
||||
<text><![CDATA[it's NOT a problem within Tor. Tor is meant for privacy, not confidentiality!!!! I'm a bit amazed
|
||||
governments and companies are using this as a security
|
||||
measure.]]></text>
|
||||
</topic>
|
||||
<topic position="-920,13" order="2" shape="line" id="1627594721">
|
||||
<text><![CDATA[It's not a written law but it is a guideline in having a responsible disclosure. I think he did a
|
||||
responsible disclosure. Was it legal? He did intercept traffic that was not destined for him. So
|
||||
probably "no" depending on Swedish law. Is our society a safer place after the disclosure. Yes, I
|
||||
think it is. Instead of arresting him, the government should have offered him a
|
||||
job.]]></text>
|
||||
</topic>
|
||||
<topic position="-1010,38" order="3" shape="line" id="522775828">
|
||||
<text><![CDATA[And what did we learn today? Don't report a security hole, sell it to Russia. Just kidding, but do
|
||||
check legal council before doing a
|
||||
disclosure.]]></text>
|
||||
</topic>
|
||||
</topic>
|
||||
<topic position="830,38" order="6" text="articles on the incident" shape="line" id="10">
|
||||
<topic position="-830,-37" order="0" text="Wired article" shape="line" id="1706281223">
|
||||
@ -71,7 +159,11 @@
|
||||
<text><![CDATA[Shava Nerad
|
||||
Development Director, The Tor Project]]></text>
|
||||
<link url="http://www.theregister.co.uk/2007/09/10/misuse_of_tor_led_to_embassy_password_breach/comments/" urlType="url"/>
|
||||
<topic position="1280,63" order="0" text="A connection through Tor can be encrypted end-to-end -- but only if one is communicating with a secure protocol -- https: or encrypted chat both would be examples of this." shape="line" id="428154943"/>
|
||||
<topic position="1280,63" order="0" shape="line" id="428154943">
|
||||
<text><![CDATA[A connection through Tor can be encrypted end-to-end -- but only if one is communicating with a
|
||||
secure protocol -- https: or encrypted chat both would be examples of
|
||||
this.]]></text>
|
||||
</topic>
|
||||
<topic position="1370,88" order="1" text="more sensible comments" shape="line" id="613513779">
|
||||
<topic position="-1370,63" order="0" text="be sensible" shape="line" id="785632554"/>
|
||||
<topic position="-1460,88" order="1" text="use encryption" shape="line" id="933048896"/>
|
||||
@ -79,22 +171,50 @@ Development Director, The Tor Project]]></text>
|
||||
</topic>
|
||||
</topic>
|
||||
<topic position="920,63" order="7" text="threat" shape="line" shrink="true" id="620851645">
|
||||
<topic position="-920,1" order="0" text="But Egerstad says that many who use Tor mistakenly believe it is an end-to-end encryption tool. As a result, they aren't taking the precautions they need to take to protect their web activity." shape="line" id="1865367107"/>
|
||||
<topic position="-1010,26" order="1" text=""I am absolutely positive that I am not the only one to figure this out," Egerstad says. "I'm pretty sure there are governments doing the exact same thing. There's probably a reason why people are volunteering to set up a node."" shape="line" id="793585356">
|
||||
<topic position="-920,1" order="0" shape="line" id="1865367107">
|
||||
<text><![CDATA[But Egerstad says that many who use Tor mistakenly believe it is an end-to-end encryption tool. As a
|
||||
result, they aren't taking the precautions they need to take to protect their web
|
||||
activity.]]></text>
|
||||
</topic>
|
||||
<topic position="-1010,26" order="1" shape="line" id="793585356">
|
||||
<text><![CDATA["I am absolutely positive that I am not the only one to figure this out," Egerstad says. "I'm pretty
|
||||
sure there are governments doing the exact same thing. There's probably a reason why people are
|
||||
volunteering to set up a
|
||||
node."]]></text>
|
||||
<topic position="1010,14" order="0" shape="line" id="1624606525">
|
||||
<text><![CDATA[For example, several Tor nodes in the Washington, D.C., area can handle up to 10T bytes of data a month, a flow of data that would cost at least US$5,000 a month to run, and is likely way out the range of volunteers who run a node on their own money, Egerstad said.
|
||||
<text><![CDATA[For example, several Tor nodes in the Washington, D.C., area can handle up to 10T bytes of data a
|
||||
month, a flow of data that would cost at least US$5,000 a month to run, and is likely way out the
|
||||
range of volunteers who run a node on their own money, Egerstad said.
|
||||
|
||||
"Who would pay for that?" Egerstad said]]></text>
|
||||
"Who would pay for that?" Egerstad
|
||||
said]]></text>
|
||||
</topic>
|
||||
</topic>
|
||||
<topic position="-1100,51" order="2" text="To his surprise, he found that more than 99 percent of the traffic -- including requests for Web sites, instant messaging traffic and e-mails -- were transmitted unencrypted." shape="line" id="322430860">
|
||||
<topic position="-1100,51" order="2" shape="line" id="322430860">
|
||||
<text><![CDATA[To his surprise, he found that more than 99 percent of the traffic -- including requests for Web
|
||||
sites, instant messaging traffic and e-mails -- were transmitted
|
||||
unencrypted.]]></text>
|
||||
<topic position="1100,26" order="0" text="but it can't encrypted" shape="line" id="1190504719"/>
|
||||
<topic position="1190,51" order="1" text="unless you have some UDP SSL thing" shape="line" id="878085542"/>
|
||||
</topic>
|
||||
<topic position="-1190,76" order="3" text="Egerstad said the process of snooping on the traffic is trivial. The problem is not with Tor, which still works as intended, but with users' expectations: the Tor system is designed to merely anonymize Internet traffic and does not perform end-to-end encryption." shape="line" id="252326982" bgColor="undefined"/>
|
||||
<topic position="-1190,76" order="3" shape="line" id="252326982" bgColor="undefined">
|
||||
<text><![CDATA[Egerstad said the process of snooping on the traffic is trivial. The problem is not with Tor, which
|
||||
still works as intended, but with users' expectations: the Tor system is designed to merely
|
||||
anonymize Internet traffic and does not perform end-to-end
|
||||
encryption.]]></text>
|
||||
</topic>
|
||||
<topic position="-1280,101" order="4" text="know where to sniff" shape="line" id="1987137112">
|
||||
<topic position="1280,76" order="0" text="Yes of course end-to-end encryption would have fixed this, but without it Onion routing actually exacerbates the risk of packet sniffing." shape="line" id="57456761"/>
|
||||
<topic position="1370,101" order="1" text="The fact Onion routing was used is the only way this "researcher" (that leaves a bad taste) could get access to those packets in the first place - with regular routing he'd need to have access to the embassy's ISP's network, or their upstream networks, to sniff those packets." shape="line" id="1030401667"/>
|
||||
<topic position="1280,76" order="0" shape="line" id="57456761">
|
||||
<text><![CDATA[Yes of course end-to-end encryption would have fixed this, but without it Onion routing actually
|
||||
exacerbates the risk of packet
|
||||
sniffing.]]></text>
|
||||
</topic>
|
||||
<topic position="1370,101" order="1" shape="line" id="1030401667">
|
||||
<text><![CDATA[The fact Onion routing was used is the only way this "researcher" (that leaves a bad taste) could
|
||||
get access to those packets in the first place - with regular routing he'd need to have access to
|
||||
the embassy's ISP's network, or their upstream networks, to sniff those
|
||||
packets.]]></text>
|
||||
</topic>
|
||||
</topic>
|
||||
</topic>
|
||||
</topic>
|
||||
@ -104,22 +224,71 @@ Development Director, The Tor Project]]></text>
|
||||
<topic position="-470,-99" order="0" text="from the ToR site itself" shape="line" id="1921440204">
|
||||
<link url="http://www.torproject.org/overview.html.en" urlType="url"/>
|
||||
</topic>
|
||||
<topic position="-560,-74" order="1" text="Under Tor's architecture, administrators at the entry point can identify the user's IP address, but can't read the content of the user's correspondence or know its final destination. Each node in the network thereafter only knows the node from which it received the traffic, and it peels off a layer of encryption to reveal the next node to which it must forward the connection. (Tor stands for "The Onion Router.")" shape="line" id="801405722"/>
|
||||
<topic position="-650,-49" order="2" text="Tor works by using servers donated by volunteers around the world to bounce traffic around en route to its destination. Traffic is encrypted through most of that route, and routed over a random path each time a person uses it." shape="line" id="207380926"/>
|
||||
<topic position="-740,-24" order="3" text="downloaded from the Tor website to configure several servers designed to bounce sensitive traffic around the internet before it ultimately is routed to its destination. The Tor servers try to make it harder to trace the originator of traffic in much the same way an agent under surveillance might quickly drive in and out of a parking garage to throw off pursuers." shape="line" id="441868529"/>
|
||||
<topic position="-560,-74" order="1" shape="line" id="801405722">
|
||||
<text><![CDATA[Under Tor's architecture, administrators at the entry point can identify the user's IP address, but
|
||||
can't read the content of the user's correspondence or know its final destination. Each node in the
|
||||
network thereafter only knows the node from which it received the traffic, and it peels off a layer
|
||||
of encryption to reveal the next node to which it must forward the connection. (Tor stands for "The
|
||||
Onion
|
||||
Router.")]]></text>
|
||||
</topic>
|
||||
<topic position="-650,-49" order="2" shape="line" id="207380926">
|
||||
<text><![CDATA[Tor works by using servers donated by volunteers around the world to bounce traffic around en route
|
||||
to its destination. Traffic is encrypted through most of that route, and routed over a random path
|
||||
each time a person uses
|
||||
it.]]></text>
|
||||
</topic>
|
||||
<topic position="-740,-24" order="3" shape="line" id="441868529">
|
||||
<text><![CDATA[downloaded from the Tor website to configure several servers designed to bounce sensitive traffic
|
||||
around the internet before it ultimately is routed to its destination. The Tor servers try to make
|
||||
it harder to trace the originator of traffic in much the same way an agent under surveillance might
|
||||
quickly drive in and out of a parking garage to throw off
|
||||
pursuers.]]></text>
|
||||
</topic>
|
||||
<topic position="-830,1" order="4" text="1600 nodes" shape="line" id="1074734152"/>
|
||||
</topic>
|
||||
<topic position="560,-12" order="2" text="exit node caveat" shape="line" shrink="true" id="1922326141">
|
||||
<topic position="-560,-37" order="0" text="Tor has taken pains to warn its users that people running so-called exit nodes - which are the last Tor servers to touch a packet before sending it on its way - "can read the bytes that come in and out there." They go on to say: "This is why you should always use end-to-end encryption such as SSL for sensitive Internet connections."" shape="line" id="1458310176"/>
|
||||
<topic position="-650,-12" order="1" text="Unless they're surfing to a website protected with SSL encryption, or use encryption software like PGP, all of their e-mail content, instant messages, surfing and other web activity is potentially exposed to any eavesdropper who owns a Tor server. This amounts to a lot of eavesdroppers -- the software currently lists about 1,600 nodes in the Tor network." shape="line" shrink="true" id="253769006">
|
||||
<topic position="-560,-37" order="0" shape="line" id="1458310176">
|
||||
<text><![CDATA[Tor has taken pains to warn its users that people running so-called exit nodes - which are the last
|
||||
Tor servers to touch a packet before sending it on its way - "can read the bytes that come in and
|
||||
out there." They go on to say: "This is why you should always use end-to-end encryption such as SSL
|
||||
for sensitive Internet
|
||||
connections."]]></text>
|
||||
</topic>
|
||||
<topic position="-650,-12" order="1" shape="line" shrink="true" id="253769006">
|
||||
<text><![CDATA[Unless they're surfing to a website protected with SSL encryption, or use encryption software like
|
||||
PGP, all of their e-mail content, instant messages, surfing and other web activity is potentially
|
||||
exposed to any eavesdropper who owns a Tor server. This amounts to a lot of eavesdroppers -- the
|
||||
software currently lists about 1,600 nodes in the Tor
|
||||
network.]]></text>
|
||||
<topic position="650,-24" order="0" text="but then not anonymous!" shape="line" id="295074878"/>
|
||||
</topic>
|
||||
</topic>
|
||||
<topic position="650,13" order="3" text="who uses it?" shape="line" shrink="true" id="65883705">
|
||||
<topic position="-650,-37" order="0" text="has a slew of beneficial uses: Human-rights workers, the military and journalists all use the system. However, the anonymity of Tor has also attracted seedier elements as well: digital pirates, online criminals and, quite possibly, child pornographers" shape="line" id="317136509"/>
|
||||
<topic position="-740,-12" order="1" text="TOR (The Onion Router) is a network of proxy nodes set up to provide some privacy and anonymity to its users. Originally backed by the US Naval Research Laboratory, TOR became an Electronic Frontier Foundation (EFF) project three years ago. The system provides a way for whistleblowers and human rights workers to exchange information with journalists, among other things. The system also provides plenty of scope for mischief." shape="line" id="735767612"/>
|
||||
<topic position="-830,13" order="2" text="Tor has hundreds of thousands of users around the world, according to its developers. The largest numbers of users are in the United States, the European Union and China." shape="line" id="1333668798"/>
|
||||
<topic position="-920,38" order="3" text="The first is the use by embassies of the Tor product to obfusticate their communications. This is a reasonable response to the assumed traffic monitoring by the host country." shape="line" id="900915922"/>
|
||||
<topic position="-650,-37" order="0" shape="line" id="317136509">
|
||||
<text><![CDATA[has a slew of beneficial uses: Human-rights workers, the military and journalists all use the
|
||||
system. However, the anonymity of Tor has also attracted seedier elements as well: digital pirates,
|
||||
online criminals and, quite possibly, child
|
||||
pornographers]]></text>
|
||||
</topic>
|
||||
<topic position="-740,-12" order="1" shape="line" id="735767612">
|
||||
<text><![CDATA[TOR (The Onion Router) is a network of proxy nodes set up to provide some privacy and anonymity to
|
||||
its users. Originally backed by the US Naval Research Laboratory, TOR became an Electronic Frontier
|
||||
Foundation (EFF) project three years ago. The system provides a way for whistleblowers and human
|
||||
rights workers to exchange information with journalists, among other things. The system also
|
||||
provides plenty of scope for
|
||||
mischief.]]></text>
|
||||
</topic>
|
||||
<topic position="-830,13" order="2" shape="line" id="1333668798">
|
||||
<text><![CDATA[Tor has hundreds of thousands of users around the world, according to its developers. The largest
|
||||
numbers of users are in the United States, the European Union and
|
||||
China.]]></text>
|
||||
</topic>
|
||||
<topic position="-920,38" order="3" shape="line" id="900915922">
|
||||
<text><![CDATA[The first is the use by embassies of the Tor product to obfusticate their communications. This is a
|
||||
reasonable response to the assumed traffic monitoring by the host
|
||||
country.]]></text>
|
||||
</topic>
|
||||
</topic>
|
||||
<topic position="740,38" order="4" text="manipulations" shape="line" shrink="true" id="1072807557">
|
||||
<topic position="-740,1" order="0" text="data from exit node eavesdropping" shape="line" id="587439201">
|
||||
|
@ -383,7 +383,11 @@
|
||||
<topic position="560,-112" order="0" text="Number of projects conducted by companies in cooperation with innovation infrastructure" shape="line" id="383"/>
|
||||
<topic position="650,-87" order="1" text="Scope and intensity of use of services offered to firms" shape="line" id="325"/>
|
||||
<topic position="740,-62" order="2" text="Number of companies supported by the infrastructure (training, information, consultations, etc.)" shape="line" id="384"/>
|
||||
<topic position="830,-37" order="3" text="Increase in the number of business applying for public support programmes (regional, federal, international) " shape="line" id="401"/>
|
||||
<topic position="830,-37" order="3" shape="line" id="401">
|
||||
<text><![CDATA[Increase in the number of business applying for public support programmes (regional, federal,
|
||||
international)
|
||||
]]></text>
|
||||
</topic>
|
||||
</topic>
|
||||
<topic position="-650,-37" order="2" text="Degree of access" shape="line" id="182">
|
||||
<topic position="650,-74" order="0" text="Level of awareness" shape="line" id="52">
|
||||
|
@ -1,6 +1,8 @@
|
||||
<map name="enc" version="tango">
|
||||
<topic central="true" text="Artigos GF comentários interessantes" id="1">
|
||||
<topic position="-200,-50" order="1" text="Baraloto et al. 2010. Functional trait variation and sampling strategies in species-rich plant communities" shape="rectagle" id="5" bgColor="#cccccc">
|
||||
<topic position="-200,-50" order="1" shape="rectagle" id="5" bgColor="#cccccc">
|
||||
<text><![CDATA[Baraloto et al. 2010. Functional trait variation and sampling strategies in species-rich plant
|
||||
communities]]></text>
|
||||
<topic position="-200,-350" order="1" text="undefined" shape="line" id="6"/>
|
||||
<topic position="290,-150" order="0" shape="line" id="7">
|
||||
<text><![CDATA[However, the fast pace of
|
||||
@ -23,9 +25,20 @@
|
||||
of different sampling designs and intensities for
|
||||
different questions and systems.]]></text>
|
||||
</topic>
|
||||
<topic position="470,-100" order="2" text="Falar que a escolha das categorias de sucessão e dos parâmetros ou característica dos indivíduos que serão utilizadas dependera da facilidade de coleta dos dados e do custo monetário e temporal." shape="line" id="9"/>
|
||||
<topic position="560,-75" order="3" text="Ver se classifica sucessão por densidade de tronco para citar no artigo como exemplo de outros atributos além de germinação e ver se e custoso no tempo e em dinheiro" shape="line" id="12"/>
|
||||
<topic position="650,-50" order="4" text="Intensas amostragens de experimentos simples tem maior retorno em acurácia de estimativa e de custo tb." shape="line" id="13"/>
|
||||
<topic position="470,-100" order="2" shape="line" id="9">
|
||||
<text><![CDATA[Falar que a escolha das categorias de sucessão e dos parâmetros ou característica dos indivíduos que
|
||||
serão utilizadas dependera da facilidade de coleta dos dados e do custo monetário e
|
||||
temporal.]]></text>
|
||||
</topic>
|
||||
<topic position="560,-75" order="3" shape="line" id="12">
|
||||
<text><![CDATA[Ver se classifica sucessão por densidade de tronco para citar no artigo como exemplo de outros
|
||||
atributos além de germinação e ver se e custoso no tempo e em
|
||||
dinheiro]]></text>
|
||||
</topic>
|
||||
<topic position="650,-50" order="4" shape="line" id="13">
|
||||
<text><![CDATA[Intensas amostragens de experimentos simples tem maior retorno em acurácia de estimativa e de custo
|
||||
tb.]]></text>
|
||||
</topic>
|
||||
<topic position="740,-25" order="5" shape="line" id="14">
|
||||
<text><![CDATA[With regard to estimating mean trait values, strategies
|
||||
alternative to BRIDGE were consistently cost-effective. On
|
||||
@ -60,7 +73,20 @@
|
||||
for a large number of tree species obtained through vegetation
|
||||
monitoring studies.]]></text>
|
||||
</topic>
|
||||
<topic position="470,-87" order="2" text="Falar no artigo que esse trabalho fala que é inadequada a divisão entre pioneira e não pioneira devido a grande variação que há entre elas. Além de terem descoberto que durante a ontogenia a resposta a luminosidade muda dentro de uma mesma espécie. Porém recomendar que essa classificação continue sendo usada em curto prazo enquanto não há informações confiáveis suficiente para esta simples classificação. Outras classificações como esta do artigo são bem vinda, contanto que tenham dados confiáveis. Porém dados estáticos já são difíceis de se obter, dados temporais, como taxa de crescimento em diâmetro ou altura, são mais difíceis ainda. Falar que vários tipos de classificações podem ser utilizadas e quanto mais detalhe melhor, porém os dados é que são mais limitantes. Se focarmos em dados de germinação e crescimento limitantes, como sugerem sainete e whitmore, da uma idéia maismrápida e a curto prazo da classificação destas espécies. Depois com o tempo conseguiremos construir classificações mais detalhadas e com mais dados confiáveis. " shape="line" id="24"/>
|
||||
<topic position="470,-87" order="2" shape="line" id="24">
|
||||
<text><![CDATA[Falar no artigo que esse trabalho fala que é inadequada a divisão entre pioneira e não pioneira
|
||||
devido a grande variação que há entre elas. Além de terem descoberto que durante a ontogenia a
|
||||
resposta a luminosidade muda dentro de uma mesma espécie. Porém recomendar que essa classificação
|
||||
continue sendo usada em curto prazo enquanto não há informações confiáveis suficiente para esta
|
||||
simples classificação. Outras classificações como esta do artigo são bem vinda, contanto que tenham
|
||||
dados confiáveis. Porém dados estáticos já são difíceis de se obter, dados temporais, como taxa de
|
||||
crescimento em diâmetro ou altura, são mais difíceis ainda. Falar que vários tipos de classificações
|
||||
podem ser utilizadas e quanto mais detalhe melhor, porém os dados é que são mais limitantes. Se
|
||||
focarmos em dados de germinação e crescimento limitantes, como sugerem sainete e whitmore, da uma
|
||||
idéia maismrápida e a curto prazo da classificação destas espécies. Depois com o tempo conseguiremos
|
||||
construir classificações mais detalhadas e com mais dados confiáveis.
|
||||
]]></text>
|
||||
</topic>
|
||||
<topic position="560,-62" order="3" shape="line" id="25">
|
||||
<text><![CDATA[Our approach avoided preconceived notions of successional
|
||||
behavior or shade tolerance of tree species by developing an objective
|
||||
|
@ -15,9 +15,20 @@
|
||||
<link url="http://freemind.sourceforge.net/wiki/index.php/Main_Page#Download_and_install" urlType="url"/>
|
||||
</topic>
|
||||
</topic>
|
||||
<topic position="-380,-187" order="1" text="To install FreeMind on Microsoft Windows, install Java from Sun and install FreeMind using FreeMind installer." shape="line" id="139664576" fontStyle=";;;;;;#111111;;;"/>
|
||||
<topic position="-470,-162" order="2" text="To install FreeMind on Linux, download Java Runtime Environment and FreeMind application itself. First install Java, then unpack FreeMind. To run FreeMind, execute freemind.sh." shape="line" id="1380352758" fontStyle=";;;;;;#111111;;;"/>
|
||||
<topic position="-560,-137" order="3" text="On Microsoft Windows and Mac OS X, you can also simply double click the file freemind.jar located at the folder lib to run FreeMind." shape="line" id="1808511462" fontStyle=";;;;;;#111111;;;"/>
|
||||
<topic position="-380,-187" order="1" shape="line" id="139664576" fontStyle=";;;;;;#111111;;;">
|
||||
<text><![CDATA[To install FreeMind on Microsoft Windows, install Java from Sun and install FreeMind using FreeMind
|
||||
installer.]]></text>
|
||||
</topic>
|
||||
<topic position="-470,-162" order="2" shape="line" id="1380352758" fontStyle=";;;;;;#111111;;;">
|
||||
<text><![CDATA[To install FreeMind on Linux, download Java Runtime Environment and FreeMind application itself.
|
||||
First install Java, then unpack FreeMind. To run FreeMind, execute
|
||||
freemind.sh.]]></text>
|
||||
</topic>
|
||||
<topic position="-560,-137" order="3" shape="line" id="1808511462" fontStyle=";;;;;;#111111;;;">
|
||||
<text><![CDATA[On Microsoft Windows and Mac OS X, you can also simply double click the file freemind.jar located at
|
||||
the folder lib to run
|
||||
FreeMind.]]></text>
|
||||
</topic>
|
||||
</topic>
|
||||
<topic position="380,-137" order="1" text="Use it - tutorials" shape="line" id="1" fontStyle=";;;;SansSerif;8;#990000;italic;;">
|
||||
<topic position="-380,-174" order="0" text="Main Page for FreeMind" shape="line" id="135530020" fontStyle=";;;;;;#111111;;;">
|
||||
@ -75,8 +86,17 @@ Ctrl + F in your browser?]]></note>
|
||||
<topic position="-560,-74" order="1" text="Download the applet, that is freemind-browser." shape="line" id="372008388" fontStyle=";;;;;;#111111;;;">
|
||||
<link url="http://sourceforge.net/project/showfiles.php?group_id=7118" urlType="url"/>
|
||||
</topic>
|
||||
<topic position="-650,-49" order="2" text="The downloaded archive contains freemindbrowser.jar and freemindbrowser.html. Create a link from your page to freemindbrowser.html. In freemindbrowser.html change the path inside so that it points to your mind map." shape="line" id="1459732301" fontStyle=";;;;;;#111111;;;"/>
|
||||
<topic position="-740,-24" order="3" text="Applet's jar file must be located at the same server as the map itself, for java security reasons. You have to upload the FreeMind applet jar file and your mind map file to your web site." shape="line" id="240467473" fontStyle=";;;;;;#111111;;;"/>
|
||||
<topic position="-650,-49" order="2" shape="line" id="1459732301" fontStyle=";;;;;;#111111;;;">
|
||||
<text><![CDATA[The downloaded archive contains freemindbrowser.jar and freemindbrowser.html. Create a link from
|
||||
your page to freemindbrowser.html. In freemindbrowser.html change the path inside so that it points
|
||||
to your mind
|
||||
map.]]></text>
|
||||
</topic>
|
||||
<topic position="-740,-24" order="3" shape="line" id="240467473" fontStyle=";;;;;;#111111;;;">
|
||||
<text><![CDATA[Applet's jar file must be located at the same server as the map itself, for java security reasons.
|
||||
You have to upload the FreeMind applet jar file and your mind map file to your web
|
||||
site.]]></text>
|
||||
</topic>
|
||||
</topic>
|
||||
</topic>
|
||||
</topic>
|
||||
@ -110,7 +130,9 @@ and "How to do?" structure.]]></note>
|
||||
</topic>
|
||||
<topic position="-740,-24" order="2" shape="line" id="119084350" fontStyle=";;;;;;#111111;;;">
|
||||
<text><![CDATA[The downloaded archive contains visorFreemind.swf, flashobject.js and mindmaps.html.
|
||||
Edit mindmap.html to point to your mm file and create a link from your page to this file. Flash enabled browsers will then open the file for browsing.]]></text>
|
||||
Edit mindmap.html to point to your mm file and create a link from your page to this file. Flash
|
||||
enabled browsers will then open the file for
|
||||
browsing.]]></text>
|
||||
</topic>
|
||||
</topic>
|
||||
<topic position="650,-12" order="1" text="Include map in Powerpoint as Flash image" shape="line" id="753859789" fontStyle=";;;;;;#111111;;;">
|
||||
|
@ -3,8 +3,17 @@
|
||||
<text><![CDATA[Writing an Essay
|
||||
With FreeMind]]></text>
|
||||
<topic position="200,-200" order="0" text="Getting Started" shape="line" shrink="true" id="60307947" fontStyle=";;;;SansSerif;8;#0033ff;;;" bgColor="undefined">
|
||||
<topic position="200,-150" order="0" text="The first thing you'll want to do is to create a new FreeMind file for your essay. Select File->New on the menu, and a blank file will appear. " shape="line" id="484974719" fontStyle=";;;;SansSerif;8;#00b439;;;" bgColor="undefined"/>
|
||||
<topic position="-290,-250" order="0" text="Next, click in the centre of the map, and replace the text there with the essay title you have chosen. It's good to have the question you're answering before you the whole time, so you can immediately see how your ideas relate to it." shape="line" id="1072554383" fontStyle=";;;;SansSerif;8;#00b439;;;" bgColor="undefined"/>
|
||||
<topic position="200,-150" order="0" shape="line" id="484974719" fontStyle=";;;;SansSerif;8;#00b439;;;" bgColor="undefined">
|
||||
<text><![CDATA[The first thing you'll want to do is to create a new FreeMind file for your essay. Select File->New
|
||||
on the menu, and a blank file will appear.
|
||||
]]></text>
|
||||
</topic>
|
||||
<topic position="-290,-250" order="0" shape="line" id="1072554383" fontStyle=";;;;SansSerif;8;#00b439;;;" bgColor="undefined">
|
||||
<text><![CDATA[Next, click in the centre of the map, and replace the text there with the essay title you have
|
||||
chosen. It's good to have the question you're answering before you the whole time, so you can
|
||||
immediately see how your ideas relate to
|
||||
it.]]></text>
|
||||
</topic>
|
||||
<topic position="-380,-225" order="1" shape="line" id="1631286703" fontStyle=";;;;SansSerif;8;#00b439;;;" bgColor="undefined">
|
||||
<text><![CDATA[<!--
|
||||
p { margin-top: 0 }
|
||||
@ -22,9 +31,18 @@ With FreeMind]]></text>
|
||||
<topic position="-470,-200" order="2" text="You're now ready to start work on the essay." shape="line" id="538231078" fontStyle=";;;;SansSerif;8;#00b439;;;" bgColor="undefined"/>
|
||||
</topic>
|
||||
<topic position="-290,-62" order="0" text="The process of research" shape="line" shrink="true" id="1886958546" fontStyle=";;;;SansSerif;8;#0033ff;;;" bgColor="undefined">
|
||||
<topic position="290,-124" order="0" text="If a question is worth asking at all (and be generous to your teachers, and assume that their question is!), then it's not going to have the kind of answer that you can just make up on the spot. It will require research." shape="line" id="499702363" fontStyle=";;;;SansSerif;8;#00b439;;;" bgColor="undefined"/>
|
||||
<topic position="290,-124" order="0" shape="line" id="499702363" fontStyle=";;;;SansSerif;8;#00b439;;;" bgColor="undefined">
|
||||
<text><![CDATA[If a question is worth asking at all (and be generous to your teachers, and assume that their
|
||||
question is!), then it's not going to have the kind of answer that you can just make up on the spot.
|
||||
It will require
|
||||
research.]]></text>
|
||||
</topic>
|
||||
<topic position="380,-99" order="1" text="Research requires both finding things out about the world, and hard thinking." shape="line" id="1374284784" fontStyle=";;;;SansSerif;8;#00b439;;;" bgColor="undefined"/>
|
||||
<topic position="470,-74" order="2" text="FreeMind helps you with both aspects of research. FreeMind helps you to capture all the new information you need for your essay, and also to order your thoughts." shape="line" id="1038997740" fontStyle=";;;;SansSerif;8;#00b439;;;" bgColor="undefined"/>
|
||||
<topic position="470,-74" order="2" shape="line" id="1038997740" fontStyle=";;;;SansSerif;8;#00b439;;;" bgColor="undefined">
|
||||
<text><![CDATA[FreeMind helps you with both aspects of research. FreeMind helps you to capture all the new
|
||||
information you need for your essay, and also to order your
|
||||
thoughts.]]></text>
|
||||
</topic>
|
||||
<topic position="560,-49" order="3" text="FreeMind does this by facilitating:" shape="line" id="1522470300" fontStyle=";;;;SansSerif;8;#00b439;;;" bgColor="undefined">
|
||||
<topic position="-560,-99" order="0" text="Taking Notes" shape="line" id="1963065372" fontStyle=";;;;SansSerif;8;#990000;;;">
|
||||
<link url="http://#Freemind_Link_513978291" urlType="url"/>
|
||||
@ -51,23 +69,46 @@ With FreeMind]]></text>
|
||||
</topic>
|
||||
<topic position="-380,-37" order="1" text="Planning an Essay" shape="line" shrink="true" id="1034561457" fontStyle=";;;;SansSerif;8;#0033ff;;;" bgColor="undefined">
|
||||
<topic position="380,-87" order="0" text="Brainstorming" shape="line" shrink="true" id="1" fontStyle=";;;;SansSerif;8;#00b439;;;" bgColor="undefined">
|
||||
<topic position="-380,-162" order="0" text="Brainstorming is a way of trying to geting all your ideas about a topic down on paper as quickly as possible." shape="line" id="1420002558" fontStyle=";;;;SansSerif;8;#990000;;;"/>
|
||||
<topic position="-470,-137" order="1" text="The key to successful brainstorming is to let everything come out -- don't worry if it sounds goofy or dumb, just put it down! There'll be plenty of time for editing later." shape="line" id="790677993" fontStyle=";;;;SansSerif;8;#990000;;;"/>
|
||||
<topic position="-380,-162" order="0" shape="line" id="1420002558" fontStyle=";;;;SansSerif;8;#990000;;;">
|
||||
<text><![CDATA[Brainstorming is a way of trying to geting all your ideas about a topic down on paper as quickly as
|
||||
possible.]]></text>
|
||||
</topic>
|
||||
<topic position="-470,-137" order="1" shape="line" id="790677993" fontStyle=";;;;SansSerif;8;#990000;;;">
|
||||
<text><![CDATA[The key to successful brainstorming is to let everything come out -- don't worry if it sounds goofy
|
||||
or dumb, just put it down! There'll be plenty of time for editing
|
||||
later.]]></text>
|
||||
</topic>
|
||||
<topic position="-560,-112" order="2" text="To brainstorm with FreeMind, you'll need knowledge of two keys, plus your imagination." shape="line" id="916520369" fontStyle=";;;;SansSerif;8;#990000;;;"/>
|
||||
<topic position="-650,-87" order="3" text="Pressing Enter adds another idea at the same level you currently are at." shape="line" id="888234871" fontStyle=";;;;SansSerif;8;#990000;;;"/>
|
||||
<topic position="-740,-62" order="4" text="Pressing Insert adds another idea as a subidea of the one you've currently selected." shape="line" id="1371557121" fontStyle=";;;;SansSerif;8;#990000;;;"/>
|
||||
<topic position="-830,-37" order="5" text="(The imagination you'll have to supply yourself!)" shape="line" id="443781940" fontStyle=";;;;SansSerif;8;#990000;;;"/>
|
||||
</topic>
|
||||
<topic position="470,-62" order="1" text="Taking Notes" shape="line" shrink="true" id="513978291" fontStyle=";;;;SansSerif;8;#00b439;;;" bgColor="undefined">
|
||||
<topic position="-470,-124" order="0" text="Different people take notes in different ways. Whichever way you take notes, you should find FreeMind helpful." shape="line" id="709453371" fontStyle=";;;;SansSerif;8;#990000;;;" bgColor="undefined"/>
|
||||
<topic position="-560,-99" order="1" text="One good way of using FreeMind is to add one node per book or article you read. Name the node a short version of the article title. " shape="line" id="249608113" fontStyle=";;;;SansSerif;8;#990000;;;" bgColor="undefined"/>
|
||||
<topic position="-650,-74" order="2" text="Then add your notes on the article as a node note. To insert a note, go to the View menu, and select "Show Note Window". You can then add your notes below." shape="line" shrink="true" id="1470413282" fontStyle=";;;;SansSerif;8;#990000;;;" bgColor="undefined">
|
||||
<topic position="650,-86" order="0" text="The Notes WIndow can get in the way (particularly if you have a small screen). So you may find it helpful to hide it after you've added your note, by selecting "Show Note Window" again from the menu." shape="line" id="81630074" fontStyle=";;;;SansSerif;8;#111111;;;"/>
|
||||
<topic position="-470,-124" order="0" shape="line" id="709453371" fontStyle=";;;;SansSerif;8;#990000;;;" bgColor="undefined">
|
||||
<text><![CDATA[Different people take notes in different ways. Whichever way you take notes, you should find
|
||||
FreeMind
|
||||
helpful.]]></text>
|
||||
</topic>
|
||||
<topic position="-560,-99" order="1" shape="line" id="249608113" fontStyle=";;;;SansSerif;8;#990000;;;" bgColor="undefined">
|
||||
<text><![CDATA[One good way of using FreeMind is to add one node per book or article you read. Name the node a
|
||||
short version of the article title.
|
||||
]]></text>
|
||||
</topic>
|
||||
<topic position="-650,-74" order="2" shape="line" shrink="true" id="1470413282" fontStyle=";;;;SansSerif;8;#990000;;;" bgColor="undefined">
|
||||
<text><![CDATA[Then add your notes on the article as a node note. To insert a note, go to the View menu, and
|
||||
select "Show Note Window". You can then add your notes
|
||||
below.]]></text>
|
||||
<topic position="650,-86" order="0" shape="line" id="81630074" fontStyle=";;;;SansSerif;8;#111111;;;">
|
||||
<text><![CDATA[The Notes WIndow can get in the way (particularly if you have a small screen). So you may find it
|
||||
helpful to hide it after you've added your note, by selecting "Show Note Window" again from the
|
||||
menu.]]></text>
|
||||
</topic>
|
||||
</topic>
|
||||
<topic position="-740,-49" order="3" text="Don't forget to take full references for all the quotations you use. " shape="line" id="1226928695" fontStyle=";;;;SansSerif;8;#990000;;;" bgColor="undefined"/>
|
||||
<topic position="-830,-24" order="4" text="FreeMind can also do some clever things with web links and email addresses." shape="line" shrink="true" id="1195317986" fontStyle=";;;;SansSerif;8;#990000;;;" bgColor="undefined">
|
||||
<topic position="830,-86" order="0" shape="line" id="1167090962" fontStyle=";;;;SansSerif;8;#111111;;;">
|
||||
<text><![CDATA[If you're researching on the web, then FreeMind can automatically link your note to the web page you're writing about.
|
||||
<text><![CDATA[If you're researching on the web, then FreeMind can automatically link your note to the web page
|
||||
you're writing about.
|
||||
]]></text>
|
||||
</topic>
|
||||
<topic position="920,-61" order="1" text="Make your note, then select ->Insert->Hyperlink (Text Field) from the menu. " shape="line" id="1374825576" fontStyle=";;;;SansSerif;8;#111111;;;"/>
|
||||
@ -76,8 +117,15 @@ With FreeMind]]></text>
|
||||
<link url="http://members.tripod.com/~lklivingston/essay/" urlType="url"/>
|
||||
</topic>
|
||||
</topic>
|
||||
<topic position="1100,-11" order="3" text="You can also make links to files on your own computer. To do this select ->Insert->Hyperlink (File Chooser) from the menu." shape="line" id="1508333448" fontStyle=";;;;SansSerif;8;#111111;;;"/>
|
||||
<topic position="1190,14" order="4" text="To link a node to an email address, select ->Insert->Hyperink (Text Field) from the menu. Type "mailto: " plus the person's email address." shape="line" id="899556633" fontStyle=";;;;SansSerif;8;#111111;;;">
|
||||
<topic position="1100,-11" order="3" shape="line" id="1508333448" fontStyle=";;;;SansSerif;8;#111111;;;">
|
||||
<text><![CDATA[You can also make links to files on your own computer. To do this select ->Insert->Hyperlink (File
|
||||
Chooser) from the
|
||||
menu.]]></text>
|
||||
</topic>
|
||||
<topic position="1190,14" order="4" shape="line" id="899556633" fontStyle=";;;;SansSerif;8;#111111;;;">
|
||||
<text><![CDATA[To link a node to an email address, select ->Insert->Hyperink (Text Field) from the menu. Type
|
||||
"mailto: " plus the person's email
|
||||
address.]]></text>
|
||||
<topic position="-1190,2" order="0" text="Here's an example email address!" shape="line" id="433629028" fontStyle=";;;;;;#111111;;;">
|
||||
<link url="http://mailto:%20president@whitehouse.gov" urlType="mail"/>
|
||||
</topic>
|
||||
@ -85,26 +133,58 @@ With FreeMind]]></text>
|
||||
</topic>
|
||||
</topic>
|
||||
<topic position="560,-37" order="2" text="Sifting and organising your ideas" shape="line" shrink="true" id="331016293" fontStyle=";;;;SansSerif;8;#00b439;;;" bgColor="undefined">
|
||||
<topic position="-560,-124" order="0" text="After you've done a bit of brainstorming, and have written all the ideas you can think of, it's time to start sorting your ideas out." shape="line" id="136989740" fontStyle=";;;;SansSerif;8;#990000;;;"/>
|
||||
<topic position="-650,-99" order="1" text="You may well find that you've surprised yourself in the brainstorming process, and that you've come up with ideas that you didn't think you believed. Well done if you've managed to surprise yourself!" shape="line" id="294466318" fontStyle=";;;;SansSerif;8;#990000;;;"/>
|
||||
<topic position="-740,-74" order="2" text="The next thing to do is to take a step back and just look at the different ideas you've come up with. What central themes do you notice? Which ideas seem to be more fundamental, and which less important?" shape="line" id="847367743" fontStyle=";;;;SansSerif;8;#990000;;;"/>
|
||||
<topic position="-560,-124" order="0" shape="line" id="136989740" fontStyle=";;;;SansSerif;8;#990000;;;">
|
||||
<text><![CDATA[After you've done a bit of brainstorming, and have written all the ideas you can think of, it's time
|
||||
to start sorting your ideas
|
||||
out.]]></text>
|
||||
</topic>
|
||||
<topic position="-650,-99" order="1" shape="line" id="294466318" fontStyle=";;;;SansSerif;8;#990000;;;">
|
||||
<text><![CDATA[You may well find that you've surprised yourself in the brainstorming process, and that you've come
|
||||
up with ideas that you didn't think you believed. Well done if you've managed to surprise
|
||||
yourself!]]></text>
|
||||
</topic>
|
||||
<topic position="-740,-74" order="2" shape="line" id="847367743" fontStyle=";;;;SansSerif;8;#990000;;;">
|
||||
<text><![CDATA[The next thing to do is to take a step back and just look at the different ideas you've come up
|
||||
with. What central themes do you notice? Which ideas seem to be more fundamental, and which less
|
||||
important?]]></text>
|
||||
</topic>
|
||||
<topic position="-830,-49" order="3" shape="line" id="550806254" fontStyle=";;;;SansSerif;8;#990000;;;">
|
||||
<text><![CDATA[After you've looked at your map for a bit, it's time to start rearranging your ideas. You can either rearrage your ideas by dragging and dropping them, or with the cursor keys. (CTRL + UP and CTRL DOWN move an idea up or down; CTRL LEFT and CTRL RIGHT move it left or right)
|
||||
<text><![CDATA[After you've looked at your map for a bit, it's time to start rearranging your ideas. You can either
|
||||
rearrage your ideas by dragging and dropping them, or with the cursor keys. (CTRL + UP and CTRL DOWN
|
||||
move an idea up or down; CTRL LEFT and CTRL RIGHT move it left or right)
|
||||
]]></text>
|
||||
</topic>
|
||||
<topic position="-920,-24" order="4" text="The first think to do is to move all the ideas together that seem to belong together. Are there duplications? Could some ideas usefully be combined? Could some ideas be usefully split?" shape="line" shrink="true" id="992055866" fontStyle=";;;;SansSerif;8;#990000;;;">
|
||||
<topic position="-920,-24" order="4" shape="line" shrink="true" id="992055866" fontStyle=";;;;SansSerif;8;#990000;;;">
|
||||
<text><![CDATA[The first think to do is to move all the ideas together that seem to belong together. Are there
|
||||
duplications? Could some ideas usefully be combined? Could some ideas be usefully
|
||||
split?]]></text>
|
||||
<topic position="920,-36" order="0" text="To split an idea, select it, type backspace (the editor appears), then select "split" and then okay." shape="line" id="72639222" fontStyle=";;;;;;#111111;;;"/>
|
||||
</topic>
|
||||
<topic position="-1010,1" order="5" text="You should carry on sifting and organising till you feel that you know what the main point is that you want to make in the essay." shape="line" id="337591176" fontStyle=";;;;SansSerif;8;#990000;;;">
|
||||
<topic position="-1010,1" order="5" shape="line" id="337591176" fontStyle=";;;;SansSerif;8;#990000;;;">
|
||||
<text><![CDATA[You should carry on sifting and organising till you feel that you know what the main point is that
|
||||
you want to make in the
|
||||
essay.]]></text>
|
||||
<note><![CDATA[You should also make sure that the main point you're making in the essay provides a full answer to the question you have been asked, or you will probably be marked down for irrelevance.]]></note>
|
||||
</topic>
|
||||
<topic position="-1100,26" order="6" text="When you've done this, save a NEW copy of your map. We'll use this to make the outline of the argument for your essay. (It's a good idea to save a copy under a different name before you make major changes -- this way you can always go back.) To do this, go to File, and then Save As on the menu, and call the new one it something like "Essay_Outline v1". " shape="line" id="506089558" fontStyle=";;;;SansSerif;8;#990000;;;"/>
|
||||
<topic position="-1100,26" order="6" shape="line" id="506089558" fontStyle=";;;;SansSerif;8;#990000;;;">
|
||||
<text><![CDATA[When you've done this, save a NEW copy of your map. We'll use this to make the outline of the
|
||||
argument for your essay. (It's a good idea to save a copy under a different name before you make
|
||||
major changes -- this way you can always go back.) To do this, go to File, and then Save As on the
|
||||
menu, and call the new one it something like "Essay_Outline v1".
|
||||
]]></text>
|
||||
</topic>
|
||||
</topic>
|
||||
<topic position="650,-12" order="3" text="Outlining" shape="line" shrink="true" id="341601142" fontStyle=";;;;SansSerif;8;#00b439;;;" bgColor="undefined">
|
||||
<topic position="-650,-87" order="0" text="Now you know what your main point is, you can write an outline of the argument of the essay." shape="line" id="190098699" fontStyle=";;;;SansSerif;8;#990000;;;"/>
|
||||
<topic position="-740,-62" order="1" text="The point of producing an outline is to work out how you will argue for your essay's main claim." shape="line" id="132833105" fontStyle=";;;;SansSerif;8;#990000;;;"/>
|
||||
<topic position="-830,-37" order="2" text="The first thing to do is to change the text of the central node to your main claim. (Tip: a quick way to go to the central node is to press Escape)" shape="line" id="1132818589" fontStyle=";;;;SansSerif;8;#990000;;;"/>
|
||||
<topic position="-920,-12" order="3" text="The next thing to do is to look at the material you've collected, and divide it into the following categories." shape="line" shrink="true" id="957387789" fontStyle=";;;;SansSerif;8;#990000;;;">
|
||||
<topic position="-830,-37" order="2" shape="line" id="1132818589" fontStyle=";;;;SansSerif;8;#990000;;;">
|
||||
<text><![CDATA[The first thing to do is to change the text of the central node to your main claim. (Tip: a quick
|
||||
way to go to the central node is to press
|
||||
Escape)]]></text>
|
||||
</topic>
|
||||
<topic position="-920,-12" order="3" shape="line" shrink="true" id="957387789" fontStyle=";;;;SansSerif;8;#990000;;;">
|
||||
<text><![CDATA[The next thing to do is to look at the material you've collected, and divide it into the following
|
||||
categories.]]></text>
|
||||
<topic position="920,-62" order="0" text="Background material you need to understand the main claim." shape="line" shrink="true" id="1900247400" fontStyle=";;;;;;#111111;;;">
|
||||
<topic position="-920,-74" order="0" text="This will form your introduction." shape="line" id="1744947976" fontStyle=";;;;;;#111111;;;"/>
|
||||
</topic>
|
||||
@ -140,8 +220,16 @@ With FreeMind]]></text>
|
||||
</topic>
|
||||
</topic>
|
||||
<topic position="-1100,38" order="5" text="Taking account of objections" shape="line" shrink="true" id="90146370" fontStyle=";;;;SansSerif;8;#990000;;;">
|
||||
<topic position="1100,-12" order="0" text="Now you can be pretty sure that someone who thinks that closed source software is superior to open source software will have already heard of your arguments in favour, and might have some objections or counter-arguments to them." shape="line" id="594053771" fontStyle=";;;;;;#111111;;;"/>
|
||||
<topic position="1190,13" order="1" text="So you also need to think about the objections someone might have to your arguments in favour of your main point." shape="line" shrink="true" id="703718185" fontStyle=";;;;;;#111111;;;">
|
||||
<topic position="1100,-12" order="0" shape="line" id="594053771" fontStyle=";;;;;;#111111;;;">
|
||||
<text><![CDATA[Now you can be pretty sure that someone who thinks that closed source software is superior to open
|
||||
source software will have already heard of your arguments in favour, and might have some objections
|
||||
or counter-arguments to
|
||||
them.]]></text>
|
||||
</topic>
|
||||
<topic position="1190,13" order="1" shape="line" shrink="true" id="703718185" fontStyle=";;;;;;#111111;;;">
|
||||
<text><![CDATA[So you also need to think about the objections someone might have to your arguments in favour of
|
||||
your main
|
||||
point.]]></text>
|
||||
<topic position="-1190,1" order="0" text="For example, many people dispute that open source software is more innovative." shape="line" id="394067842" fontStyle=";;;;;;#111111;;;"/>
|
||||
</topic>
|
||||
<topic position="1280,38" order="2" text="And you also need to think about how you would respond to the arguments against your main point." shape="line" id="634073269" fontStyle=";;;;;;#111111;;;"/>
|
||||
@ -150,32 +238,70 @@ With FreeMind]]></text>
|
||||
</topic>
|
||||
</topic>
|
||||
<topic position="-470,-12" order="2" text="From Outline to Finished Work" shape="line" shrink="true" id="1755853195" fontStyle=";;;;SansSerif;8;#0033ff;;;" bgColor="undefined">
|
||||
<topic position="470,-74" order="0" text="Writing the outline of your essay is the hard part. Once you have a good outline, it's much easier to write a good essay or a good presentation." shape="line" id="1449950809" fontStyle=";;;;SansSerif;8;#00b439;;;" bgColor="undefined"/>
|
||||
<topic position="470,-74" order="0" shape="line" id="1449950809" fontStyle=";;;;SansSerif;8;#00b439;;;" bgColor="undefined">
|
||||
<text><![CDATA[Writing the outline of your essay is the hard part. Once you have a good outline, it's much easier
|
||||
to write a good essay or a good
|
||||
presentation.]]></text>
|
||||
</topic>
|
||||
<topic position="560,-49" order="1" text="You'll probably find it easier to to the actual writing of the essay in your wordprocessor." shape="line" id="1607766784" fontStyle=";;;;SansSerif;8;#00b439;;;" bgColor="undefined"/>
|
||||
<topic position="650,-24" order="2" text="Exporting your outline to your Wordprocessor" shape="line" shrink="true" id="877777095" fontStyle=";;;;SansSerif;8;#00b439;;;" bgColor="undefined">
|
||||
<topic position="-650,-99" order="0" text="FreeMind currently exports much better to OpenOffice than to Microsoft Word. So if you don't yet have OpenOffice, it's well worth downloading it (it's free)." shape="line" shrink="true" id="1821901940" fontStyle=";;;;SansSerif;8;#990000;;;">
|
||||
<topic position="650,-111" order="0" text="But if you don't want to use OpenOffice, you can export your map to HTML, and then load this into Microsoft Word." shape="line" id="1291053034" fontStyle=";;;;;;#111111;;;"/>
|
||||
<topic position="-650,-99" order="0" shape="line" shrink="true" id="1821901940" fontStyle=";;;;SansSerif;8;#990000;;;">
|
||||
<text><![CDATA[FreeMind currently exports much better to OpenOffice than to Microsoft Word. So if you don't yet
|
||||
have OpenOffice, it's well worth downloading it (it's
|
||||
free).]]></text>
|
||||
<topic position="650,-111" order="0" shape="line" id="1291053034" fontStyle=";;;;;;#111111;;;">
|
||||
<text><![CDATA[But if you don't want to use OpenOffice, you can export your map to HTML, and then load this into
|
||||
Microsoft
|
||||
Word.]]></text>
|
||||
</topic>
|
||||
</topic>
|
||||
<topic position="-740,-74" order="1" text="Once you've finished your outline, you're ready to export." shape="line" id="1616381675" fontStyle=";;;;SansSerif;8;#990000;;;"/>
|
||||
<topic position="-830,-49" order="2" text="You should be aware of the difference that folding makes." shape="line" shrink="true" id="1621587642" fontStyle=";;;;SansSerif;8;#990000;;;">
|
||||
<topic position="830,-86" order="0" text="Nodes which are visible will come out as numbered headings, whilst nodes which are hidden come out as bullet points." shape="line" id="391880567" fontStyle=";;;;;;#111111;;;"/>
|
||||
<topic position="830,-86" order="0" shape="line" id="391880567" fontStyle=";;;;;;#111111;;;">
|
||||
<text><![CDATA[Nodes which are visible will come out as numbered headings, whilst nodes which are hidden come out
|
||||
as bullet
|
||||
points.]]></text>
|
||||
</topic>
|
||||
<topic position="920,-61" order="1" text="So take a minute to fold and unfold the nodes how you want them before you export." shape="line" id="1257873385" fontStyle=";;;;;;#111111;;;"/>
|
||||
<topic position="1010,-36" order="2" text="For a normal length essay, you will probably only want two levels of headings showing." shape="line" id="1342542809" fontStyle=";;;;;;#111111;;;"/>
|
||||
</topic>
|
||||
<topic position="-920,-24" order="3" text="Export to OpenOffice by selecting File, then Export, then As OpenOffice Writer Document from the menu." shape="line" id="1527476759" fontStyle=";;;;SansSerif;8;#990000;;;"/>
|
||||
<topic position="-1010,1" order="4" text="Note: FreeMind does not (yet) have a spell checker. So you'll probably want to spell check the document before you do anything else. " shape="line" id="561611184" fontStyle=";;;;SansSerif;8;#990000;;;"/>
|
||||
<topic position="-1100,26" order="5" text="Once you've got your outline into OpenOffice, you can write the rest of the essay in your wordprocessor as normal." shape="line" id="1112076216" fontStyle=";;;;SansSerif;8;#990000;;;"/>
|
||||
<topic position="-920,-24" order="3" shape="line" id="1527476759" fontStyle=";;;;SansSerif;8;#990000;;;">
|
||||
<text><![CDATA[Export to OpenOffice by selecting File, then Export, then As OpenOffice Writer Document from the
|
||||
menu.]]></text>
|
||||
</topic>
|
||||
<topic position="-1010,1" order="4" shape="line" id="561611184" fontStyle=";;;;SansSerif;8;#990000;;;">
|
||||
<text><![CDATA[Note: FreeMind does not (yet) have a spell checker. So you'll probably want to spell check the
|
||||
document before you do anything else.
|
||||
]]></text>
|
||||
</topic>
|
||||
<topic position="-1100,26" order="5" shape="line" id="1112076216" fontStyle=";;;;SansSerif;8;#990000;;;">
|
||||
<text><![CDATA[Once you've got your outline into OpenOffice, you can write the rest of the essay in your
|
||||
wordprocessor as
|
||||
normal.]]></text>
|
||||
</topic>
|
||||
</topic>
|
||||
<topic position="740,1" order="3" text="Making a presentation" shape="line" shrink="true" id="781772166" fontStyle=";;;;SansSerif;8;#00b439;;;" bgColor="undefined">
|
||||
<topic position="-740,-74" order="0" text="FreeMind also provides a good way of outlining PowerPoint presentations." shape="line" id="1714771405" fontStyle=";;;;SansSerif;8;#990000;;;"/>
|
||||
<topic position="-830,-49" order="1" text="You'll need OpenOffice again." shape="line" id="233010529" fontStyle=";;;;SansSerif;8;#990000;;;"/>
|
||||
<topic position="-920,-24" order="2" text="Follow the instructions above to export your outline to OpenOffice." shape="line" id="1394183501" fontStyle=";;;;SansSerif;8;#990000;;;"/>
|
||||
<topic position="-1010,1" order="3" text="Once you have the outine in OpenOffice, select (from OpenOffice!) File, then Send to, then AutoAbstract to Presentation." shape="line" id="1549715849" fontStyle=";;;;SansSerif;8;#990000;;;"/>
|
||||
<topic position="-1010,1" order="3" shape="line" id="1549715849" fontStyle=";;;;SansSerif;8;#990000;;;">
|
||||
<text><![CDATA[Once you have the outine in OpenOffice, select (from OpenOffice!) File, then Send to, then
|
||||
AutoAbstract to
|
||||
Presentation.]]></text>
|
||||
</topic>
|
||||
<topic position="-1100,26" order="4" text="This automatically creates a PowerPoint presentation from your outline." shape="line" id="23655519" fontStyle=";;;;SansSerif;8;#990000;;;"/>
|
||||
<topic position="-1190,51" order="5" text="I've found that setting "Included Outline Levels" to 2, and "Subpoints per level" to 5 gives the best results." shape="line" id="1027338237" fontStyle=";;;;SansSerif;8;#990000;;;"/>
|
||||
<topic position="-1190,51" order="5" shape="line" id="1027338237" fontStyle=";;;;SansSerif;8;#990000;;;">
|
||||
<text><![CDATA[I've found that setting "Included Outline Levels" to 2, and "Subpoints per level" to 5 gives the
|
||||
best
|
||||
results.]]></text>
|
||||
</topic>
|
||||
</topic>
|
||||
<topic position="830,26" order="4" text="Things to check before you submit your essay" shape="line" shrink="true" id="1657086138" fontStyle=";;;;SansSerif;8;#00b439;;;" bgColor="undefined">
|
||||
<topic position="-830,-111" order="0" text="(This advice doesn't tell you anything about how to use FreeMind, but it may help you get a better mark in your essay!)" shape="line" id="1855894453" fontStyle=";;;;SansSerif;8;#990000;;;"/>
|
||||
<topic position="-830,-111" order="0" shape="line" id="1855894453" fontStyle=";;;;SansSerif;8;#990000;;;">
|
||||
<text><![CDATA[(This advice doesn't tell you anything about how to use FreeMind, but it may help you get a better
|
||||
mark in your
|
||||
essay!)]]></text>
|
||||
</topic>
|
||||
<topic position="-920,-86" order="1" text="Does my essay have a main claim?" shape="line" id="1803078302" fontStyle=";;;;SansSerif;8;#990000;;;" bgColor="undefined">
|
||||
<note><![CDATA[Another way of asking this question is can you sum up in a sentence what the main point is that your essay is making?) If you don't have a main claim (or don't know what your main claim is!), then your essay will not get a good mark. You are assessed on the quality of the argument you put forward for your main claim, and in order to be able to do this we (and you) need to know what your main claim is.]]></note>
|
||||
</topic>
|
||||
|
Loading…
Reference in New Issue
Block a user