Skip to content

Commit 8f3630f

Browse files
committed
updated working with text tuto with proper titling
1 parent 52f7dc1 commit 8f3630f

19 files changed

Lines changed: 480 additions & 88 deletions

docs/generated-html/en/book/custom.xls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@
204204
</xsl:attribute>
205205
</xsl:if>
206206
</fo:external-graphic>
207-
<!-- </xsl:template> -->
207+
</xsl:template>
208208

209209
<!-- Add any other template overrides here -->
210210

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"url": "https://docs.google.com/open?id=18eAbl4anjJ-dzcVWsb39UvkCgJOEBehZjH14TcG4a28", "doc_id": "18eAbl4anjJ-dzcVWsb39UvkCgJOEBehZjH14TcG4a28", "email": "clementlevallois@gmail.com", "resource_id": "document:18eAbl4anjJ-dzcVWsb39UvkCgJOEBehZjH14TcG4a28"}
1+
{"url": "https://docs.google.com/open?id=1fAyeO4K9cv-HV4AM0YrL8yQXw8hKxqWX-1K1GlwogN0", "doc_id": "1fAyeO4K9cv-HV4AM0YrL8yQXw8hKxqWX-1K1GlwogN0", "email": "clementlevallois@gmail.com", "resource_id": "document:1fAyeO4K9cv-HV4AM0YrL8yQXw8hKxqWX-1K1GlwogN0"}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"url": "https://docs.google.com/open?id=1VemaQqjfiXTJk_FeGzgBgaHfv-Z4usBpICxRq3Q_dPM", "doc_id": "1VemaQqjfiXTJk_FeGzgBgaHfv-Z4usBpICxRq3Q_dPM", "email": "clementlevallois@gmail.com", "resource_id": "document:1VemaQqjfiXTJk_FeGzgBgaHfv-Z4usBpICxRq3Q_dPM"}
1+
{"url": "https://docs.google.com/open?id=1EZuk_b2plau6HzFNkkB64Mep0I0xq5l5sJhnIsOpSMM", "doc_id": "1EZuk_b2plau6HzFNkkB64Mep0I0xq5l5sJhnIsOpSMM", "email": "clementlevallois@gmail.com", "resource_id": "document:1EZuk_b2plau6HzFNkkB64Mep0I0xq5l5sJhnIsOpSMM"}
Binary file not shown.
Binary file not shown.

docs/generated-html/working-with-text-en.html

Lines changed: 38 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -546,6 +546,9 @@ <h1>Working with text in Gephi</h1>
546546
<li><a href="#_visualizing_semantic_networks_with_gephi">Visualizing semantic networks with Gephi</a>
547547
<ul class="sectlevel3">
548548
<li><a href="#_1_downloading_a_dataset_for_this_tutorial">1. Downloading a dataset for this tutorial</a></li>
549+
<li><a href="#_2_managing_labels_size_and_colors">2. Managing labels size and colors</a></li>
550+
<li><a href="#_3_tuning_the_spatialization">3. Tuning the spatialization</a></li>
551+
<li><a href="#_4_exporting_an_image_of_the_network">4. Exporting an image of the network</a></li>
549552
</ul>
550553
</li>
551554
<li><a href="#_more_tutorials_on_working_with_semantic_networks">More tutorials on working with semantic networks</a></li>
@@ -557,7 +560,7 @@ <h1>Working with text in Gephi</h1>
557560
<div id="preamble">
558561
<div class="sectionbody">
559562
<div class="paragraph">
560-
<p>last modified: 2017-03-27</p>
563+
<p>last modified: 2017-03-28</p>
561564
</div>
562565
<div class="imageblock" style="text-align: center">
563566
<div class="content">
@@ -924,7 +927,7 @@ <h4 id="_2_what_weight_for_the_edges">2. What "weight" for the edges?</h4>
924927
<p>The logic is simple, and yet there are some refinements to discuss. It will be up to you to decide what&#8217;s preferable:</p>
925928
</div>
926929
<div class="sect4">
927-
<h5 id="_if_2_terms_appear_several_times_strong_in_a_given_unit_of_text_strong_should_their_co_occurences_be_counted_several_times">If 2 terms appear several times <strong>in a given unit of text</strong>, should their co-occurences be counted several times?</h5>
930+
<h5 id="binary-counting">If 2 terms appear several times <strong>in a given unit of text</strong>, should their co-occurences be counted several times?</h5>
928931
<div class="paragraph">
929932
<p>An example to clarify. Let&#8217;s imagine that we are interested in webpages discussing nanotechnology.
930933
We want to draw the semantic network of the vocabulary used in these web pages.</p>
@@ -952,10 +955,10 @@ <h5 id="_if_2_terms_appear_several_times_strong_in_a_given_unit_of_text_strong_s
952955
<div class="ulist">
953956
<ul>
954957
<li>
955-
<p>should I count only <strong>one</strong> co-occurrence between <code>molecular</code> and <code>nanotechnology</code>, because it happened on this one web page?</p>
958+
<p>should I count only <strong>one</strong> co-occurrence between <code>molecular</code> and <code>nanotechnology</code>, because it happened on this one web page? This is called <strong>binary counting</strong></p>
956959
</li>
957960
<li>
958-
<p>or should I consider that <code>molecular</code> appears twice on this page, and <code>nanotechnology</code> three times, so <strong>multiple</strong> co-occurrences between these 2 terms should be counted, just on this page already?</p>
961+
<p>or should I consider that <code>molecular</code> appears twice on this page, and <code>nanotechnology</code> three times, so <strong>multiple</strong> co-occurrences between these 2 terms should be counted, just on this page already? This is called <strong>full counting</strong></p>
959962
</li>
960963
</ul>
961964
</div>
@@ -1039,7 +1042,7 @@ <h4 id="_1_downloading_a_dataset_for_this_tutorial">1. Downloading a dataset for
10391042
<p>"social neuroscience" OR "neuroeco*" OR "decision neuroscience"</p>
10401043
</div>
10411044
<div class="paragraph">
1042-
<p>&#8594; The query can be see <a href="https://www.ncbi.nlm.nih.gov/pubmed?term=(%22social%20neuroscience%22%20OR%20%22neuroeco*%22%20OR%20%22decision%20neuroscience%22)">online here</a>.
1045+
<p>&#8594; The query can be seent at <a href="https://www.ncbi.nlm.nih.gov/pubmed?term=(%22social%20neuroscience%22%20OR%20%22neuroeco*%22%20OR%20%22decision%20neuroscience%22)">online here</a>.
10431046
(it comprises more than 1484 results, because some articles have no abstract).</p>
10441047
</div>
10451048
<div class="paragraph">
@@ -1064,8 +1067,11 @@ <h4 id="_1_downloading_a_dataset_for_this_tutorial">1. Downloading a dataset for
10641067
<div class="paragraph">
10651068
<p>Several steps will make this network intelligible</p>
10661069
</div>
1067-
<div class="olist arabic">
1068-
<ol class="arabic">
1070+
</div>
1071+
<div class="sect3">
1072+
<h4 id="_2_managing_labels_size_and_colors">2. Managing labels size and colors</h4>
1073+
<div class="olist loweralpha">
1074+
<ol class="loweralpha" type="a">
10691075
<li>
10701076
<p>Showing the labels of the nodes:</p>
10711077
</li>
@@ -1080,8 +1086,8 @@ <h4 id="_1_downloading_a_dataset_for_this_tutorial">1. Downloading a dataset for
10801086
<div class="paragraph">
10811087
<p>&#160;<br></p>
10821088
</div>
1083-
<div class="olist arabic">
1084-
<ol class="arabic" start="2">
1089+
<div class="olist loweralpha">
1090+
<ol class="loweralpha" type="a" start="2">
10851091
<li>
10861092
<p>Making the edges (relations) invisible, because they clutter the view</p>
10871093
</li>
@@ -1096,8 +1102,8 @@ <h4 id="_1_downloading_a_dataset_for_this_tutorial">1. Downloading a dataset for
10961102
<div class="paragraph">
10971103
<p>&#160;<br></p>
10981104
</div>
1099-
<div class="olist arabic">
1100-
<ol class="arabic" start="3">
1105+
<div class="olist loweralpha">
1106+
<ol class="loweralpha" type="a" start="3">
11011107
<li>
11021108
<p>Reducing node size to the minimum (0.5) because we just need labels</p>
11031109
</li>
@@ -1112,8 +1118,8 @@ <h4 id="_1_downloading_a_dataset_for_this_tutorial">1. Downloading a dataset for
11121118
<div class="paragraph">
11131119
<p>&#160;<br></p>
11141120
</div>
1115-
<div class="olist arabic">
1116-
<ol class="arabic" start="4">
1121+
<div class="olist loweralpha">
1122+
<ol class="loweralpha" type="a" start="4">
11171123
<li>
11181124
<p>Detect communities with the "modularity" function in the statistics panel</p>
11191125
<div class="literalblock">
@@ -1124,8 +1130,8 @@ <h4 id="_1_downloading_a_dataset_for_this_tutorial">1. Downloading a dataset for
11241130
</li>
11251131
</ol>
11261132
</div>
1127-
<div class="olist arabic">
1128-
<ol class="arabic" start="5">
1133+
<div class="olist loweralpha">
1134+
<ol class="loweralpha" type="a" start="5">
11291135
<li>
11301136
<p>Give a different color to each community</p>
11311137
</li>
@@ -1143,8 +1149,8 @@ <h4 id="_1_downloading_a_dataset_for_this_tutorial">1. Downloading a dataset for
11431149
<div class="paragraph">
11441150
<p>&#160;<br></p>
11451151
</div>
1146-
<div class="olist arabic">
1147-
<ol class="arabic" start="6">
1152+
<div class="olist loweralpha">
1153+
<ol class="loweralpha" type="a" start="6">
11481154
<li>
11491155
<p>We then need to assign this node color to their labels:</p>
11501156
</li>
@@ -1159,8 +1165,11 @@ <h4 id="_1_downloading_a_dataset_for_this_tutorial">1. Downloading a dataset for
11591165
<div class="paragraph">
11601166
<p>&#160;<br></p>
11611167
</div>
1162-
<div class="olist arabic">
1163-
<ol class="arabic" start="7">
1168+
</div>
1169+
<div class="sect3">
1170+
<h4 id="_3_tuning_the_spatialization">3. Tuning the spatialization</h4>
1171+
<div class="olist loweralpha">
1172+
<ol class="loweralpha" type="a">
11641173
<li>
11651174
<p>Spatializing the network with Force Atlas 2 will place related terms next to each other, because they co-occur:</p>
11661175
</li>
@@ -1178,8 +1187,8 @@ <h4 id="_1_downloading_a_dataset_for_this_tutorial">1. Downloading a dataset for
11781187
<div class="paragraph">
11791188
<p>&#160;<br></p>
11801189
</div>
1181-
<div class="olist arabic">
1182-
<ol class="arabic" start="8">
1190+
<div class="olist loweralpha">
1191+
<ol class="loweralpha" type="a" start="2">
11831192
<li>
11841193
<p>The network so far:</p>
11851194
</li>
@@ -1194,8 +1203,8 @@ <h4 id="_1_downloading_a_dataset_for_this_tutorial">1. Downloading a dataset for
11941203
<div class="paragraph">
11951204
<p>&#160;<br></p>
11961205
</div>
1197-
<div class="olist arabic">
1198-
<ol class="arabic" start="9">
1206+
<div class="olist loweralpha">
1207+
<ol class="loweralpha" type="a" start="3">
11991208
<li>
12001209
<p>Apply 2 more layouts to enhance readability:</p>
12011210
<div class="ulist">
@@ -1220,8 +1229,11 @@ <h4 id="_1_downloading_a_dataset_for_this_tutorial">1. Downloading a dataset for
12201229
<div class="paragraph">
12211230
<p>&#160;<br></p>
12221231
</div>
1223-
<div class="olist arabic">
1224-
<ol class="arabic" start="10">
1232+
</div>
1233+
<div class="sect3">
1234+
<h4 id="_4_exporting_an_image_of_the_network">4. Exporting an image of the network</h4>
1235+
<div class="olist loweralpha">
1236+
<ol class="loweralpha" type="a">
12251237
<li>
12261238
<p>Switching to the preview panel</p>
12271239
<div class="ulist">
@@ -1299,7 +1311,7 @@ <h2 id="_the_end">the end</h2>
12991311
<div id="footer">
13001312
<div id="footer-text">
13011313
Version 1.0<br>
1302-
Last updated 2017-03-27 01:20:43 CEST
1314+
Last updated 2017-03-28 13:11:11 CEST
13031315
</div>
13041316
</div>
13051317
</body>
6.43 KB
Binary file not shown.

docs/generated-slides/en/book/custom.xls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@
204204
</xsl:attribute>
205205
</xsl:if>
206206
</fo:external-graphic>
207-
<!-- </xsl:template> -->
207+
</xsl:template>
208208

209209
<!-- Add any other template overrides here -->
210210

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"url": "https://docs.google.com/open?id=1su5qfyGocT60KFOYbpN_Tbf3omRoh9ZIJTJxQPuahjA", "doc_id": "1su5qfyGocT60KFOYbpN_Tbf3omRoh9ZIJTJxQPuahjA", "email": "clementlevallois@gmail.com", "resource_id": "document:1su5qfyGocT60KFOYbpN_Tbf3omRoh9ZIJTJxQPuahjA"}
1+
{"url": "https://docs.google.com/open?id=1fAyeO4K9cv-HV4AM0YrL8yQXw8hKxqWX-1K1GlwogN0", "doc_id": "1fAyeO4K9cv-HV4AM0YrL8yQXw8hKxqWX-1K1GlwogN0", "email": "clementlevallois@gmail.com", "resource_id": "document:1fAyeO4K9cv-HV4AM0YrL8yQXw8hKxqWX-1K1GlwogN0"}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"url": "https://docs.google.com/open?id=10kxXTeBQ5tkoZp6DY5_r61vxyZUXR6OqhORdYCOG_HY", "doc_id": "10kxXTeBQ5tkoZp6DY5_r61vxyZUXR6OqhORdYCOG_HY", "email": "clementlevallois@gmail.com", "resource_id": "document:10kxXTeBQ5tkoZp6DY5_r61vxyZUXR6OqhORdYCOG_HY"}
1+
{"url": "https://docs.google.com/open?id=1EZuk_b2plau6HzFNkkB64Mep0I0xq5l5sJhnIsOpSMM", "doc_id": "1EZuk_b2plau6HzFNkkB64Mep0I0xq5l5sJhnIsOpSMM", "email": "clementlevallois@gmail.com", "resource_id": "document:1EZuk_b2plau6HzFNkkB64Mep0I0xq5l5sJhnIsOpSMM"}

0 commit comments

Comments
 (0)