Skip to content

Commit aaa75be

Browse files
committed
added section numbers to the lesson on dynamic networks
1 parent da9ee21 commit aaa75be

76 files changed

Lines changed: 10587 additions & 403 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/generated-html/creating-a-simple-dynamic-network.html

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -529,14 +529,14 @@ <h1>Creating a simple dynamic network</h1>
529529
<div id="toc" class="toc">
530530
<div id="toctitle">Table of Contents</div>
531531
<ul class="sectlevel1">
532-
<li><a href="#_goals_of_this_tutorial">Goals of this tutorial</a></li>
533-
<li><a href="#_open_a_new_project_in_gephi">open a new project in Gephi</a></li>
534-
<li><a href="#_creating_network_a">creating network "A"</a></li>
535-
<li><a href="#_creating_network_b">creating network "B"</a></li>
536-
<li><a href="#_modifying_just_one_line_in_the_files_network_a_gexf_and_network_b_gexf">modifying just one line in the files network A.gexf and network B.gexf</a></li>
537-
<li><a href="#_merging_network_a_and_b_into_a_dynamic_network">merging network "A" and "B" into a dynamic network</a></li>
538-
<li><a href="#_enabling_the_timeline">enabling the timeline</a></li>
539-
<li><a href="#_more_tutorials_on_dynamic_networks_with_gephi">more tutorials on dynamic networks with Gephi</a></li>
532+
<li><a href="#_1_goals_of_this_tutorial">1. Goals of this tutorial</a></li>
533+
<li><a href="#_2_open_a_new_project_in_gephi">2. Open a new project in Gephi</a></li>
534+
<li><a href="#_3_creating_network_a">3. creating network "A"</a></li>
535+
<li><a href="#_4_creating_network_b">4. Creating network "B"</a></li>
536+
<li><a href="#_5_modifying_just_one_line_in_the_files_network_a_gexf_and_network_b_gexf">5. Modifying just one line in the files network A.gexf and network B.gexf</a></li>
537+
<li><a href="#_6_merging_network_a_and_b_into_a_dynamic_network">6. Merging network "A" and "B" into a dynamic network</a></li>
538+
<li><a href="#_7_enabling_the_timeline">7. Enabling the timeline</a></li>
539+
<li><a href="#_8_more_tutorials_on_dynamic_networks_with_gephi">8. More tutorials on dynamic networks with Gephi</a></li>
540540
<li><a href="#_the_end">the end</a></li>
541541
</ul>
542542
</div>
@@ -545,7 +545,7 @@ <h1>Creating a simple dynamic network</h1>
545545
<div id="preamble">
546546
<div class="sectionbody">
547547
<div class="paragraph">
548-
<p>last modified: 2017-02-19</p>
548+
<p>last modified: 2018-02-11</p>
549549
</div>
550550
<div class="imageblock" style="text-align: center">
551551
<div class="content">
@@ -558,7 +558,7 @@ <h1>Creating a simple dynamic network</h1>
558558
</div>
559559
</div>
560560
<div class="sect1">
561-
<h2 id="_goals_of_this_tutorial">Goals of this tutorial</h2>
561+
<h2 id="_1_goals_of_this_tutorial">1. Goals of this tutorial</h2>
562562
<div class="sectionbody">
563563
<div class="ulist">
564564
<ul>
@@ -596,7 +596,7 @@ <h2 id="_goals_of_this_tutorial">Goals of this tutorial</h2>
596596
</div>
597597
</div>
598598
<div class="sect1">
599-
<h2 id="_open_a_new_project_in_gephi">open a new project in Gephi</h2>
599+
<h2 id="_2_open_a_new_project_in_gephi">2. Open a new project in Gephi</h2>
600600
<div class="sectionbody">
601601
<div class="ulist">
602602
<ul>
@@ -617,7 +617,7 @@ <h2 id="_open_a_new_project_in_gephi">open a new project in Gephi</h2>
617617
</div>
618618
</div>
619619
<div class="sect1">
620-
<h2 id="_creating_network_a">creating network "A"</h2>
620+
<h2 id="_3_creating_network_a">3. creating network "A"</h2>
621621
<div class="sectionbody">
622622
<div class="paragraph">
623623
<p>Our project is empty.
@@ -671,7 +671,7 @@ <h2 id="_creating_network_a">creating network "A"</h2>
671671
</div>
672672
</div>
673673
<div class="sect1">
674-
<h2 id="_creating_network_b">creating network "B"</h2>
674+
<h2 id="_4_creating_network_b">4. Creating network "B"</h2>
675675
<div class="sectionbody">
676676
<div class="paragraph">
677677
<p>Now, click on the "Edge pencil", just below the "Node pencil we have used (careful, the icons are identical!)</p>
@@ -700,7 +700,7 @@ <h2 id="_creating_network_b">creating network "B"</h2>
700700
</div>
701701
</div>
702702
<div class="sect1">
703-
<h2 id="_modifying_just_one_line_in_the_files_network_a_gexf_and_network_b_gexf">modifying just one line in the files network A.gexf and network B.gexf</h2>
703+
<h2 id="_5_modifying_just_one_line_in_the_files_network_a_gexf_and_network_b_gexf">5. Modifying just one line in the files network A.gexf and network B.gexf</h2>
704704
<div class="sectionbody">
705705
<div id="merging" class="paragraph">
706706
<p>From your computer, open network A.gexf with a text editor (don&#8217;t use Microsoft Word!):</p>
@@ -765,7 +765,7 @@ <h2 id="_modifying_just_one_line_in_the_files_network_a_gexf_and_network_b_gexf"
765765
</div>
766766
</div>
767767
<div class="sect1">
768-
<h2 id="_merging_network_a_and_b_into_a_dynamic_network">merging network "A" and "B" into a dynamic network</h2>
768+
<h2 id="_6_merging_network_a_and_b_into_a_dynamic_network">6. Merging network "A" and "B" into a dynamic network</h2>
769769
<div class="sectionbody">
770770
<div class="paragraph">
771771
<p>We will use the 2 files network A.gexf and network B.gexf that we have created.</p>
@@ -821,7 +821,7 @@ <h2 id="_merging_network_a_and_b_into_a_dynamic_network">merging network "A" and
821821
</div>
822822
</div>
823823
<div class="sect1">
824-
<h2 id="_enabling_the_timeline">enabling the timeline</h2>
824+
<h2 id="_7_enabling_the_timeline">7. Enabling the timeline</h2>
825825
<div class="sectionbody">
826826
<div class="paragraph">
827827
<p>You should see this button, click on it (if not: something went wrong. Retrace your steps)</p>
@@ -857,7 +857,7 @@ <h2 id="_enabling_the_timeline">enabling the timeline</h2>
857857
</div>
858858
</div>
859859
<div class="sect1">
860-
<h2 id="_more_tutorials_on_dynamic_networks_with_gephi">more tutorials on dynamic networks with Gephi</h2>
860+
<h2 id="_8_more_tutorials_on_dynamic_networks_with_gephi">8. More tutorials on dynamic networks with Gephi</h2>
861861
<div class="sectionbody">
862862
<div class="ulist">
863863
<ul>
@@ -900,7 +900,7 @@ <h2 id="_the_end">the end</h2>
900900
<div id="footer">
901901
<div id="footer-text">
902902
Version 1.0<br>
903-
Last updated 2017-02-19 20:45:58 CET
903+
Last updated 2018-02-11 15:39:56 CET
904904
</div>
905905
</div>
906906
</body>

docs/generated-html/subdir/history-en_temp_html.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Gephi has evolved in several major milestones:
4444

4545
- version 0.8 (2011): Introduced dynamic graphs.
4646

47-
2011 to 2016: Many plugins were created for Gephi, and the software sarted becoming much popular.
47+
2011 to 2016: Many plugins were created for Gephi, and the software started becoming much popular.
4848

4949
Mac computer users had issues installing Gephi on their computers because of a Java compatibility issue.
5050

@@ -62,12 +62,12 @@ In 2016, Gephi is translated in French, Spanish, Japanese,  Russian, Polish,
6262

6363
//ST: Cumulative downloads for Gephi
6464

65-
pass:[<iframe width="600" height="600" align="center" seamless frameborder="0" scrolling="no" src="https://docs.google.com/spreadsheets/d/13mTifgFRpEH0vpXUF2USdy6kTTtPuEq9FgWWXYEPIck/pubchart?oid=657051972&amp;format=interactive"></iframe>]
65+
pass:[<iframe width="600" height="600" align="center" frameborder="0" scrolling="no" src="https://docs.google.com/spreadsheets/d/13mTifgFRpEH0vpXUF2USdy6kTTtPuEq9FgWWXYEPIck/pubchart?oid=657051972&amp;format=interactive"></iframe>]
6666

6767

6868
//ST: General interest for Gephi and related software over 2004 - 2016
6969

70-
pass:[<iframe scrolling="no" style="border:none;" width="640" height="600" src="https://www.google.com/trends/fetchComponent?hl=en-US&q=gephi,vosviewer,nodexl,cytoscape,ucinet%20&cmpt=q&content=1&cid=TIMESERIES_GRAPH_0&export=5&w=640&h=600"></iframe>]
70+
pass:[<iframe scrolling="no" style="border:none;" width="640" height="600" src="https://www.google.com/trends/fetchComponent?hl=en-US&amp;q=gephi,vosviewer,nodexl,cytoscape,ucinet%20&amp;content=1&amp;cid=TIMESERIES_GRAPH_0&amp;export=5&amp;w=640&amp;h=600"></iframe>]
7171

7272

7373
//ST: Academic citations for Gephi (counting only citations to Bastian et al., 2009)

docs/generated-html/subdir/importing-csv-data-in-gephi-en_temp_html.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
= Importing data in Gephi
1+
= Importing csv data in Gephi
22
Clément Levallois <clementlevallois@gmail.com>
33
2017-02-03
44

docs/generated-html/subdir/k-partite-bi-partite-graph-en_temp_html.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ When it’s installed, you should be able to see or display the ** Multimode Net
153153

154154
//ST: !
155155

156-
Then, load the graph and :
156+
Then, load the graph and:
157157

158158
* Click on **Load Attributes** and select **Type** on **Attribute Type.**
159159
* For left matrix select **Administrator – Company** and right matrix **Company – Adminstrator**

docs/generated-html/subdir/simple-project-from-a-to-z-en_temp_html.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,20 @@ This project is for complete beginners to Gephi.
2929
It supposes you have Gephi installed and running on your computer. That is all.
3030

3131
When finishing this tutorial, you should be able to:
32-
[options="compact"]
32+
3333
- be familiar with the vocabulary to discuss networks
3434
- download a network file for this exercise
3535
- description of the file / the network
36+
3637
//ST: !
38+
3739
- open a network file
3840
- read the report after opening a file
3941
- show the labels of the nodes
4042
- layout the network
43+
4144
//ST: !
45+
4246
- visualize attributes of the network
4347
- prettify the network for enhanced readability
4448
- compute the centrality of the nodes in the network
@@ -49,12 +53,12 @@ When finishing this tutorial, you should be able to:
4953
== be familiar with the terminology to discuss networks
5054
//ST: terminology to discuss networks
5155
//ST: !
56+
5257
image::terminology-for-networks.png[align="center",title="terminology for networks"]
5358
{nbsp} +
5459

5560

5661
== download a network file
57-
5862
//ST: download a network file
5963
//ST: !
6064

0 commit comments

Comments
 (0)