[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 583: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 639: sizeof(): Parameter must be an array or an object that implements Countable
Gephi forumsPlease post new questions on facebook group too (https://www.facebook.com/groups/gephi) 2018-04-09T16:41:54+01:00 https://forum-gephi.org/app.php/feed/topic/6494 2018-04-09T16:41:54+01:002018-04-09T16:41:54+01:00 https://forum-gephi.org/viewtopic.php?t=6494&p=15145#p15145 <![CDATA[Re: Can't find structure to import data]]> Statistics:Posted by cm4004 — 09 Apr 2018 16:41


]]>
2018-04-09T16:14:47+01:002018-04-09T16:14:47+01:00 https://forum-gephi.org/viewtopic.php?t=6494&p=15144#p15144 <![CDATA[Re: Can't find structure to import data]]>
https://seinecle.github.io/gephi-tutori ... er-en.html
https://seinecle.github.io/gephi-tutori ... er-en.html

Statistics:Posted by eduramiba — 09 Apr 2018 16:14


]]>
2018-04-09T14:35:26+01:002018-04-09T14:35:26+01:00 https://forum-gephi.org/viewtopic.php?t=6494&p=15143#p15143 <![CDATA[Re: Can't find structure to import data]]>
"You have several potential relationships per row. First you will need to choose what relationships you want to visualize."

I think the issue here is that I do not just want to visualise relationships, but also be able to infer relationships. For instance, does the quality of the relationship (friend, partner, business) matter as to be included in one of these events?

Anyhow, my central issue are the events and the people attending these events. However, while these people attend an event, let's say in NYC, they might be based in London or in Madrid. So, that is something that I need to be able to show as well.

"Once you select your types of nodes (person, city...), you will create a nodes spreadsheet, which will contain at least one node id per row (in column named Id), and then any other attributes you need such as label or type of node.
Then you will need to process your data so each row contains a source and a target (each being a node id) present in the nodes spreadsheet."

Sorry, but that is the tricky part for me. How do I need to organise the data. Based on the excel file, would you be able to provide an example? Let's say, person (attributes; gender; country, city) + event (attributes; date, title, location).

"Finally, import both nodes and edges file, and during import report choose to merge their data in the same workspace."

Again, it would be really helpful to have an example.

That will probable create a k-partite network (person to city, person to person...). If that's the case, then I advise you to install the multimode networks plugin and follow this guide: https://seinecle.github.io/gephi-tutori ... ph-en.html

Okay, thanks a lot. Will have a look at that tool.

Many thanks for your help.

Statistics:Posted by cm4004 — 09 Apr 2018 14:35


]]>
2018-04-08T13:31:41+01:002018-04-08T13:31:41+01:00 https://forum-gephi.org/viewtopic.php?t=6494&p=15142#p15142 <![CDATA[Re: Can't find structure to import data]]> First you will need to choose what relationships you want to visualize.

Once you select your types of nodes (person, city...), you will create a nodes spreadsheet, which will contain at least one node id per row (in column named Id), and then any other attributes you need such as label or type of node.
Then you will need to process your data so each row contains a source and a target (each being a node id) present in the nodes spreadsheet.

Finally, import both nodes and edges file, and during import report choose to merge their data in the same workspace.

That will probable create a k-partite network (person to city, person to person...). If that's the case, then I advise you to install the multimode networks plugin and follow this guide: https://seinecle.github.io/gephi-tutori ... ph-en.html

Statistics:Posted by eduramiba — 08 Apr 2018 13:31


]]>
2018-04-08T13:10:44+01:002018-04-08T13:10:44+01:00 https://forum-gephi.org/viewtopic.php?t=6494&p=15141#p15141 <![CDATA[Re: Can't find structure to import data]]>
Many thanks!!!!!!!!!
test.xlsx

Statistics:Posted by cm4004 — 08 Apr 2018 13:10


]]>
2018-04-07T16:19:44+01:002018-04-07T16:19:44+01:00 https://forum-gephi.org/viewtopic.php?t=6494&p=15140#p15140 <![CDATA[Re: Can't find structure to import data]]>
edges_example.xlsx

Statistics:Posted by eduramiba — 07 Apr 2018 16:19


]]>
2018-04-07T12:10:52+01:002018-04-07T12:10:52+01:00 https://forum-gephi.org/viewtopic.php?t=6494&p=15139#p15139 <![CDATA[Re: Can't find structure to import data]]> Statistics:Posted by cm4004 — 07 Apr 2018 12:10


]]>
2018-04-07T11:24:23+01:002018-04-07T11:24:23+01:00 https://forum-gephi.org/viewtopic.php?t=6494&p=15138#p15138 <![CDATA[Re: Can't find structure to import data]]>
source,target,label,attr1,attr2
nodeA,nodeB,relationship,somethingextra,somethingextra2

You can create a spreadsheet with excel and import it directly as xls(x), too.

Just make sure your first 2 columns are named exactly source and target, they refer to node's ids.

Statistics:Posted by eduramiba — 07 Apr 2018 11:24


]]>
2018-04-06T18:08:52+01:002018-04-06T18:08:52+01:00 https://forum-gephi.org/viewtopic.php?t=6494&p=15137#p15137 <![CDATA[Re: Can't find structure to import data]]>
Thank you. I have tried different versions, for instance, rows with nodesA on the one side and columns with nodesB on the other, but then I don't understand how I can reference common events. I have also tried nodesA as rows and events as columns, but then I don't know how I can add additional attributes to the relationship.

Based on the data that I have, how would you structure an txt or csv file? Could you please provide an example?

Many thanks,
Christian

Statistics:Posted by cm4004 — 06 Apr 2018 18:08


]]>
2018-04-02T12:24:16+01:002018-04-02T12:24:16+01:00 https://forum-gephi.org/viewtopic.php?t=6494&p=15126#p15126 <![CDATA[Re: Can't find structure to import data]]> What have you tried?

In a simple edges table import, you can include a 'kind' column to indicate the type of relationship.
https://seinecle.github.io/gephi-tutori ... hi-en.html

Statistics:Posted by eduramiba — 02 Apr 2018 12:24


]]>
2018-03-29T17:55:03+01:002018-03-29T17:55:03+01:00 https://forum-gephi.org/viewtopic.php?t=6494&p=15122#p15122 <![CDATA[Can't find structure to import data]]>
I would like to import data for a set of creatives and their participation at some events (I have listed an example below). However, I also need include some attributes, i.e. gender, nationality for the creatives and some attributes for the events, i.e. location, time. In addition, I would like to record the type of relationship that this creative has with another one, i.e. friend, professional, partner. However, the other person might not participate in the same event. I have been playing an around with different ways to structure the data, so that I can import into Gelphi, but all attempts have been fruitless. Any suggestions would be really welcomed.

Many thanks,
Christian

nameA, genderA, nationalityA, residence (country)A, residence (city)A, nameB, genderB, nationalityB, residence (country)B, residence (city)B, relation, event, date, event-space, country, city The part marked in bold is only for personA.
Christo, male, Bulgaria, United States, New York, Jeanne-Claude, female, Morocco, United States, New York, Friend, Monday Night Letters, 1964-11-07, Cafe Au Go Go, United States, New York

Statistics:Posted by cm4004 — 29 Mar 2018 17:55


]]>