mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-05 07:03:24 +01:00
Fix freemind import/export notes.
This commit is contained in:
parent
6c1188314b
commit
bad11bea88
@ -225,7 +225,7 @@ public class FreemindExporter
|
|||||||
private void addNote(com.wisemapping.jaxb.freemind.Node fnode, com.wisemapping.jaxb.wisemap.TopicType mindmapTopic) throws IOException, SAXException, ParserConfigurationException {
|
private void addNote(com.wisemapping.jaxb.freemind.Node fnode, com.wisemapping.jaxb.wisemap.TopicType mindmapTopic) throws IOException, SAXException, ParserConfigurationException {
|
||||||
final Note note = mindmapTopic.getNote();
|
final Note note = mindmapTopic.getNote();
|
||||||
if (note != null) {
|
if (note != null) {
|
||||||
final String noteStr = note.getText() != null ? note.getText() : note.getTextAttr();
|
final String noteStr = note.getValue() != null ? note.getValue() : note.getTextAttr();
|
||||||
if (noteStr != null) {
|
if (noteStr != null) {
|
||||||
final Richcontent richcontent = buildRichContent(noteStr, "NOTE");
|
final Richcontent richcontent = buildRichContent(noteStr, "NOTE");
|
||||||
fnode.getArrowlinkOrCloudOrEdge().add(richcontent);
|
fnode.getArrowlinkOrCloudOrEdge().add(richcontent);
|
||||||
|
@ -43,7 +43,7 @@ public class JaxbCDATAMarshaller {
|
|||||||
// When processing xml that doesn't use namespaces, simply omit the
|
// When processing xml that doesn't use namespaces, simply omit the
|
||||||
// namespace prefix as shown in the third CDataElement below.
|
// namespace prefix as shown in the third CDataElement below.
|
||||||
of.setCDataElements(
|
of.setCDataElements(
|
||||||
new String[]{"^text"}); //
|
new String[]{"^text","^note"}); //
|
||||||
|
|
||||||
// set any other options you'd like
|
// set any other options you'd like
|
||||||
// of.setPreserveSpace(true);
|
// of.setPreserveSpace(true);
|
||||||
|
@ -298,7 +298,7 @@ public class FreemindImporter
|
|||||||
if (textNote == null) // It is not a note is a BlinkingNodeHook or AutomaticLayout Hook
|
if (textNote == null) // It is not a note is a BlinkingNodeHook or AutomaticLayout Hook
|
||||||
{
|
{
|
||||||
textNote = EMPTY_NOTE;
|
textNote = EMPTY_NOTE;
|
||||||
mindmapNote.setText(textNote);
|
mindmapNote.setValue(textNote);
|
||||||
currentWiseTopic.setNote(mindmapNote);
|
currentWiseTopic.setNote(mindmapNote);
|
||||||
}
|
}
|
||||||
} else if (element instanceof Richcontent) {
|
} else if (element instanceof Richcontent) {
|
||||||
@ -312,7 +312,7 @@ public class FreemindImporter
|
|||||||
String text = html2text(content);
|
String text = html2text(content);
|
||||||
final com.wisemapping.jaxb.wisemap.Note mindmapNote = new com.wisemapping.jaxb.wisemap.Note();
|
final com.wisemapping.jaxb.wisemap.Note mindmapNote = new com.wisemapping.jaxb.wisemap.Note();
|
||||||
text = text != null ? text : EMPTY_NOTE;
|
text = text != null ? text : EMPTY_NOTE;
|
||||||
mindmapNote.setText(text);
|
mindmapNote.setValue(text);
|
||||||
currentWiseTopic.setNote(mindmapNote);
|
currentWiseTopic.setNote(mindmapNote);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
<jxb:bindings node="/xsd:schema/xsd:complexType[@name='topicType']/xsd:attribute[@name='text']" schemaLocation="mindmap.xsd">
|
<jxb:bindings node="/xsd:schema/xsd:complexType[@name='topicType']/xsd:attribute[@name='text']" schemaLocation="mindmap.xsd">
|
||||||
<jxb:property name="textAttr"/>
|
<jxb:property name="textAttr"/>
|
||||||
</jxb:bindings>
|
</jxb:bindings>
|
||||||
<jxb:bindings node="/xsd:schema/xsd:complexType[@name='note']/xsd:attribute[@name='text']" schemaLocation="mindmap.xsd">
|
<jxb:bindings node="/xsd:schema/xsd:complexType[@name='note']/xsd:simpleContent/xsd:extension/xsd:attribute[@name='text']" schemaLocation="mindmap.xsd">
|
||||||
<jxb:property name="textAttr"/>
|
<jxb:property name="textAttr"/>
|
||||||
</jxb:bindings>
|
</jxb:bindings>
|
||||||
</jxb:bindings>
|
</jxb:bindings>
|
@ -48,10 +48,11 @@
|
|||||||
</xsd:complexType>
|
</xsd:complexType>
|
||||||
|
|
||||||
<xsd:complexType name="note">
|
<xsd:complexType name="note">
|
||||||
<xsd:sequence>
|
<xsd:simpleContent>
|
||||||
<xsd:element minOccurs='0' maxOccurs='1' type="xsd:string" name="text"/>
|
<xsd:extension base="xsd:string">
|
||||||
</xsd:sequence>
|
|
||||||
<xsd:attribute name="text" type="xsd:string"/>
|
<xsd:attribute name="text" type="xsd:string"/>
|
||||||
|
</xsd:extension>
|
||||||
|
</xsd:simpleContent>
|
||||||
</xsd:complexType>
|
</xsd:complexType>
|
||||||
|
|
||||||
<xsd:element name="relationship" type="relationshipType"/>
|
<xsd:element name="relationship" type="relationshipType"/>
|
||||||
|
@ -4,9 +4,7 @@
|
|||||||
<text><![CDATA[أَبْجَدِيَّة عَرَبِيَّة]]></text>
|
<text><![CDATA[أَبْجَدِيَّة عَرَبِيَّة]]></text>
|
||||||
<topic id="1" order="0" position="200,0" shape="line">
|
<topic id="1" order="0" position="200,0" shape="line">
|
||||||
<text><![CDATA[أَبْجَدِيَّة عَرَبِ]]></text>
|
<text><![CDATA[أَبْجَدِيَّة عَرَبِ]]></text>
|
||||||
<note>
|
<note><![CDATA[This is a not in languange أَبْجَدِيَّة عَرَبِ]]></note>
|
||||||
<text><![CDATA[This is a not in languange أَبْجَدِيَّة عَرَبِ]]></text>
|
|
||||||
</note>
|
|
||||||
</topic>
|
</topic>
|
||||||
<topic id="2" order="0" position="-200,0" shape="line">
|
<topic id="2" order="0" position="-200,0" shape="line">
|
||||||
<text><![CDATA[Long text node:
|
<text><![CDATA[Long text node:
|
||||||
|
@ -2,15 +2,11 @@
|
|||||||
<map name="basic" version="tango">
|
<map name="basic" version="tango">
|
||||||
<topic central="true" id="0" position="0,0" shape="rounded rectagle">
|
<topic central="true" id="0" position="0,0" shape="rounded rectagle">
|
||||||
<text><![CDATA[Notes Support]]></text>
|
<text><![CDATA[Notes Support]]></text>
|
||||||
<note>
|
<note><![CDATA[This is a HTML node. List of values List of values 2
|
||||||
<text><![CDATA[This is a HTML node. List of values List of values 2
|
This is bold]]></note>
|
||||||
This is bold]]></text>
|
|
||||||
</note>
|
|
||||||
<topic id="1" order="0" position="200,0" shape="line">
|
<topic id="1" order="0" position="200,0" shape="line">
|
||||||
<text><![CDATA[Child Node]]></text>
|
<text><![CDATA[Child Node]]></text>
|
||||||
<note>
|
<note><![CDATA[This is a simple note]]></note>
|
||||||
<text><![CDATA[This is a simple note]]></text>
|
|
||||||
</note>
|
|
||||||
</topic>
|
</topic>
|
||||||
</topic>
|
</topic>
|
||||||
</map>
|
</map>
|
||||||
|
@ -3,9 +3,7 @@
|
|||||||
<topic bgColor="#99ffff" central="true"
|
<topic bgColor="#99ffff" central="true"
|
||||||
fontStyle="Arial;10;#ff3300;bold;;" id="0" position="0,0" shape="rounded rectagle">
|
fontStyle="Arial;10;#ff3300;bold;;" id="0" position="0,0" shape="rounded rectagle">
|
||||||
<text><![CDATA[120924 Programme]]></text>
|
<text><![CDATA[120924 Programme]]></text>
|
||||||
<note>
|
<note><![CDATA[]]></note>
|
||||||
<text><![CDATA[]]></text>
|
|
||||||
</note>
|
|
||||||
<topic bgColor="#ffff33" brColor="#808080"
|
<topic bgColor="#ffff33" brColor="#808080"
|
||||||
fontStyle="Arial;8;#0000cc;bold;;" id="1" order="0"
|
fontStyle="Arial;8;#0000cc;bold;;" id="1" order="0"
|
||||||
position="200,0" shape="rounded rectagle">
|
position="200,0" shape="rounded rectagle">
|
||||||
|
@ -28,6 +28,19 @@
|
|||||||
<node ID="ID_37" POSITION="right" TEXT="Actividades centradas en el contexto cercano"/>
|
<node ID="ID_37" POSITION="right" TEXT="Actividades centradas en el contexto cercano"/>
|
||||||
<node ID="ID_22" POSITION="right" TEXT="Flexibilidad en el uso de las lenguas de trabajo (inglés, castellano, esukara?)"/>
|
<node ID="ID_22" POSITION="right" TEXT="Flexibilidad en el uso de las lenguas de trabajo (inglés, castellano, esukara?)"/>
|
||||||
<node ID="ID_27" POSITION="right" STYLE="bubble" TEXT="Complementamos el trabajo de la escuela">
|
<node ID="ID_27" POSITION="right" STYLE="bubble" TEXT="Complementamos el trabajo de la escuela">
|
||||||
|
<richcontent TYPE="NOTE">
|
||||||
|
<html>
|
||||||
|
<head/>
|
||||||
|
<body>
|
||||||
|
<p>Todos los contenidos de los talleres están relacionados con el currículo de la enseñanza básica.</p>
|
||||||
|
<p>A diferencia de la práctica tradicional, pretendemos ahondar en el conocimiento partiendo de lo que realmente interesa al niño o niña,</p>
|
||||||
|
<p>ayudándole a que encuentre respuesta a las preguntas que él o ella se plantea.</p>
|
||||||
|
<p/>
|
||||||
|
<p>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,</p>
|
||||||
|
<p>y también al lado de aquellos a quienes la curiosidad y las ganas de saber les lleva más allá.</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
</richcontent>
|
||||||
<node ID="ID_30" POSITION="right" TEXT="Cada uno va a su ritmo, y cada cual pone sus límites"/>
|
<node ID="ID_30" POSITION="right" TEXT="Cada uno va a su ritmo, y cada cual pone sus límites"/>
|
||||||
<node ID="ID_31" POSITION="right" TEXT="Aprendemos todos de todos"/>
|
<node ID="ID_31" POSITION="right" TEXT="Aprendemos todos de todos"/>
|
||||||
<node ID="ID_33" POSITION="right" TEXT="Valoramos lo que hemos aprendido"/>
|
<node ID="ID_33" POSITION="right" TEXT="Valoramos lo que hemos aprendido"/>
|
||||||
|
@ -3,8 +3,25 @@
|
|||||||
<font SIZE="15"/>
|
<font SIZE="15"/>
|
||||||
<node ID="ID_5" POSITION="right" STYLE="bubble" TEXT="Which new measures">
|
<node ID="ID_5" POSITION="right" STYLE="bubble" TEXT="Which new measures">
|
||||||
<font SIZE="10"/>
|
<font SIZE="10"/>
|
||||||
|
<richcontent TYPE="NOTE">
|
||||||
|
<html>
|
||||||
|
<head/>
|
||||||
|
<body>
|
||||||
|
<p>Identifying new measures or investments that should be implemented.</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
</richcontent>
|
||||||
<node BACKGROUND_COLOR="#feffff" ID="ID_56" POSITION="right" STYLE="bubble" TEXT="Landscape of measures">
|
<node BACKGROUND_COLOR="#feffff" ID="ID_56" POSITION="right" STYLE="bubble" TEXT="Landscape of measures">
|
||||||
<node ID="ID_45" POSITION="right" TEXT="Diversity index of innovation support instruments in the region"/>
|
<node ID="ID_45" POSITION="right" TEXT="Diversity index of innovation support instruments in the region">
|
||||||
|
<richcontent TYPE="NOTE">
|
||||||
|
<html>
|
||||||
|
<head/>
|
||||||
|
<body>
|
||||||
|
<p>Number of different innovations policy instruments existing in the region as a share of a total number representing a full typology of instruments</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
</richcontent>
|
||||||
|
</node>
|
||||||
<node ID="ID_57" POSITION="right" TEXT="Existing investments in measures"/>
|
<node ID="ID_57" POSITION="right" TEXT="Existing investments in measures"/>
|
||||||
</node>
|
</node>
|
||||||
<node BACKGROUND_COLOR="#feffff" ID="ID_38" POSITION="right" STYLE="bubble" TEXT="What other regions do differently">
|
<node BACKGROUND_COLOR="#feffff" ID="ID_38" POSITION="right" STYLE="bubble" TEXT="What other regions do differently">
|
||||||
@ -15,6 +32,14 @@
|
|||||||
</node>
|
</node>
|
||||||
<node ID="ID_6" POSITION="left" STYLE="bubble" TEXT="How to design & implement measures">
|
<node ID="ID_6" POSITION="left" STYLE="bubble" TEXT="How to design & implement measures">
|
||||||
<font SIZE="10"/>
|
<font SIZE="10"/>
|
||||||
|
<richcontent TYPE="NOTE">
|
||||||
|
<html>
|
||||||
|
<head/>
|
||||||
|
<body>
|
||||||
|
<p>Understanding how to design the details of a particular measure and how to implement them.</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
</richcontent>
|
||||||
<node BACKGROUND_COLOR="#feffff" ID="ID_41" POSITION="left" STYLE="bubble" TEXT="Good practices"/>
|
<node BACKGROUND_COLOR="#feffff" ID="ID_41" POSITION="left" STYLE="bubble" TEXT="Good practices"/>
|
||||||
<node BACKGROUND_COLOR="#feffff" ID="ID_80" POSITION="left" STYLE="bubble" TEXT="Diagnostics">
|
<node BACKGROUND_COLOR="#feffff" ID="ID_80" POSITION="left" STYLE="bubble" TEXT="Diagnostics">
|
||||||
<node ID="ID_81" POSITION="left" TEXT="Internal business innovation factors"/>
|
<node ID="ID_81" POSITION="left" TEXT="Internal business innovation factors"/>
|
||||||
@ -126,7 +151,23 @@
|
|||||||
</node>
|
</node>
|
||||||
<node ID="ID_2" POSITION="right" STYLE="bubble" TEXT="How much effort: where & how">
|
<node ID="ID_2" POSITION="right" STYLE="bubble" TEXT="How much effort: where & how">
|
||||||
<font SIZE="10"/>
|
<font SIZE="10"/>
|
||||||
|
<richcontent TYPE="NOTE">
|
||||||
|
<html>
|
||||||
|
<head/>
|
||||||
|
<body>
|
||||||
|
<p>Understanding the level of effort the region needs to take to compete on innovation and where to put this effort</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
</richcontent>
|
||||||
<node BACKGROUND_COLOR="#feffff" ID="ID_3" POSITION="right" STYLE="bubble" TEXT="The bottom-line">
|
<node BACKGROUND_COLOR="#feffff" ID="ID_3" POSITION="right" STYLE="bubble" TEXT="The bottom-line">
|
||||||
|
<richcontent TYPE="NOTE">
|
||||||
|
<html>
|
||||||
|
<head/>
|
||||||
|
<body>
|
||||||
|
<p>This is what policy makers care about in the end</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
</richcontent>
|
||||||
<node ID="ID_15" POSITION="right" TEXT="Wages">
|
<node ID="ID_15" POSITION="right" TEXT="Wages">
|
||||||
<node ID="ID_12" POSITION="right" TEXT="Dynamics of real wages"/>
|
<node ID="ID_12" POSITION="right" TEXT="Dynamics of real wages"/>
|
||||||
<node ID="ID_14" POSITION="right" TEXT="Average wage (compare to the Fed)"/>
|
<node ID="ID_14" POSITION="right" TEXT="Average wage (compare to the Fed)"/>
|
||||||
@ -158,13 +199,38 @@
|
|||||||
</node>
|
</node>
|
||||||
<node ID="ID_9" POSITION="right" TEXT="The enabling environment">
|
<node ID="ID_9" POSITION="right" TEXT="The enabling environment">
|
||||||
<node ID="ID_16" POSITION="right" TEXT="Ease of doing business">
|
<node ID="ID_16" POSITION="right" TEXT="Ease of doing business">
|
||||||
|
<richcontent TYPE="NOTE">
|
||||||
|
<html>
|
||||||
|
<head/>
|
||||||
|
<body>
|
||||||
|
<p>WB</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
</richcontent>
|
||||||
<node ID="ID_412" POSITION="right" TEXT="Level of administrative barriers (number and cost of administrative procedures) ">
|
<node ID="ID_412" POSITION="right" TEXT="Level of administrative barriers (number and cost of administrative procedures) ">
|
||||||
<icon BUILTIN="messagebox_warning"/>
|
<icon BUILTIN="messagebox_warning"/>
|
||||||
</node>
|
</node>
|
||||||
</node>
|
</node>
|
||||||
<node ID="ID_18" POSITION="right" TEXT="Competition index"/>
|
<node ID="ID_18" POSITION="right" TEXT="Competition index">
|
||||||
|
<richcontent TYPE="NOTE">
|
||||||
|
<html>
|
||||||
|
<head/>
|
||||||
|
<body>
|
||||||
|
<p>GCR</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
</richcontent>
|
||||||
|
</node>
|
||||||
<node ID="ID_120" POSITION="right" TEXT="Workforce">
|
<node ID="ID_120" POSITION="right" TEXT="Workforce">
|
||||||
<node ID="ID_19" POSITION="right" TEXT="Quality of education">
|
<node ID="ID_19" POSITION="right" TEXT="Quality of education">
|
||||||
|
<richcontent TYPE="NOTE">
|
||||||
|
<html>
|
||||||
|
<head/>
|
||||||
|
<body>
|
||||||
|
<p>GCR</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
</richcontent>
|
||||||
<node ID="ID_337" POSITION="right" TEXT="Inrease in the number of International students">
|
<node ID="ID_337" POSITION="right" TEXT="Inrease in the number of International students">
|
||||||
<icon BUILTIN="messagebox_warning"/>
|
<icon BUILTIN="messagebox_warning"/>
|
||||||
</node>
|
</node>
|
||||||
@ -172,6 +238,14 @@
|
|||||||
<node ID="ID_121" POSITION="right" TEXT="Quantity of education">
|
<node ID="ID_121" POSITION="right" TEXT="Quantity of education">
|
||||||
<node ID="ID_122" POSITION="right" TEXT="Participation in life-long learning">
|
<node ID="ID_122" POSITION="right" TEXT="Participation in life-long learning">
|
||||||
<icon BUILTIN="messagebox_warning"/>
|
<icon BUILTIN="messagebox_warning"/>
|
||||||
|
<richcontent TYPE="NOTE">
|
||||||
|
<html>
|
||||||
|
<head/>
|
||||||
|
<body>
|
||||||
|
<p>per 100 population aged 25-64</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
</richcontent>
|
||||||
</node>
|
</node>
|
||||||
<node ID="ID_333" POSITION="right" TEXT="Increase in literarecy ">
|
<node ID="ID_333" POSITION="right" TEXT="Increase in literarecy ">
|
||||||
<icon BUILTIN="messagebox_warning"/>
|
<icon BUILTIN="messagebox_warning"/>
|
||||||
@ -207,7 +281,16 @@
|
|||||||
</node>
|
</node>
|
||||||
</node>
|
</node>
|
||||||
<node ID="ID_285" POSITION="right" TEXT="Science & engineering workforce">
|
<node ID="ID_285" POSITION="right" TEXT="Science & engineering workforce">
|
||||||
<node ID="ID_147" POSITION="right" TEXT="Availability of scientists and engineers"/>
|
<node ID="ID_147" POSITION="right" TEXT="Availability of scientists and engineers">
|
||||||
|
<richcontent TYPE="NOTE">
|
||||||
|
<html>
|
||||||
|
<head/>
|
||||||
|
<body>
|
||||||
|
<p>GCR</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
</richcontent>
|
||||||
|
</node>
|
||||||
<node ID="ID_189" POSITION="right" TEXT="Amount of researches per 10 thousands population">
|
<node ID="ID_189" POSITION="right" TEXT="Amount of researches per 10 thousands population">
|
||||||
<icon BUILTIN="messagebox_warning"/>
|
<icon BUILTIN="messagebox_warning"/>
|
||||||
</node>
|
</node>
|
||||||
@ -235,7 +318,16 @@
|
|||||||
</node>
|
</node>
|
||||||
</node>
|
</node>
|
||||||
<node ID="ID_135" POSITION="right" TEXT="ICT">
|
<node ID="ID_135" POSITION="right" TEXT="ICT">
|
||||||
<node ID="ID_17" POSITION="right" TEXT="ICT use"/>
|
<node ID="ID_17" POSITION="right" TEXT="ICT use">
|
||||||
|
<richcontent TYPE="NOTE">
|
||||||
|
<html>
|
||||||
|
<head/>
|
||||||
|
<body>
|
||||||
|
<p>GCR</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
</richcontent>
|
||||||
|
</node>
|
||||||
<node ID="ID_136" POSITION="right" TEXT="Broadband penetration "/>
|
<node ID="ID_136" POSITION="right" TEXT="Broadband penetration "/>
|
||||||
<node ID="ID_334" POSITION="right" TEXT="Internet penetration"/>
|
<node ID="ID_334" POSITION="right" TEXT="Internet penetration"/>
|
||||||
<node ID="ID_335" POSITION="right" TEXT="Computer literacy "/>
|
<node ID="ID_335" POSITION="right" TEXT="Computer literacy "/>
|
||||||
@ -247,7 +339,16 @@
|
|||||||
<node ID="ID_97" POSITION="right" TEXT="FDI">
|
<node ID="ID_97" POSITION="right" TEXT="FDI">
|
||||||
<node ID="ID_96" POSITION="right" TEXT="foreign JVs"/>
|
<node ID="ID_96" POSITION="right" TEXT="foreign JVs"/>
|
||||||
<node ID="ID_157" POSITION="right" TEXT="Inflow of foreign direct investments in high-technology industries"/>
|
<node ID="ID_157" POSITION="right" TEXT="Inflow of foreign direct investments in high-technology industries"/>
|
||||||
<node ID="ID_158" POSITION="right" TEXT="Foreign direct investment jobs"/>
|
<node ID="ID_158" POSITION="right" TEXT="Foreign direct investment jobs">
|
||||||
|
<richcontent TYPE="NOTE">
|
||||||
|
<html>
|
||||||
|
<head/>
|
||||||
|
<body>
|
||||||
|
<p>: the percentage of the workforce employed by foreign companies [%].</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
</richcontent>
|
||||||
|
</node>
|
||||||
<node ID="ID_159" POSITION="right" TEXT="FDI as a share of regional non natural resource-based GRP "/>
|
<node ID="ID_159" POSITION="right" TEXT="FDI as a share of regional non natural resource-based GRP "/>
|
||||||
<node ID="ID_160" POSITION="right" TEXT="Number of foreign subsidiaries operating in the region"/>
|
<node ID="ID_160" POSITION="right" TEXT="Number of foreign subsidiaries operating in the region"/>
|
||||||
<node ID="ID_161" POSITION="right" TEXT="Share of foreign controlled enterprises"/>
|
<node ID="ID_161" POSITION="right" TEXT="Share of foreign controlled enterprises"/>
|
||||||
@ -255,6 +356,14 @@
|
|||||||
<node ID="ID_168" POSITION="right" TEXT="Exports">
|
<node ID="ID_168" POSITION="right" TEXT="Exports">
|
||||||
<node ID="ID_169" POSITION="right" TEXT="Export intensity in manufacturing and services">
|
<node ID="ID_169" POSITION="right" TEXT="Export intensity in manufacturing and services">
|
||||||
<icon BUILTIN="messagebox_warning"/>
|
<icon BUILTIN="messagebox_warning"/>
|
||||||
|
<richcontent TYPE="NOTE">
|
||||||
|
<html>
|
||||||
|
<head/>
|
||||||
|
<body>
|
||||||
|
<p>: exports as a share of total output in manufacturing and services [%].</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
</richcontent>
|
||||||
</node>
|
</node>
|
||||||
<node ID="ID_375" POSITION="right">
|
<node ID="ID_375" POSITION="right">
|
||||||
<richcontent TYPE="NODE">
|
<richcontent TYPE="NODE">
|
||||||
@ -284,14 +393,59 @@
|
|||||||
<node ID="ID_338" POSITION="right" TEXT="Share of high-technology products in government procurements"/>
|
<node ID="ID_338" POSITION="right" TEXT="Share of high-technology products in government procurements"/>
|
||||||
</node>
|
</node>
|
||||||
<node ID="ID_34" POSITION="right" TEXT="Entrepreneurship culture">
|
<node ID="ID_34" POSITION="right" TEXT="Entrepreneurship culture">
|
||||||
<node ID="ID_150" POSITION="right" TEXT="Fear of failure rate"/>
|
<node ID="ID_150" POSITION="right" TEXT="Fear of failure rate">
|
||||||
<node ID="ID_151" POSITION="right" TEXT="Entrepreneurship as desirable career choice"/>
|
<richcontent TYPE="NOTE">
|
||||||
<node ID="ID_152" POSITION="right" TEXT="High Status Successful Entrepreneurship"/>
|
<html>
|
||||||
|
<head/>
|
||||||
|
<body>
|
||||||
|
<p>GEM</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
</richcontent>
|
||||||
|
</node>
|
||||||
|
<node ID="ID_151" POSITION="right" TEXT="Entrepreneurship as desirable career choice">
|
||||||
|
<richcontent TYPE="NOTE">
|
||||||
|
<html>
|
||||||
|
<head/>
|
||||||
|
<body>
|
||||||
|
<p>GEM</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
</richcontent>
|
||||||
|
</node>
|
||||||
|
<node ID="ID_152" POSITION="right" TEXT="High Status Successful Entrepreneurship">
|
||||||
|
<richcontent TYPE="NOTE">
|
||||||
|
<html>
|
||||||
|
<head/>
|
||||||
|
<body>
|
||||||
|
<p>GEM</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
</richcontent>
|
||||||
|
</node>
|
||||||
</node>
|
</node>
|
||||||
<node ID="ID_54" POSITION="right" TEXT="Collaboration & partnerships">
|
<node ID="ID_54" POSITION="right" TEXT="Collaboration & partnerships">
|
||||||
<node ID="ID_163" POSITION="right" TEXT="Number of business contracts with foreign partners for R&D collaboration"/>
|
<node ID="ID_163" POSITION="right" TEXT="Number of business contracts with foreign partners for R&D collaboration"/>
|
||||||
<node ID="ID_164" POSITION="right" TEXT="Share of R&D financed from foreign sources"/>
|
<node ID="ID_164" POSITION="right" TEXT="Share of R&D financed from foreign sources">
|
||||||
<node ID="ID_165" POSITION="right" TEXT="Firms collaborating on innovation with organizations in other countries"/>
|
<richcontent TYPE="NOTE">
|
||||||
|
<html>
|
||||||
|
<head/>
|
||||||
|
<body>
|
||||||
|
<p>UNESCO</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
</richcontent>
|
||||||
|
</node>
|
||||||
|
<node ID="ID_165" POSITION="right" TEXT="Firms collaborating on innovation with organizations in other countries">
|
||||||
|
<richcontent TYPE="NOTE">
|
||||||
|
<html>
|
||||||
|
<head/>
|
||||||
|
<body>
|
||||||
|
<p>CIS</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
</richcontent>
|
||||||
|
</node>
|
||||||
<node ID="ID_173" POSITION="right">
|
<node ID="ID_173" POSITION="right">
|
||||||
<richcontent TYPE="NODE">
|
<richcontent TYPE="NODE">
|
||||||
<html>
|
<html>
|
||||||
@ -317,7 +471,16 @@
|
|||||||
<node ID="ID_358" POSITION="right" TEXT="science and industry links"/>
|
<node ID="ID_358" POSITION="right" TEXT="science and industry links"/>
|
||||||
</node>
|
</node>
|
||||||
<node ID="ID_115" POSITION="right" TEXT="Technology absorption">
|
<node ID="ID_115" POSITION="right" TEXT="Technology absorption">
|
||||||
<node ID="ID_116" POSITION="right" TEXT="Local supplier quality"/>
|
<node ID="ID_116" POSITION="right" TEXT="Local supplier quality">
|
||||||
|
<richcontent TYPE="NOTE">
|
||||||
|
<html>
|
||||||
|
<head/>
|
||||||
|
<body>
|
||||||
|
<p>GCR</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
</richcontent>
|
||||||
|
</node>
|
||||||
<node ID="ID_127" POSITION="right">
|
<node ID="ID_127" POSITION="right">
|
||||||
<richcontent TYPE="NODE">
|
<richcontent TYPE="NODE">
|
||||||
<html>
|
<html>
|
||||||
@ -364,7 +527,16 @@
|
|||||||
<node ID="ID_123" POSITION="right" TEXT="Innovation activities in firms">
|
<node ID="ID_123" POSITION="right" TEXT="Innovation activities in firms">
|
||||||
<node ID="ID_35" POSITION="right" TEXT="Share of innovative companies"/>
|
<node ID="ID_35" POSITION="right" TEXT="Share of innovative companies"/>
|
||||||
<node ID="ID_128" POSITION="right" TEXT="Business R&D expenditures per GRP"/>
|
<node ID="ID_128" POSITION="right" TEXT="Business R&D expenditures per GRP"/>
|
||||||
<node ID="ID_145" POSITION="right" TEXT="Factors hampering innovation"/>
|
<node ID="ID_145" POSITION="right" TEXT="Factors hampering innovation">
|
||||||
|
<richcontent TYPE="NOTE">
|
||||||
|
<html>
|
||||||
|
<head/>
|
||||||
|
<body>
|
||||||
|
<p>CIS, BEEPS</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
</richcontent>
|
||||||
|
</node>
|
||||||
<node ID="ID_350" POSITION="right" TEXT="Expenditure on innovation by firm size"/>
|
<node ID="ID_350" POSITION="right" TEXT="Expenditure on innovation by firm size"/>
|
||||||
<node ID="ID_357" POSITION="right" TEXT="R&D and other intellectl property products"/>
|
<node ID="ID_357" POSITION="right" TEXT="R&D and other intellectl property products"/>
|
||||||
<node ID="ID_390" POSITION="right" TEXT="Growth of the number of innovative companies "/>
|
<node ID="ID_390" POSITION="right" TEXT="Growth of the number of innovative companies "/>
|
||||||
@ -380,8 +552,26 @@
|
|||||||
</node>
|
</node>
|
||||||
</node>
|
</node>
|
||||||
<node ID="ID_148" POSITION="right" TEXT="Entrepreneurial activities">
|
<node ID="ID_148" POSITION="right" TEXT="Entrepreneurial activities">
|
||||||
<node ID="ID_117" POSITION="right" TEXT="New business density"/>
|
<node ID="ID_117" POSITION="right" TEXT="New business density">
|
||||||
<node ID="ID_119" POSITION="right" TEXT="Volume of newly registered corporations "/>
|
<richcontent TYPE="NOTE">
|
||||||
|
<html>
|
||||||
|
<head/>
|
||||||
|
<body>
|
||||||
|
<p>Number of new organizations per thousand working age population (WBI)</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
</richcontent>
|
||||||
|
</node>
|
||||||
|
<node ID="ID_119" POSITION="right" TEXT="Volume of newly registered corporations ">
|
||||||
|
<richcontent TYPE="NOTE">
|
||||||
|
<html>
|
||||||
|
<head/>
|
||||||
|
<body>
|
||||||
|
<p>(as a percentage of all registered corporations)</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
</richcontent>
|
||||||
|
</node>
|
||||||
<node ID="ID_170" POSITION="right" TEXT="Share of gazelle companies in the total number of businesses"/>
|
<node ID="ID_170" POSITION="right" TEXT="Share of gazelle companies in the total number of businesses"/>
|
||||||
</node>
|
</node>
|
||||||
<node ID="ID_277" POSITION="right" TEXT="R&D production">
|
<node ID="ID_277" POSITION="right" TEXT="R&D production">
|
||||||
@ -484,7 +674,16 @@
|
|||||||
<node ID="ID_187" POSITION="right" TEXT="Number of foreign patents granted per staff"/>
|
<node ID="ID_187" POSITION="right" TEXT="Number of foreign patents granted per staff"/>
|
||||||
</node>
|
</node>
|
||||||
<node ID="ID_312" POSITION="right" TEXT="Supportive measures">
|
<node ID="ID_312" POSITION="right" TEXT="Supportive measures">
|
||||||
<node ID="ID_313" POSITION="right" TEXT="Diversity index of university entrepreneurship support measures"/>
|
<node ID="ID_313" POSITION="right" TEXT="Diversity index of university entrepreneurship support measures">
|
||||||
|
<richcontent TYPE="NOTE">
|
||||||
|
<html>
|
||||||
|
<head/>
|
||||||
|
<body>
|
||||||
|
<p>Number of measures offered by the unversity within a preset range (NCET2 survey)</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
</richcontent>
|
||||||
|
</node>
|
||||||
</node>
|
</node>
|
||||||
<node ID="ID_299" POSITION="right" TEXT="Commercialization">
|
<node ID="ID_299" POSITION="right" TEXT="Commercialization">
|
||||||
<node ID="ID_308" POSITION="right" TEXT="Licensing">
|
<node ID="ID_308" POSITION="right" TEXT="Licensing">
|
||||||
@ -544,8 +743,26 @@
|
|||||||
</node>
|
</node>
|
||||||
</node>
|
</node>
|
||||||
<node ID="ID_153" POSITION="right" TEXT="Private market">
|
<node ID="ID_153" POSITION="right" TEXT="Private market">
|
||||||
<node ID="ID_154" POSITION="right" TEXT="Number of innovation & IP services organizations"/>
|
<node ID="ID_154" POSITION="right" TEXT="Number of innovation & IP services organizations">
|
||||||
<node ID="ID_155" POSITION="right" TEXT="Number of private innovation infrastructure organizations "/>
|
<richcontent TYPE="NOTE">
|
||||||
|
<html>
|
||||||
|
<head/>
|
||||||
|
<body>
|
||||||
|
<p>(design firms, IP consultants, etc.)</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
</richcontent>
|
||||||
|
</node>
|
||||||
|
<node ID="ID_155" POSITION="right" TEXT="Number of private innovation infrastructure organizations ">
|
||||||
|
<richcontent TYPE="NOTE">
|
||||||
|
<html>
|
||||||
|
<head/>
|
||||||
|
<body>
|
||||||
|
<p>(e.g. accelerators, incubators)</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
</richcontent>
|
||||||
|
</node>
|
||||||
<node ID="ID_410" POSITION="right" TEXT="Access to certification and licensing for specific activities "/>
|
<node ID="ID_410" POSITION="right" TEXT="Access to certification and licensing for specific activities "/>
|
||||||
<node ID="ID_411" POSITION="right" TEXT="Access to suppliers of equipment, production and engineering services "/>
|
<node ID="ID_411" POSITION="right" TEXT="Access to suppliers of equipment, production and engineering services "/>
|
||||||
</node>
|
</node>
|
||||||
@ -564,11 +781,29 @@
|
|||||||
</node>
|
</node>
|
||||||
<node ID="ID_4" POSITION="left" STYLE="bubble" TEXT="What to do about existing measures">
|
<node ID="ID_4" POSITION="left" STYLE="bubble" TEXT="What to do about existing measures">
|
||||||
<font SIZE="10"/>
|
<font SIZE="10"/>
|
||||||
|
<richcontent TYPE="NOTE">
|
||||||
|
<html>
|
||||||
|
<head/>
|
||||||
|
<body>
|
||||||
|
<p>Understanding which measures should be strengthened, dropped or improved, and how.</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
</richcontent>
|
||||||
<node BACKGROUND_COLOR="#feffff" ID="ID_42" POSITION="left" STYLE="bubble" TEXT="Demand for measure">
|
<node BACKGROUND_COLOR="#feffff" ID="ID_42" POSITION="left" STYLE="bubble" TEXT="Demand for measure">
|
||||||
<node ID="ID_50" POSITION="left" TEXT="Quality of beneficiaries">
|
<node ID="ID_50" POSITION="left" TEXT="Quality of beneficiaries">
|
||||||
<node ID="ID_292" POSITION="left" TEXT="Growth rates of employment in supported innovative firms"/>
|
<node ID="ID_292" POSITION="left" TEXT="Growth rates of employment in supported innovative firms"/>
|
||||||
<node ID="ID_293" POSITION="left" TEXT="Growth rates of employment in supported innovative firms"/>
|
<node ID="ID_293" POSITION="left" TEXT="Growth rates of employment in supported innovative firms"/>
|
||||||
<node ID="ID_323" POSITION="left" TEXT="Role of IP for tenants/clients"/>
|
<node ID="ID_323" POSITION="left" TEXT="Role of IP for tenants/clients">
|
||||||
|
<richcontent TYPE="NOTE">
|
||||||
|
<html>
|
||||||
|
<head/>
|
||||||
|
<body>
|
||||||
|
<p>WIPO SURVEY OF INTELLECTUAL PROPERTY SERVICES OF</p>
|
||||||
|
<p>EUROPEAN TECHNOLOGY INCUBATORS</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
</richcontent>
|
||||||
|
</node>
|
||||||
<node ID="ID_326" POSITION="left" TEXT="Share of tenants with innovation activities"/>
|
<node ID="ID_326" POSITION="left" TEXT="Share of tenants with innovation activities"/>
|
||||||
<node ID="ID_329" POSITION="left">
|
<node ID="ID_329" POSITION="left">
|
||||||
<richcontent TYPE="NODE">
|
<richcontent TYPE="NODE">
|
||||||
@ -649,7 +884,16 @@
|
|||||||
</node>
|
</node>
|
||||||
</node>
|
</node>
|
||||||
<node BACKGROUND_COLOR="#feffff" ID="ID_109" POSITION="left" STYLE="bubble" TEXT="Inputs of measures">
|
<node BACKGROUND_COLOR="#feffff" ID="ID_109" POSITION="left" STYLE="bubble" TEXT="Inputs of measures">
|
||||||
<node ID="ID_110" POSITION="left" TEXT="Qualified staff"/>
|
<node ID="ID_110" POSITION="left" TEXT="Qualified staff">
|
||||||
|
<richcontent TYPE="NOTE">
|
||||||
|
<html>
|
||||||
|
<head/>
|
||||||
|
<body>
|
||||||
|
<p>JL: not sure how this would be measured</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
</richcontent>
|
||||||
|
</node>
|
||||||
<node ID="ID_111" POSITION="left" TEXT="Budget per beneficiary"/>
|
<node ID="ID_111" POSITION="left" TEXT="Budget per beneficiary"/>
|
||||||
</node>
|
</node>
|
||||||
<node BACKGROUND_COLOR="#feffff" ID="ID_48" POSITION="left" STYLE="bubble" TEXT="Performance of measure">
|
<node BACKGROUND_COLOR="#feffff" ID="ID_48" POSITION="left" STYLE="bubble" TEXT="Performance of measure">
|
||||||
@ -716,6 +960,14 @@
|
|||||||
</node>
|
</node>
|
||||||
<node ID="ID_7" POSITION="right" STYLE="bubble" TEXT="What investments in innovative projects">
|
<node ID="ID_7" POSITION="right" STYLE="bubble" TEXT="What investments in innovative projects">
|
||||||
<font SIZE="10"/>
|
<font SIZE="10"/>
|
||||||
|
<richcontent TYPE="NOTE">
|
||||||
|
<html>
|
||||||
|
<head/>
|
||||||
|
<body>
|
||||||
|
<p>Understanding what investments should be made in innovative projects.</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
</richcontent>
|
||||||
<node BACKGROUND_COLOR="#feffff" ID="ID_61" POSITION="right" STYLE="bubble" TEXT="Competitive niches">
|
<node BACKGROUND_COLOR="#feffff" ID="ID_61" POSITION="right" STYLE="bubble" TEXT="Competitive niches">
|
||||||
<node ID="ID_59" POSITION="right" TEXT="Clusters behavior">
|
<node ID="ID_59" POSITION="right" TEXT="Clusters behavior">
|
||||||
<node ID="ID_60" POSITION="right" TEXT="Cluster EU star rating"/>
|
<node ID="ID_60" POSITION="right" TEXT="Cluster EU star rating"/>
|
||||||
|
@ -1,3 +1,12 @@
|
|||||||
<map version="0.9.0">
|
<map version="0.9.0">
|
||||||
<node ID="ID_1" TEXT="Observation"/>
|
<node ID="ID_1" TEXT="Observation">
|
||||||
|
<richcontent TYPE="NOTE">
|
||||||
|
<html>
|
||||||
|
<head/>
|
||||||
|
<body>
|
||||||
|
<p>Always ask</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
</richcontent>
|
||||||
|
</node>
|
||||||
</map>
|
</map>
|
@ -72,6 +72,15 @@
|
|||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
</richcontent>
|
</richcontent>
|
||||||
|
<richcontent TYPE="NOTE">
|
||||||
|
<html>
|
||||||
|
<head/>
|
||||||
|
<body>
|
||||||
|
<p/>
|
||||||
|
<p>Isso significa que estudos de característica de história de vida compensam? Ver nos m&m.</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
</richcontent>
|
||||||
</node>
|
</node>
|
||||||
<node ID="ID_15" POSITION="left">
|
<node ID="ID_15" POSITION="left">
|
||||||
<richcontent TYPE="NODE">
|
<richcontent TYPE="NODE">
|
||||||
@ -84,6 +93,15 @@
|
|||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
</richcontent>
|
</richcontent>
|
||||||
|
<richcontent TYPE="NOTE">
|
||||||
|
<html>
|
||||||
|
<head/>
|
||||||
|
<body>
|
||||||
|
<p/>
|
||||||
|
<p>Falar que isso corrobora nossa sugestão de utilizar poucas medidas, mas que elas sejam confiáveis.</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
</richcontent>
|
||||||
</node>
|
</node>
|
||||||
</node>
|
</node>
|
||||||
<node BACKGROUND_COLOR="#cccccc" COLOR="#000000" ID="ID_17" POSITION="right" STYLE="rectagle" TEXT="Chazdon 2010. Biotropica. 42(1): 31–40">
|
<node BACKGROUND_COLOR="#cccccc" COLOR="#000000" ID="ID_17" POSITION="right" STYLE="rectagle" TEXT="Chazdon 2010. Biotropica. 42(1): 31–40">
|
||||||
|
@ -39,7 +39,16 @@
|
|||||||
<node ID="ID_10" POSITION="right" TEXT="Free!!!"/>
|
<node ID="ID_10" POSITION="right" TEXT="Free!!!"/>
|
||||||
</node>
|
</node>
|
||||||
<node BACKGROUND_COLOR="#add1f7" COLOR="#0c1d6b" ID="ID_22" POSITION="left" TEXT="Web 2.0 Tool">
|
<node BACKGROUND_COLOR="#add1f7" COLOR="#0c1d6b" ID="ID_22" POSITION="left" TEXT="Web 2.0 Tool">
|
||||||
<node ID="ID_23" POSITION="left" TEXT="Collaborate"/>
|
<node ID="ID_23" POSITION="left" TEXT="Collaborate">
|
||||||
|
<richcontent TYPE="NOTE">
|
||||||
|
<html>
|
||||||
|
<head/>
|
||||||
|
<body>
|
||||||
|
<p>This is a multiline note with some spanish char "ñ"</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
</richcontent>
|
||||||
|
</node>
|
||||||
<node ID="ID_24" POSITION="left" TEXT="No plugin required">
|
<node ID="ID_24" POSITION="left" TEXT="No plugin required">
|
||||||
<icon BUILTIN="disconnect"/>
|
<icon BUILTIN="disconnect"/>
|
||||||
</node>
|
</node>
|
||||||
|
Loading…
Reference in New Issue
Block a user