Fix link node

This commit is contained in:
Ezequiel-Vega 2022-03-22 15:46:02 -03:00
parent 10ede976a8
commit 5295c3572a
10 changed files with 328 additions and 112 deletions

View File

@ -164,8 +164,9 @@ export default class Freemap {
if (nodeElem.getAttribute('TYPE')) node.setType(nodeElem.getAttribute('TYPE'));
if (nodeElem.firstChild && nodeElem.getElementsByTagName('html')) {
const content = String(nodeElem.getElementsByTagName('html'))[0];
node.setHtml(content);
const content = nodeElem.getElementsByTagName('html');
const html = content[0] ? content[0].outerHTML : '';
node.setHtml(html);
}
}

View File

@ -4,8 +4,6 @@ import Mindmap from '../model/Mindmap';
import RelationshipModel from '../model/RelationshipModel';
import NodeModel from '../model/NodeModel';
import { TopicShape } from '../model/INodeModel';
import LinkModel from '../model/LinkModel';
import IconModel from '../model/IconModel';
import FreemindConstant from '../export/freemind/FreemindConstant';
import FreemindMap from '../export/freemind/Map';
import FreemindNode, { Choise } from '../export/freemind/Node';
@ -163,7 +161,7 @@ export default class FreemindImporter extends Importer {
// Is there any link...
const url: string = freeNode.getLink();
if (url) {
const link: LinkModel = new LinkModel({ url });
const link: FeatureModel = FeatureModelFactory.createModel('link', { url });
wiseTopic.addFeature(link);
}
@ -233,7 +231,7 @@ export default class FreemindImporter extends Importer {
const iconId: string = freeIcon.getBuiltin();
const wiseIconId = FreemindIconConverter.toWiseId(iconId);
if (wiseIconId) {
const mindmapIcon: IconModel = new IconModel({ id: wiseIconId });
const mindmapIcon: FeatureModel = FeatureModelFactory.createModel('icon', { id: wiseIconId });
currentWiseTopic.addFeature(mindmapIcon);
}
}
@ -252,12 +250,25 @@ export default class FreemindImporter extends Importer {
if (child instanceof FreemindRichcontent) {
const type = child.getType();
if (type === 'NOTE') {
// Formating text
const text = this.html2Text(child.getHtml());
const noteModel: FeatureModel = FeatureModelFactory.createModel('note', { text: text || FreemindConstant.EMPTY_NOTE });
noteModel.setId(2);
currentWiseTopic.addFeature(noteModel);
const html = child.getHtml();
const text = this.html2Text(html);
switch (type) {
case 'NOTE': {
const noteModel: FeatureModel = FeatureModelFactory.createModel('note', { text: text || FreemindConstant.EMPTY_NOTE });
currentWiseTopic.addFeature(noteModel);
break;
}
case 'NODE': {
currentWiseTopic.setText(text);
break;
}
default: {
const noteModel: FeatureModel = FeatureModelFactory.createModel('note', { text: text || FreemindConstant.EMPTY_NOTE });
currentWiseTopic.addFeature(noteModel);
}
}
}
@ -407,7 +418,8 @@ export default class FreemindImporter extends Importer {
}
private html2Text(content: string): string {
const contentConvert = content.replace(/(<([^>]+)>)/gi, '');
return contentConvert.trim();
const temporalDivElement = document.createElement('div');
temporalDivElement.innerHTML = content;
return temporalDivElement.textContent.trim() || temporalDivElement.innerText.trim() || '';
}
}

View File

@ -12,15 +12,6 @@ export const parseXMLString = (xmlStr: string, mimeType: DOMParserSupportedType)
const parser = new DOMParser();
const xmlDoc = parser.parseFromString(xmlStr, mimeType);
// Is there any parsing error ?.
/*
if (xmlDoc.getElementsByTagName('parsererror').length > 0) {
const xmmStr = new XMLSerializer().serializeToString(xmlDoc);
console.log(xmmStr);
throw new Error(`Unexpected error parsing: ${xmlStr}. Error: ${xmmStr}`);
}
*/
return xmlDoc;
};

View File

@ -28,7 +28,12 @@
<topic position="-1190,150" order="10" text="Actividades centradas en el contexto cercano" shape="line" id="37"/>
<topic position="-1280,175" order="11" text="Flexibilidad en el uso de las lenguas de trabajo (inglés, castellano, esukara?)" shape="line" id="22"/>
<topic position="-1370,200" order="12" text="Complementamos el trabajo de la escuela" shape="rounded rectagle" id="27">
<note><![CDATA[[]]></note>
<note><![CDATA[Todos los contenidos de los talleres están relacionados con el currículo de la enseñanza básica.
A diferencia de la práctica tradicional, pretendemos ahondar en el conocimiento partiendo de lo que realmente interesa al niño o niña,
ayudándole a que encuentre respuesta a las preguntas que él o ella se plantea.
Por ese motivo, SaberMás proyecta estar al lado de los niños que necesitan una motivación extra para entender la escuela y fluir en ella,
y también al lado de aquellos a quienes la curiosidad y las ganas de saber les lleva más allá.]]></note>
<topic position="1370,138" order="0" text="Cada uno va a su ritmo, y cada cual pone sus límites" shape="line" id="30"/>
<topic position="1460,163" order="1" text="Aprendemos todos de todos" shape="line" id="31"/>
<topic position="1550,188" order="2" text="Valoramos lo que hemos aprendido" shape="line" id="33"/>

View File

@ -1,10 +1,10 @@
<map name="bug3" version="tango">
<topic central="true" text="Indicator needs" id="1">
<topic position="200,-100" order="0" text="Which new measures" shape="rounded rectagle" id="5" fontStyle=";;;;;8;;;;">
<note><![CDATA[[]]></note>
<note><![CDATA[Identifying new measures or investments that should be implemented.]]></note>
<topic position="200,-50" order="0" text="Landscape of measures" shape="rounded rectagle" id="56" bgColor="#feffff">
<topic position="200,-50" order="0" text="Diversity index of innovation support instruments in the region" shape="line" id="45">
<note><![CDATA[[]]></note>
<note><![CDATA[Number of different innovations policy instruments existing in the region as a share of a total number representing a full typology of instruments]]></note>
</topic>
<topic position="-290,-75" order="0" text="Existing investments in measures" shape="line" id="57"/>
</topic>
@ -15,20 +15,41 @@
</topic>
</topic>
<topic position="-290,-37" order="0" text="How to design &amp; implement measures" shape="rounded rectagle" id="6" fontStyle=";;;;;8;;;;">
<note><![CDATA[[]]></note>
<note><![CDATA[Understanding how to design the details of a particular measure and how to implement them.]]></note>
<topic position="290,-62" order="0" text="Good practices" shape="rounded rectagle" id="41" bgColor="#feffff"/>
<topic position="380,-37" order="1" text="Diagnostics" shape="rounded rectagle" id="80" bgColor="#feffff">
<topic position="-380,-62" order="0" text="Internal business innovation factors" shape="line" id="81"/>
<topic position="-470,-37" order="1" text="Return on investment to innovation" shape="line" id="359">
<topic position="470,-212" order="0" shape="line" id="360"/>
<topic position="560,-187" order="1" shape="line" id="361"/>
<topic position="650,-162" order="2" shape="line" id="362"/>
<topic position="740,-137" order="3" shape="line" id="363"/>
<topic position="470,-212" order="0" shape="line" id="360">
<text><![CDATA[Firms turnover from (new to firm)
product innovation (as a pecentage of total turnover)]]></text>
</topic>
<topic position="560,-187" order="1" shape="line" id="361">
<text><![CDATA[Increase in the probability to innovate linked to ICT use
(in product innovation, process innovation, organisational innovaton, marketing innovation)]]></text>
</topic>
<topic position="650,-162" order="2" shape="line" id="362">
<text><![CDATA[Scientific articles by type of collaboration (per capita)
(international co-authoriship, domestic co-authoriship, single author)]]></text>
</topic>
<topic position="740,-137" order="3" shape="line" id="363">
<text><![CDATA[Increase in a share of expenditures on technological
innovations in the total amount of regional firms expenditures, %]]></text>
</topic>
<topic position="830,-112" order="4" text="Increase in the number of innovative companies with in-house R&amp;D" shape="line" id="364"/>
<topic position="920,-87" order="5" text="Increase in th number of innovative companies without in-house R&amp;D" shape="line" id="365"/>
<topic position="1010,-62" order="6" shape="line" id="366"/>
<topic position="1100,-37" order="7" shape="line" id="367"/>
<topic position="1190,-12" order="8" shape="line" id="368"/>
<topic position="1010,-62" order="6" shape="line" id="366">
<text><![CDATA[Increase in th number of firms with
international/national collaboration on innovation]]></text>
</topic>
<topic position="1100,-37" order="7" shape="line" id="367">
<text><![CDATA[Highly cited scientific articles (as a percentage of
highly cited scientific article in the whole Federation)]]></text>
</topic>
<topic position="1190,-12" order="8" shape="line" id="368">
<text><![CDATA[Patents filed by public research organisations
(as a percentafe of patent application filed under PCT)]]></text>
</topic>
<topic position="1280,13" order="9" text="Number of international patents" shape="line" id="369"/>
<topic position="1370,38" order="10" text="Start-up activity (as a percentage of start-up activity in the whole Federation)" shape="line" id="370"/>
<topic position="1460,63" order="11" text="Number of innovative companies to the number of students " shape="line" id="393"/>
@ -38,9 +59,9 @@
</topic>
</topic>
<topic position="-380,-12" order="1" text="How much effort: where &amp; how" shape="rounded rectagle" id="2" fontStyle=";;;;;8;;;;">
<note><![CDATA[[]]></note>
<note><![CDATA[Understanding the level of effort the region needs to take to compete on innovation and where to put this effort]]></note>
<topic position="380,-37" order="0" text="The bottom-line" shape="rounded rectagle" id="3" bgColor="#feffff">
<note><![CDATA[[]]></note>
<note><![CDATA[This is what policy makers care about in the end]]></note>
<topic position="-380,-87" order="0" text="Wages" shape="line" id="15">
<topic position="380,-112" order="0" text="Dynamics of real wages" shape="line" id="12"/>
<topic position="470,-87" order="1" text="Average wage (compare to the Fed)" shape="line" id="14"/>
@ -66,31 +87,37 @@
</topic>
<topic position="-560,-37" order="1" text="The enabling environment" shape="line" id="9">
<topic position="560,-112" order="0" text="Ease of doing business" shape="line" id="16">
<note><![CDATA[[]]></note>
<note><![CDATA[WB]]></note>
<topic position="-560,-124" order="0" text="Level of administrative barriers (number and cost of administrative procedures) " shape="line" id="412"/>
</topic>
<topic position="650,-87" order="1" text="Competition index" shape="line" id="18">
<note><![CDATA[[]]></note>
<note><![CDATA[GCR]]></note>
</topic>
<topic position="740,-62" order="2" text="Workforce" shape="line" id="120">
<topic position="-740,-99" order="0" text="Quality of education" shape="line" id="19">
<note><![CDATA[[]]></note>
<note><![CDATA[GCR]]></note>
<topic position="740,-111" order="0" text="Inrease in the number of International students" shape="line" id="337"/>
</topic>
<topic position="-830,-74" order="1" text="Quantity of education" shape="line" id="121">
<topic position="830,-161" order="0" text="Participation in life-long learning" shape="line" id="122">
<note><![CDATA[[]]></note>
<note><![CDATA[per 100 population aged 25-64]]></note>
</topic>
<topic position="920,-136" order="1" text="Increase in literarecy " shape="line" id="333"/>
<topic position="1010,-111" order="2" shape="line" id="188"/>
<topic position="1100,-86" order="3" shape="line" id="276"/>
<topic position="1010,-111" order="2" shape="line" id="188">
<text><![CDATA[Amount of university and colleague
students per 10 thousands population]]></text>
</topic>
<topic position="1100,-86" order="3" shape="line" id="276">
<text><![CDATA[Share of employees with higher education in
the total amount of population at the working age]]></text>
</topic>
<topic position="1190,-61" order="4" text="Increase in University students" shape="line" id="332"/>
<topic position="1280,-36" order="5" text="Government expenditure on General University Funding" shape="line" id="351"/>
<topic position="1370,-11" order="6" text="Access to training, information, and consulting support " shape="line" id="409"/>
</topic>
<topic position="-920,-49" order="2" text="Science &amp; engineering workforce" shape="line" id="285">
<topic position="920,-99" order="0" text="Availability of scientists and engineers" shape="line" id="147">
<note><![CDATA[[]]></note>
<note><![CDATA[GCR]]></note>
</topic>
<topic position="1010,-74" order="1" text="Amount of researches per 10 thousands population" shape="line" id="189"/>
<topic position="1100,-49" order="2" text="Average wage of researches per average wage in the region" shape="line" id="284"/>
@ -116,7 +143,7 @@
</topic>
<topic position="1010,13" order="5" text="ICT" shape="line" id="135">
<topic position="-1010,-37" order="0" text="ICT use" shape="line" id="17">
<note><![CDATA[[]]></note>
<note><![CDATA[GCR]]></note>
</topic>
<topic position="-1100,-12" order="1" text="Broadband penetration " shape="line" id="136"/>
<topic position="-1190,13" order="2" text="Internet penetration" shape="line" id="334"/>
@ -129,7 +156,7 @@
<topic position="650,-224" order="0" text="foreign JVs" shape="line" id="96"/>
<topic position="740,-199" order="1" text="Inflow of foreign direct investments in high-technology industries" shape="line" id="157"/>
<topic position="830,-174" order="2" text="Foreign direct investment jobs" shape="line" id="158">
<note><![CDATA[[]]></note>
<note><![CDATA[: the percentage of the workforce employed by foreign companies [%].]]></note>
</topic>
<topic position="920,-149" order="3" text="FDI as a share of regional non natural resource-based GRP " shape="line" id="159"/>
<topic position="1010,-124" order="4" text="Number of foreign subsidiaries operating in the region" shape="line" id="160"/>
@ -137,53 +164,74 @@
</topic>
<topic position="-740,-124" order="1" text="Exports" shape="line" id="168">
<topic position="740,-161" order="0" text="Export intensity in manufacturing and services" shape="line" id="169">
<note><![CDATA[[]]></note>
<note><![CDATA[: exports as a share of total output in manufacturing and services [%].]]></note>
</topic>
<topic position="830,-136" order="1" shape="line" id="375">
<text><![CDATA[Share of high-technology export in the total volume
of production of goods, works and services]]></text>
</topic>
<topic position="920,-111" order="2" shape="line" id="377">
<text><![CDATA[Share of innovation production/serivces that goes for export,
by zones (EU, US, CIS, other countries]]></text>
</topic>
<topic position="830,-136" order="1" shape="line" id="375"/>
<topic position="920,-111" order="2" shape="line" id="377"/>
</topic>
<topic position="-830,-99" order="2" text="Share of high-technology products in government procurements" shape="line" id="338"/>
</topic>
<topic position="740,-87" order="1" text="Entrepreneurship culture" shape="line" id="34">
<topic position="-740,-124" order="0" text="Fear of failure rate" shape="line" id="150">
<note><![CDATA[[]]></note>
<note><![CDATA[GEM]]></note>
</topic>
<topic position="-830,-99" order="1" text="Entrepreneurship as desirable career choice" shape="line" id="151">
<note><![CDATA[[]]></note>
<note><![CDATA[GEM]]></note>
</topic>
<topic position="-920,-74" order="2" text="High Status Successful Entrepreneurship" shape="line" id="152">
<note><![CDATA[[]]></note>
<note><![CDATA[GEM]]></note>
</topic>
</topic>
<topic position="830,-62" order="2" text="Collaboration &amp; partnerships" shape="line" id="54">
<topic position="-830,-137" order="0" text="Number of business contracts with foreign partners for R&amp;D collaboration" shape="line" id="163"/>
<topic position="-920,-112" order="1" text="Share of R&amp;D financed from foreign sources" shape="line" id="164">
<note><![CDATA[[]]></note>
<note><![CDATA[UNESCO]]></note>
</topic>
<topic position="-1010,-87" order="2" text="Firms collaborating on innovation with organizations in other countries" shape="line" id="165">
<note><![CDATA[[]]></note>
<note><![CDATA[CIS]]></note>
</topic>
<topic position="-1100,-62" order="3" shape="line" id="173">
<text><![CDATA[Share of Innovative companies collaborating
with research institutions on innovation]]></text>
</topic>
<topic position="-1190,-37" order="4" shape="line" id="174">
<text><![CDATA[Number of joint projects conducted by the local comapnies
and local consulting/intermediary agencies]]></text>
</topic>
<topic position="-1100,-62" order="3" shape="line" id="173"/>
<topic position="-1190,-37" order="4" shape="line" id="174"/>
<topic position="-1280,-12" order="5" text="science and industry links" shape="line" id="358"/>
</topic>
<topic position="920,-37" order="3" text="Technology absorption" shape="line" id="115">
<topic position="-920,-137" order="0" text="Local supplier quality" shape="line" id="116">
<note><![CDATA[[]]></note>
<note><![CDATA[GCR]]></note>
</topic>
<topic position="-1010,-112" order="1" shape="line" id="127">
<text><![CDATA[Share of expenditures on technological innovations
in the amount of sales]]></text>
</topic>
<topic position="-1010,-112" order="1" shape="line" id="127"/>
<topic position="-1100,-87" order="2" text="Number of purchased new technologies" shape="line" id="129"/>
<topic position="-1190,-62" order="3" shape="line" id="354"/>
<topic position="-1190,-62" order="3" shape="line" id="354">
<text><![CDATA[Investments in ICT by asset (IT equipment,
communication equipment, software)]]></text>
</topic>
<topic position="-1280,-37" order="4" text="Machinery and equipment" shape="line" id="355"/>
<topic position="-1370,-12" order="5" text="Software and databases" shape="line" id="356"/>
<topic position="-1460,13" order="6" shape="line" id="373"/>
<topic position="-1460,13" order="6" shape="line" id="373">
<text><![CDATA[Level of energy efficiency of the regional economy
(can be measured by sectors and for the whole region)]]></text>
</topic>
<topic position="-1550,38" order="7" text="Share of wastes in the total volume of production (by sector)" shape="line" id="374"/>
</topic>
<topic position="1010,-12" order="4" text="Innovation activities in firms" shape="line" id="123">
<topic position="-1010,-99" order="0" text="Share of innovative companies" shape="line" id="35"/>
<topic position="-1100,-74" order="1" text="Business R&amp;D expenditures per GRP" shape="line" id="128"/>
<topic position="-1190,-49" order="2" text="Factors hampering innovation" shape="line" id="145">
<note><![CDATA[[]]></note>
<note><![CDATA[CIS, BEEPS]]></note>
</topic>
<topic position="-1280,-24" order="3" text="Expenditure on innovation by firm size" shape="line" id="350"/>
<topic position="-1370,1" order="4" text="R&amp;D and other intellectl property products" shape="line" id="357"/>
@ -197,19 +245,25 @@
</topic>
<topic position="1100,13" order="5" text="Entrepreneurial activities" shape="line" id="148">
<topic position="-1100,-24" order="0" text="New business density" shape="line" id="117">
<note><![CDATA[[]]></note>
<note><![CDATA[Number of new organizations per thousand working age population (WBI)]]></note>
</topic>
<topic position="-1190,1" order="1" text="Volume of newly registered corporations " shape="line" id="119">
<note><![CDATA[[]]></note>
<note><![CDATA[(as a percentage of all registered corporations)]]></note>
</topic>
<topic position="-1280,26" order="2" text="Share of gazelle companies in the total number of businesses" shape="line" id="170"/>
</topic>
<topic position="1190,38" order="6" text="R&amp;D production" shape="line" id="277">
<topic position="-1190,13" order="0" text="Outputs" shape="line" id="280">
<topic position="1190,-49" order="0" shape="line" id="279"/>
<topic position="1190,-49" order="0" shape="line" id="279">
<text><![CDATA[Amount of domestically protected intellectual
property per 1 mln. population]]></text>
</topic>
<topic position="1280,-24" order="1" text="Amount of PCT-applications per 1 mln. population" shape="line" id="278"/>
<topic position="1370,1" order="2" text="Number of domestic patent applications per R&amp;D expenditures" shape="line" id="281"/>
<topic position="1460,26" order="3" shape="line" id="282"/>
<topic position="1460,26" order="3" shape="line" id="282">
<text><![CDATA[Number of intellectual property exploited by regional
enterprises per 1 mln. population]]></text>
</topic>
<topic position="1550,51" order="4" text="Publication activity of regional scientists and researches" shape="line" id="283"/>
</topic>
<topic position="-1280,38" order="1" text="Inputs" shape="line" id="340">
@ -218,15 +272,24 @@
</topic>
</topic>
<topic position="1280,63" order="7" text="Public sector innovation" shape="line" id="415">
<topic position="-1280,26" order="0" shape="line" id="416"/>
<topic position="-1280,26" order="0" shape="line" id="416">
<text><![CDATA[Number of advanced ICT introduced in the budgetary organizations
(regional power, municipal bodies, social and educational organizations)]]></text>
</topic>
<topic position="-1370,51" order="1" text="E-government index" shape="line" id="418"/>
<topic position="-1460,76" order="2" shape="line" id="419"/>
<topic position="-1460,76" order="2" shape="line" id="419">
<text><![CDATA[Number of management innovations introduced in the budgetary organizations
(regional power, municipal bodies, social and educational organizations)]]></text>
</topic>
</topic>
</topic>
<topic position="-740,13" order="3" text="Supporting organizations" shape="line" id="113">
<topic position="740,-24" order="0" text="Research institutions" shape="line" id="51">
<topic position="-740,-86" order="0" text="Collaboration" shape="line" id="171">
<topic position="740,-98" order="0" shape="line" id="172"/>
<topic position="740,-98" order="0" shape="line" id="172">
<text><![CDATA[Number of interactions between universities
and large companies by university size]]></text>
</topic>
</topic>
<topic position="-830,-61" order="1" text="Resources" shape="line" id="184">
<topic position="830,-98" order="0" text="R&amp;D expenditures per 1 researcher" shape="line" id="137"/>
@ -237,37 +300,47 @@
<topic position="920,-61" order="0" text="Publications" shape="line" id="306">
<topic position="-920,-98" order="0" text="Impact of publications in the ISI database (h-index)" shape="line" id="304"/>
<topic position="-1010,-73" order="1" text="Number of publications in international journals per worker per year" shape="line" id="186"/>
<topic position="-1100,-48" order="2" shape="line" id="303"/>
<topic position="-1100,-48" order="2" shape="line" id="303">
<text><![CDATA[Publications: Academic articles in international peer-reviewed
journals per 1,000 researchers [articles/1,000 researchers].]]></text>
</topic>
</topic>
<topic position="1010,-36" order="1" text="Number of foreign patents granted per staff" shape="line" id="187"/>
</topic>
<topic position="-1010,-11" order="3" text="Supportive measures" shape="line" id="312">
<topic position="1010,-23" order="0" text="Diversity index of university entrepreneurship support measures" shape="line" id="313">
<note><![CDATA[[]]></note>
<note><![CDATA[Number of measures offered by the unversity within a preset range (NCET2 survey)]]></note>
</topic>
</topic>
<topic position="-1100,14" order="4" text="Commercialization" shape="line" id="299">
<topic position="1100,-23" order="0" text="Licensing" shape="line" id="308">
<topic position="-1100,-35" order="0" shape="line" id="298"/>
<topic position="-1100,-35" order="0" shape="line" id="298">
<text><![CDATA[Academic licenses: Number of licenses
per 1,000 researchers.[licenses/researcher]]]></text>
</topic>
</topic>
<topic position="1190,2" order="1" text="Spin-offs" shape="line" id="309">
<topic position="-1190,-10" order="0" shape="line" id="300"/>
<topic position="-1190,-10" order="0" text="undefined" shape="line" id="300"/>
</topic>
<topic position="1280,27" order="2" text="Industry contracts" shape="line" id="310">
<topic position="-1280,-35" order="0" text="Industry revenue per staff " shape="line" id="297"/>
<topic position="-1370,-10" order="1" shape="line" id="305"/>
<topic position="-1370,-10" order="1" shape="line" id="305">
<text><![CDATA[Foreign contracts: Number of contracts with foreign industria
l companies at scientific and educational organizations
per 1,000 researchers [contracts/researchers]]]></text>
</topic>
<topic position="-1460,15" order="2" text="Share of industry income from foreign companies" shape="line" id="307"/>
<topic position="-1550,40" order="3" shape="line" id="90"/>
<topic position="-1550,40" order="3" text="undefined" shape="line" id="90"/>
<topic position="-1640,65" order="4" text="Difficulties faced by research organization in collaborating with SMEs" shape="line" id="311"/>
</topic>
</topic>
</topic>
<topic position="830,1" order="1" text="Private market" shape="line" id="153">
<topic position="-830,-49" order="0" text="Number of innovation &amp; IP services organizations" shape="line" id="154">
<note><![CDATA[[]]></note>
<note><![CDATA[(design firms, IP consultants, etc.)]]></note>
</topic>
<topic position="-920,-24" order="1" text="Number of private innovation infrastructure organizations " shape="line" id="155">
<note><![CDATA[[]]></note>
<note><![CDATA[(e.g. accelerators, incubators)]]></note>
</topic>
<topic position="-1010,1" order="2" text="Access to certification and licensing for specific activities " shape="line" id="410"/>
<topic position="-1100,26" order="3" text="Access to suppliers of equipment, production and engineering services " shape="line" id="411"/>
@ -286,17 +359,25 @@
</topic>
</topic>
<topic position="-470,13" order="2" text="What to do about existing measures" shape="rounded rectagle" id="4" fontStyle=";;;;;8;;;;">
<note><![CDATA[[]]></note>
<note><![CDATA[Understanding which measures should be strengthened, dropped or improved, and how.]]></note>
<topic position="470,-37" order="0" text="Demand for measure" shape="rounded rectagle" id="42" bgColor="#feffff">
<topic position="-470,-87" order="0" text="Quality of beneficiaries" shape="line" id="50">
<topic position="470,-162" order="0" text="Growth rates of employment in supported innovative firms" shape="line" id="292"/>
<topic position="560,-137" order="1" text="Growth rates of employment in supported innovative firms" shape="line" id="293"/>
<topic position="650,-112" order="2" text="Role of IP for tenants/clients" shape="line" id="323">
<note><![CDATA[[]]></note>
<note><![CDATA[WIPO SURVEY OF INTELLECTUAL PROPERTY SERVICES OF
EUROPEAN TECHNOLOGY INCUBATORS]]></note>
</topic>
<topic position="740,-87" order="3" text="Share of tenants with innovation activities" shape="line" id="326"/>
<topic position="830,-62" order="4" shape="line" id="329"/>
<topic position="920,-37" order="5" shape="line" id="330"/>
<topic position="830,-62" order="4" shape="line" id="329">
<text><![CDATA[Gazelle tenant: Share of tenants with
annual revenue growth of more than 20%
for each of the past four years or since formation [%]]]></text>
</topic>
<topic position="920,-37" order="5" shape="line" id="330">
<text><![CDATA[Globalization of tenants: Median share of tenant
revenues obtained from exports [%]]]></text>
</topic>
</topic>
<topic position="-560,-62" order="1" text="Number of beneficiaries" shape="line" id="78">
<topic position="560,-112" order="0" text="Number of projects conducted by companies in cooperation with innovation infrastructure" shape="line" id="383"/>
@ -306,12 +387,21 @@
</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">
<topic position="-650,-86" order="0" shape="line" id="181"/>
<topic position="-650,-86" order="0" shape="line" id="181">
<text><![CDATA[Perception (opinion poll) of business managers
regarding public support programmes]]></text>
</topic>
</topic>
<topic position="740,-49" order="1" text="Transparency" shape="line" id="53">
<topic position="-740,-61" order="0" shape="line" id="175"/>
<topic position="-740,-61" order="0" shape="line" id="175">
<text><![CDATA[Perception of business managers in terms
of level of transparency of support measures in the region]]></text>
</topic>
</topic>
<topic position="830,-24" order="2" shape="line" id="183">
<text><![CDATA[Description by regional business managers of the way the
select and apply for regional and federal support schemes]]></text>
</topic>
<topic position="830,-24" order="2" shape="line" id="183"/>
</topic>
<topic position="-740,-12" order="3" text="Number of applicants" shape="line" id="176">
<topic position="740,-62" order="0" text="Increase in the number of business applying for public support programmes" shape="line" id="177"/>
@ -322,7 +412,7 @@
</topic>
<topic position="560,-12" order="1" text="Inputs of measures" shape="rounded rectagle" id="109" bgColor="#feffff">
<topic position="-560,-37" order="0" text="Qualified staff" shape="line" id="110">
<note><![CDATA[[]]></note>
<note><![CDATA[JL: not sure how this would be measured]]></note>
</topic>
<topic position="-650,-12" order="1" text="Budget per beneficiary" shape="line" id="111"/>
</topic>
@ -355,12 +445,18 @@
<topic position="1190,39" order="4" text="Number of new products/projects at the companies that received support " shape="line" id="406"/>
</topic>
<topic position="-920,26" order="2" text="Impact assessment " shape="line" id="290"/>
<topic position="-1010,51" order="3" shape="line" id="291"/>
<topic position="-1100,76" order="4" shape="line" id="296"/>
<topic position="-1010,51" order="3" shape="line" id="291">
<text><![CDATA[Average leverage of 1rub (there would be
several programs with different leverage)]]></text>
</topic>
<topic position="-1100,76" order="4" shape="line" id="296">
<text><![CDATA[Volume of attracted money per one ruble
of regional budget expenditures on innovation projects]]></text>
</topic>
</topic>
</topic>
<topic position="-560,38" order="3" text="What investments in innovative projects" shape="rounded rectagle" id="7" fontStyle=";;;;;8;;;;">
<note><![CDATA[[]]></note>
<note><![CDATA[Understanding what investments should be made in innovative projects.]]></note>
<topic position="560,13" order="0" text="Competitive niches" shape="rounded rectagle" id="61" bgColor="#feffff">
<topic position="-560,-37" order="0" text="Clusters behavior" shape="line" id="59">
<topic position="560,-149" order="0" text="Cluster EU star rating" shape="line" id="60"/>
@ -368,7 +464,10 @@
<topic position="740,-99" order="2" text="Share of cluster products in the relevant world market segment " shape="line" id="320"/>
<topic position="830,-74" order="3" text="Share of export in cluster total volume of sales" shape="line" id="321"/>
<topic position="920,-49" order="4" text="Growth of the volume of production in the cluster companies" shape="line" id="379"/>
<topic position="1010,-24" order="5" shape="line" id="380"/>
<topic position="1010,-24" order="5" shape="line" id="380">
<text><![CDATA[Growth of the volume of production in the cluster companies
to the volume of state support for the cluster]]></text>
</topic>
<topic position="1100,1" order="6" text="Growth of the volume of innovation production in the cluster" shape="line" id="381"/>
<topic position="1190,26" order="7" text="Share of export in cluster total volume of sales (by zones: US, EU, CIS, other countries) " shape="line" id="407"/>
<topic position="1280,51" order="8" text="Internal behavior" shape="line" id="408">
@ -393,7 +492,10 @@
<topic position="920,26" order="1" text="Venture investment map" shape="line" id="74"/>
<topic position="1010,51" order="2" text="Attractiveness to public competitive funding" shape="line" id="317">
<topic position="-1010,26" order="0" text="Fed and regional seed fund investments" shape="line" id="316"/>
<topic position="-1100,51" order="1" shape="line" id="314"/>
<topic position="-1100,51" order="1" shape="line" id="314">
<text><![CDATA[FASIE projects: Number of projects supported
by the FASIE per 1,000 workers [awards/worker]]]></text>
</topic>
</topic>
</topic>
</topic>

View File

@ -10,7 +10,8 @@
<topic position="-650,13" order="4" text="Finance" shape="line" id="5" fontStyle=";;;;;8;;;;"/>
<topic position="-740,38" order="5" text="Administration" shape="line" id="3" fontStyle=";;;;;8;;;;"/>
<topic position="-830,63" order="6" text="Human Resources" shape="line" id="154" fontStyle=";;;;;8;;;;">
<note><![CDATA[[]]></note>
<note><![CDATA[HR Vision: Freeform Solutions is successful at its mission, sustainable as an organization AND is a great place to work.
HR Mission: To provide a positive HR service experience for applicants and employees, and collaborate with departments to recruit, develop, support, and retain diverse and talented employees who are the key to Freeforms reputation and success.]]></note>
</topic>
<topic position="-920,113" order="7" text="Freeform Hosting" shape="line" id="16" fontStyle=";;;;;8;;;;"/>
<topic position="-1010,113" order="8" text="Community Outreach" shape="line" id="247" fontStyle=";;;;;8;;;;"/>

View File

@ -1,30 +1,112 @@
<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,-350" order="1" shape="line" id="6"/>
<topic position="290,-150" order="0" shape="line" id="7"/>
<topic position="380,-125" order="1" shape="line" id="8"/>
<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
development of plant trait meta-analyses also suggests that
trait acquisition in the field is a factor limiting the growth of
plant trait data bases.]]></text>
</topic>
<topic position="380,-125" order="1" shape="line" id="8">
<text><![CDATA[We measured
traits for every individual tree in nine 1-ha plots in tropical
lowland rainforest (N = 4709). Each plant was sampled for
10 functional traits related to wood and leaf morphology and
ecophysiology. Here, we contrast the trait means and variances
obtained with a full sampling strategy with those of
other sampling designs used in the recent literature, which we
obtain by simulation. We assess the differences in community-
level estimates of functional trait means and variances
among design types and sampling intensities. We then contrast
the relative costs of these designs and discuss the appropriateness
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="740,-25" order="5" shape="line" id="14">
<note><![CDATA[[]]></note>
<text><![CDATA[With regard to estimating mean trait values, strategies
alternative to BRIDGE were consistently cost-effective. On
the other hand, strategies alternative to BRIDGE clearly
failed to accurately estimate the variance of trait values. This
indicates that in situations where accurate estimation of plotlevel
variance is desired, complete censuses are essential.]]></text>
<note><![CDATA[undefined]]></note>
</topic>
<topic position="830,0" order="6" shape="line" id="15">
<note><![CDATA[[]]></note>
<text><![CDATA[We suggest that, in these studies,
the investment in complete sampling may be worthwhile
for at least some traits.]]></text>
<note><![CDATA[Falar que isso corrobora nossa sugestão de utilizar poucas medidas, mas que elas sejam confiáveis.]]></note>
</topic>
</topic>
<topic position="-290,-12" order="0" text="Chazdon 2010. Biotropica. 42(1): 3140" shape="rectagle" id="17" fontStyle=";;;;;;#000000;;;" bgColor="#cccccc">
<topic position="290,-137" order="0" shape="line" id="22"/>
<topic position="380,-112" order="1" shape="line" id="23"/>
<topic position="290,-137" order="0" shape="line" id="22">
<text><![CDATA[Here, we develop a new approach that links functional attributes
of tree species with studies of forest recovery and regional
land-use transitions (Chazdon et al. 2007). Grouping species according
to their functional attributes or demographic rates provides
insight into both applied and theoretical questions, such as selecting
species for reforestation programs, assessing ecosystem services, and
understanding community assembly processes in tropical forests
(Diaz et al. 2007, Kraft et al. 2008).]]></text>
</topic>
<topic position="380,-112" order="1" shape="line" id="23">
<text><![CDATA[Since we have data on leaf
and wood functional traits for only a subset of the species in our
study sites, we based our functional type classification on information
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="560,-62" order="3" shape="line" id="25"/>
<topic position="650,-37" order="4" shape="line" id="26"/>
<topic position="740,-12" order="5" shape="line" id="27"/>
<topic position="830,13" order="6" shape="line" id="28"/>
<topic position="920,38" order="7" shape="line" id="29"/>
<topic position="1010,63" order="8" shape="line" id="30"/>
<topic position="1100,88" order="9" shape="line" id="31"/>
<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
and independent classification of functional types based on vegetation
monitoring data from permanent sample plots in mature and
secondary forests of northeastern Costa Rica (Finegan et al. 1999,
Chazdon et al. 2007).We apply an independent, prior classification
of 293 tree species from our study region into five functional types, based on two species attributes: canopy strata and diameter growth
rates for individuals Z10 cm dbh (Finegan et al. 1999, Salgado-
Negret 2007).]]></text>
</topic>
<topic position="650,-37" order="4" shape="line" id="26">
<text><![CDATA[Our results demonstrate strong linkages between functional
types defined by adult height and growth rates of large trees and
colonization groups based on the timing of seedling, sapling, and
tree recruitment in secondary forests.]]></text>
</topic>
<topic position="740,-12" order="5" text="undefined" shape="line" id="27"/>
<topic position="830,13" order="6" text="undefined" shape="line" id="28"/>
<topic position="920,38" order="7" text="undefined" shape="line" id="29"/>
<topic position="1010,63" order="8" shape="line" id="30">
<text><![CDATA[Classifying functional types
based on functional traits with low plasticity, such as wood density
and seed size, could potentially serve as robust proxies for demographic
variables (Poorter et al. 2008, Zhang et al. 2008).]]></text>
</topic>
<topic position="1100,88" order="9" shape="line" id="31">
<text><![CDATA[CONDIT, R., S. P. HUBBELL, AND R. B. FOSTER. 1996. Assessing the response of
plant functional types in tropical forests to climatic change. J. Veg. Sci.
7: 405416.
DALLING, J. S., AND S. P. HUBBELL. 2002. Seed size, growth rate and gap microsite
conditions as determinants of recruitment success for pioneer species.
J. Ecol. 90: 557568.
FINEGAN, B. 1996. Pattern and process in neotropical secondary forests: The first
100 years of succession. Trends Ecol. Evol. 11: 119124.
POORTER, L., S. J. WRIGHT, H. PAZ, D. D. ACKERLY, R. CONDIT, G.
IBARRA-MANRI´QUEZ, K. E. HARMS, J. C. LICONA, M.MARTI´NEZ-RAMOS,
S. J. MAZER, H. C. MULLER-LANDAU, M. PEN˜ A-CLAROS, C. O. WEBB,
AND I. J. WRIGHT. 2008. Are functional traits good predictors of demographic
rates? Evidence from five Neotropical forests. Ecology 89:
19081920.
ZHANG, Z. D., R. G. ZANG, AND Y. D. QI. 2008. Spatiotemporal patterns and
dynamics of species richness and abundance of woody plant functional
groups in a tropical forest landscape of Hainan Island, South China.
J. Integr. Plant Biol. 50: 547558.]]></text>
</topic>
</topic>
<topic position="-380,0" order="1" text="Poorter 1999. Functional Ecology. 13:396-410" shape="rectagle" id="2" fontStyle=";;;;;;#000000;;;" bgColor="#cccccc">
<topic position="380,-12" order="0" text="Espécies pioneiras crescem mais rápido do que as não pioneiras" shape="line" id="3">

View File

@ -1,8 +1,11 @@
<map name="i18n2" version="tango">
<topic central="true" text="أَبْجَدِيَّة عَرَبِيَّة" id="0">
<topic position="200,0" order="0" text="أَبْجَدِيَّة عَرَبِ" shape="line" id="1">
<note><![CDATA[[]]></note>
<note><![CDATA[This is a not in languange أَبْجَدِيَّة عَرَبِ]]></note>
</topic>
<topic position="-290,-12" order="0" shape="line" id="2">
<text><![CDATA[Long text node:
أَبْجَدِيَّة عَرَب]]></text>
</topic>
<topic position="-290,-12" order="0" shape="line" id="2"/>
</topic>
</map>

View File

@ -1,33 +1,47 @@
<map name="issue" version="tango">
<topic central="true" text="La computadora" id="1" fontStyle=";;;;;;#feffff;;;" bgColor="#cc0000">
<topic position="200,0" order="0" shape="rounded rectagle" id="21" fontStyle=";;;;;8;#feffff;;;" bgColor="#4c1130">
<topic position="200,-100" order="0" shape="rounded rectagle" id="25" fontStyle=";;;;;8;#feffff;;;" bgColor="#4c1130">
<topic position="200,0" order="0" shape="rounded rectagle" id="28" fontStyle=";;;;;8;#000000;;;" bgColor="#4c1130"/>
<text><![CDATA[Hardware
(componentes físicos)]]></text>
<topic position="200,-100" order="0" text="Entrada de datos" shape="rounded rectagle" id="25" fontStyle=";;;;;8;#feffff;;;" bgColor="#4c1130">
<topic position="200,0" order="0" shape="rounded rectagle" id="28" fontStyle=";;;;;8;#000000;;;" bgColor="#4c1130">
<text><![CDATA[Ratón, Teclado, Joystick,
Cámara digital, Micrófono, Escáner.]]></text>
</topic>
</topic>
<topic position="-290,-37" order="0" text="Salida de datos" shape="rounded rectagle" id="29" fontStyle=";;;;;8;#feffff;;;" bgColor="#4c1130">
<topic position="290,-49" order="0" shape="rounded rectagle" id="30" fontStyle=";;;;;8;#000000;;;" bgColor="#4c1130"/>
<topic position="290,-49" order="0" text="Monitor, Impresora, Bocinas, Plóter." shape="rounded rectagle" id="30" fontStyle=";;;;;8;#000000;;;" bgColor="#4c1130"/>
</topic>
<topic position="-380,-12" order="1" text="Almacenamiento" shape="rounded rectagle" id="31" fontStyle=";;;;;8;#feffff;;;" bgColor="#4c1130">
<topic position="380,-24" order="0" shape="rounded rectagle" id="32" fontStyle=";;;;;8;#000000;;;" bgColor="#4c1130"/>
<topic position="380,-24" order="0" shape="rounded rectagle" id="32" fontStyle=";;;;;8;#000000;;;" bgColor="#4c1130">
<text><![CDATA[Disquete, Disco compacto, DVD,
BD, Disco duro, Memoria flash.]]></text>
</topic>
</topic>
</topic>
<topic position="-290,-25" order="0" shape="rectagle" id="59" fontStyle=";;;;;8;#000000;;;" bgColor="#7f6000">
<text><![CDATA[Software
(Programas y datos con los que funciona la computadora)]]></text>
<topic position="290,-62" order="0" shape="rectagle" id="92" fontStyle=";;;;;8;#000000;;;" bgColor="#7f6000">
<text><![CDATA[Software de Sistema:Permite el entendimiento
entre el usuario y la maquina.]]></text>
<topic position="-290,-99" order="0" text="Microsoft Windows" shape="rectagle" id="101" fontStyle=";;;;;8;#000000;;;" bgColor="#7f6000"/>
<topic position="-380,-74" order="1" text="GNU/LINUX" shape="rectagle" id="106" fontStyle=";;;;;8;#000000;;;" bgColor="#7f6000"/>
<topic position="-470,-49" order="2" text="MAC " shape="rectagle" id="107" fontStyle=";;;;;8;#000000;;;" bgColor="#7f6000"/>
</topic>
<topic position="380,-37" order="1" shape="rectagle" id="93" fontStyle=";;;;;8;#000000;;;" bgColor="#7f6000">
<text><![CDATA[Software de Aplicación: Permite hacer hojas de
calculo navegar en internet, base de datos, etc.]]></text>
<topic position="-380,-87" order="0" text="Office" shape="rectagle" id="108" fontStyle=";;;;;8;#000000;;;" bgColor="#783f04"/>
<topic position="-470,-62" order="1" text="Libre Office" shape="rectagle" id="109" fontStyle=";;;;;8;#000000;;;" bgColor="#7f6000"/>
<topic position="-560,-37" order="2" text="Navegadores" shape="rectagle" id="110" fontStyle=";;;;;8;#000000;;;" bgColor="#7f6000"/>
<topic position="-650,-12" order="3" text="Msn" shape="rectagle" id="111" fontStyle=";;;;;8;#000000;;;" bgColor="#783f04"/>
</topic>
<topic position="470,-12" order="2" shape="rectagle" id="94" fontStyle=";;;;;8;#000000;;;" bgColor="#7f6000"/>
<topic position="470,-12" order="2" text="Software de Desarrollo" shape="rectagle" id="94" fontStyle=";;;;;8;#000000;;;" bgColor="#7f6000"/>
</topic>
<topic position="-380,0" order="1" text="Tipos de computadora" shape="rounded rectagle" id="3" fontStyle=";;;;;8;;;;">
<topic position="380,-62" order="0" text="Computadora personal de escritorio o Desktop" shape="rounded rectagle" id="8" fontStyle=";;;;;8;;;;"/>
<topic position="470,-37" order="1" shape="rounded rectagle" id="10" fontStyle=";;;;;8;;;;"/>
<topic position="470,-37" order="1" text="PDA" shape="rounded rectagle" id="10" fontStyle=";;;;;8;;;;"/>
<topic position="560,-12" order="2" text="Laptop" shape="rounded rectagle" id="11" fontStyle=";;;;;8;;;;"/>
<topic position="650,13" order="3" text="Servidor" shape="rounded rectagle" id="12" fontStyle=";;;;;8;;;;"/>
<topic position="740,38" order="4" text="Tablet PC" shape="rounded rectagle" id="13" fontStyle=";;;;;8;;;;"/>

View File

@ -1,11 +1,16 @@
<map name="welcome" version="tango">
<topic central="true" text="Welcome To WiseMapping" id="1" fontStyle=";;;;;;#ffffff;;;">
<topic position="200,-100" order="0" shape="line" id="30">
<text><![CDATA[5 min tutorial video ?
Follow the link !]]></text>
<link url="https://www.youtube.com/tv?vq=medium#/watch?v=rKxZwNKs9cE" urlType="url"/>
</topic>
<topic position="-290,-50" order="0" text="Try it Now!" shape="line" id="11" fontStyle=";;;;;;#525c61;;;" bgColor="#080559">
<topic position="290,-87" order="0" text="Double Click" shape="line" id="12" fontStyle=";;;;;;#525c61;;;"/>
<topic position="380,-62" order="1" shape="line" id="13"/>
<topic position="380,-62" order="1" shape="line" id="13">
<text><![CDATA[Press "enter" to add a
Sibling]]></text>
</topic>
<topic position="470,-37" order="2" text="Drag map to move" shape="line" id="14" fontStyle=";;;;;;#525c61;;;"/>
</topic>
<topic position="-380,-12" order="1" text="Features" shape="line" id="15" fontStyle=";;;;;;#525c61;;;">