Skip to content

Commit bca7c91

Browse files
committed
Add a couple of useful links in FAQ page
1 parent 4cf430a commit bca7c91

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

src/pages/faq/index.astro

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const QUESTIONS: Group<Question | Group<Question>>[] = [
3636
{
3737
question: "Where can I find a dataset to practice with Gephi?",
3838
answer: `
39-
<p>Check out <a href="https://github.com/gephi/gephi/wiki/Datasets">this repository</a> where you can find available datasets.</p>
39+
<p>Check out <a href="https://github.com/gephi/gephi-wiki-legacy/wiki/Datasets">this repository</a> where you can find available datasets.</p>
4040
`,
4141
},
4242
{
@@ -62,8 +62,8 @@ const QUESTIONS: Group<Question | Group<Question>>[] = [
6262
{
6363
question: "Should I use Gephi or Gephi Lite?",
6464
answer: `
65-
<p>If you are a beginner, if you just want to take a quick look at Gephi, or if you can’t (or don’t want to) install an application on your computer, use Gephi Lite. It runs in any recent browser.</p>
66-
<p>If you are comfortable with network analysis, or if you need to analyze large networks (more than 10,000 nodes), then install the desktop version of Gephi.</p>
65+
<p>If you are a beginner, if you just want to take a quick look at Gephi, or if you can’t (or don’t want to) install an application on your computer, use <a href="/lite">Gephi Lite</a>. It runs in any recent browser.</p>
66+
<p>If you are comfortable with network analysis, or if you need to analyze large networks (more than 10,000 nodes), then install the <a href="/desktop">desktop version of Gephi</a>.</p>
6767
`,
6868
},
6969
{
@@ -77,14 +77,15 @@ const QUESTIONS: Group<Question | Group<Question>>[] = [
7777
answer: `
7878
<p>Please cite <cite><a href="https://gephi.org/publications/gephi-bastian-feb09.pdf">this reference</a></cite>:</p>
7979
<blockquote>
80-
Bastian M., Heymann S., Jacomy M. (2009). Gephi: an open source software for exploring and manipulating networks. International AAAI Conference on Weblogs and Social Media. From AAAI
80+
Bastian M., Heymann S., Jacomy M. (2009). Gephi: an open source software for exploring and manipulating networks. Proceedings of the International AAAI Conference on Web and Social Media, 3(1), 361-362.
8181
</blockquote>
82+
<p><a href="https://doi.org/10.1609/icwsm.v3i1.13937">https://doi.org/10.1609/icwsm.v3i1.13937</a></p>
8283
`,
8384
},
8485
{
8586
question: "Which operating systems does Gephi support?",
8687
answer: `
87-
<p>Gephi supports multiple operating systems. You can download the latest version for Mac OS (both Intel and Silicon), Windows, and Linux. Older versions are also available for download if needed. For Linux users, Gephi can additionally be found on Snapcraft and FlatHub.</p>
88+
<p><a href="/desktop">Gephi</a> supports multiple operating systems. You can download the latest version for Mac OS (both Intel and Silicon), Windows, and Linux. Older versions are also available for download if needed. For Linux users, Gephi can additionally be found on <a href="https://snapcraft.io/gephi">Snapcraft</a> and <a href="https://flathub.org/apps/org.gephi.Gephi">FlatHub</a>.</p>
8889
`,
8990
},
9091
{
@@ -119,7 +120,7 @@ const QUESTIONS: Group<Question | Group<Question>>[] = [
119120
{
120121
question: "In which format should I import my files into Gephi?",
121122
answer: `
122-
<p>Gephi can import a variety of standard graph file formats. These include GEXF, GDF, GML, GraphML, Pajek NET, GraphViz DOT, CSV, UCINET DL, Tulip TPL, Netdraw VNA, and Spreadsheet formats.</p>
123+
<p>Gephi can import a variety of standard graph file formats. These include <a href="http://gexf.net/">GEXF</a>, GDF, GML, GraphML, Pajek NET, GraphViz DOT, CSV, UCINET DL, Tulip TPL, Netdraw VNA, and Spreadsheet formats.</p>
123124
<p>Note that there are two different ways to import CSV files: from the “import” menu if it contains nodes and edges at the same time (and no attributes); and from the Data Laboratory as two CSV, one for the node, and one for the edges (both with attributes). You can read more about this topic in <a href="https://gephi.wordpress.com/2017/09/26/gephi-0-9-2-a-new-csv-importer/">this blog post.</a></p>
124125
`,
125126
},

0 commit comments

Comments
 (0)