[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) 2016-11-22T16:18:27+01:00 https://forum-gephi.org/app.php/feed/topic/5882 2016-11-22T16:18:27+01:002016-11-22T16:18:27+01:00 https://forum-gephi.org/viewtopic.php?t=5882&p=13772#p13772 <![CDATA[Re: Node attributes "in the alternative" (decisionmakers' na]]> http://www.clementlevallois.net/gephi/t ... ons_en.pdf

More at http://www.clementlevallois.net/gephi.html

Statistics:Posted by eduramiba — 22 Nov 2016 16:18


]]>
2016-11-22T14:25:06+01:002016-11-22T14:25:06+01:00 https://forum-gephi.org/viewtopic.php?t=5882&p=13771#p13771 <![CDATA[Re: Node attributes "in the alternative" (decisionmakers' na]]>
Thanks again!

Statistics:Posted by CaseLawMiner — 22 Nov 2016 14:25


]]>
2016-11-19T23:18:03+01:002016-11-19T23:18:03+01:00 https://forum-gephi.org/viewtopic.php?t=5882&p=13744#p13744 <![CDATA[Re: Node attributes "in the alternative" (decisionmakers' na]]> Statistics:Posted by eduramiba — 19 Nov 2016 23:18


]]>
2016-11-18T01:42:14+01:002016-11-18T01:42:14+01:00 https://forum-gephi.org/viewtopic.php?t=5882&p=13740#p13740 <![CDATA[Re: Node attributes "in the alternative" (decisionmakers' na]]>
Thanks!

Statistics:Posted by CaseLawMiner — 18 Nov 2016 01:42


]]>
2016-11-17T18:37:44+01:002016-11-17T18:37:44+01:00 https://forum-gephi.org/viewtopic.php?t=5882&p=13736#p13736 <![CDATA[Re: Node attributes "in the alternative" (decisionmakers' na]]> Statistics:Posted by CaseLawMiner — 17 Nov 2016 18:37


]]>
2016-11-17T16:36:42+01:002016-11-17T16:36:42+01:00 https://forum-gephi.org/viewtopic.php?t=5882&p=13734#p13734 <![CDATA[Re: Node attributes "in the alternative" (decisionmakers' na]]> https://gephi.org/plugins/#/plugin/similarity-computer

Statistics:Posted by eduramiba — 17 Nov 2016 16:36


]]>
2016-11-17T14:18:09+01:002016-11-17T14:18:09+01:00 https://forum-gephi.org/viewtopic.php?t=5882&p=13732#p13732 <![CDATA[Re: Node attributes "in the alternative" (decisionmakers' na]]>
In other words, I do not understand if it can do something like that. Let's say I want to find two cases decided by Judge Bob
CaseB,JurisdictionC,2001,ReproductiveRights,JudgeAlice,JudgeBob,JudgeDonald

CaseA,JurisdictionD,2001,ReproductiveRights,JudgeBob,JudgeRobert,JudgeLawrence
Now Judge Bob is in two different columns. Can Gephi filter that?

The alternative would be to have something like:
CaseB,JurisdictionC,2001,ReproductiveRights,"JudgeAlice,JudgeBob,JudgeDonald"
CaseA,JurisdictionD,2001,ReproductiveRights,"JudgeBob,JudgeRobert,JudgeLawrence"
Can Gephi filter this better?

Thanks a lot!

Statistics:Posted by CaseLawMiner — 17 Nov 2016 14:18


]]>
2016-11-17T13:02:38+01:002016-11-17T13:02:38+01:00 https://forum-gephi.org/viewtopic.php?t=5882&p=13730#p13730 <![CDATA[Re: Node attributes "in the alternative" (decisionmakers' na]]>
Anyway you can try it to see if it's what you need.

Statistics:Posted by eduramiba — 17 Nov 2016 13:02


]]>
2016-11-17T12:45:15+01:002016-11-17T12:45:15+01:00 https://forum-gephi.org/viewtopic.php?t=5882&p=13728#p13728 <![CDATA[Re: Node attributes "in the alternative" (decisionmakers' na]]>

CODE:

CaseB,JurisdictionC,2001,ReproductiveRights,"JudgeJohnny,JudgeDonald,JudgeEric"
Gephi will then be able to find a correlation with

CODE:

CaseB,JurisdictionC,2001,ReproductiveRights,"JudgeAlice,JudgeBob,JudgeDonald"
?

If so, this solves an enormous amount of problems!

Thanks!

Statistics:Posted by CaseLawMiner — 17 Nov 2016 12:45


]]>
2016-11-17T12:27:40+01:002016-11-17T12:27:40+01:00 https://forum-gephi.org/viewtopic.php?t=5882&p=13726#p13726 <![CDATA[Re: Node attributes "in the alternative" (decisionmakers' na]]> You can use the String List (String [] array) type for that, when importing the spreadsheet.

Just make sure you correctly escape values in CSV with " or the commas inside your judges list won't be parsed correctly.

CODE:

Id,Attribute1,Year,Attribute2,JudgesCaseA,JurisdictionA,1988,ReproductiveRights,"JudgeA,JudgeB,JudgeC"

Statistics:Posted by eduramiba — 17 Nov 2016 12:27


]]>
2016-11-17T11:50:37+01:002016-11-17T11:50:37+01:00 https://forum-gephi.org/viewtopic.php?t=5882&p=13724#p13724 <![CDATA[Node attributes "in the alternative" (decisionmakers' names)]]>
So, I am doing network analysis of case law and I am proceeding as follows. I have two csv files, one with nodes, the other one with edges. The first one has attributes relating to the case, something like:

CODE:

Id,Attribute1,Year,Attribute2CaseA,JurisdictionA,1988,ReproductiveRights
The other is what case cites another and the type of citation, so that would be

CODE:

Source,Target,AttributeCase1,Case2,CitTopicACase2,Case3,CitTopicB
Now, what I want to do is to add the name of the individual judges in the cases so as to compare it to the citation patterns. However, there multiple judges. So, how do I go about comparing that? The problem is that I don't know what type of variable that is. If I have:

CODE:

CaseA,JurisdictionA,1988,ReproductiveRights,JudgeA,JudgeB,JudgeC
I need to be able to find a correlation with

CODE:

CaseB,JurisdictionC,2001,ReproductiveRights,JudgeC,JudgeD,JudgeE
Is this possible?

Thanks a lot!

Statistics:Posted by CaseLawMiner — 17 Nov 2016 11:50


]]>