Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
84 views

I am working on an application that allows other businesses to track which social media sites are driving traffic to their website. I was originally planning on doing this by having the user setup a ...
JD Dayhuff's user avatar
0 votes
0 answers
34 views

I have daily call/text data from college students over the course of a semester as well as their daily sleep logs; I made networks in igraph using this data for a different paper I'm working on. I'm ...
Madelynn Wellons's user avatar
-1 votes
2 answers
41 views

Thank you for reading this doubt. I'm facing difficulties fetching latest message from each conversation whether that conversation is one to one or group. I have figured out, how to fetch latest ...
dt delhi's user avatar
1 vote
1 answer
57 views

I'm trying to calculate DSI scores between male-females dyads using the socialindices by Christof Neumann package. I have three dataframes: one containing the behavioural observations, one the ...
Josefien's user avatar
1 vote
1 answer
87 views

I'm working on a group of individuals over a year of behavioural observation. The group is subdivided in subgroups. The subgroup compositions are changing over time, thus I created a loop to calculate ...
JOLy cloé's user avatar
0 votes
1 answer
32 views

I have ego-network data. Participants categorized 3 of their friends as A, B, or C. Then, they rated how close they are to one another. I want to create a column with the average closeness between ...
Marie's user avatar
  • 359
2 votes
0 answers
114 views

Assume that initially the value of each node is 1/4. As we see here, the Node 3 is a Sink Node, and hence when the graph converges the value of each node tends to 0. How do we calculate the PageRank ...
NSD BL's user avatar
  • 21
0 votes
0 answers
42 views

Situation: We collect user phone numbers and encrypt them using AES256 in GCM mode before storing them in a database. This method produces different encryption values for the same phone number input. ...
홍석호's user avatar
0 votes
0 answers
315 views

hope you're ok and having a nice and wonderful day. I'm writing because I need some light with this issue and I can't point exactly to how to solve this. I'm diagnosing an issue regarding google ...
Zero's user avatar
  • 35
0 votes
1 answer
1k views

I have a blog in Nuxt 3 and each blog content along with meta data is rendered through api response. The issue is when I share the blog on social media it do not show any meta data that received in ...
Sourav Dutt's user avatar
1 vote
1 answer
2k views

For my website, https://sccparentsassociation.com/, I cannot share any articles / pages on facebook due to facebook not scraping my site. When I try the debugger, https://developers.facebook.com/tools/...
Kristen Haftarczyk's user avatar
0 votes
1 answer
1k views

I want to programmatically post the article on my LinkedIn page similar to how I manually did. Check here A similar question was asked 3 years and 2 months ago but it's about sharing a blog article on ...
habib's user avatar
  • 1,614
-4 votes
2 answers
169 views

How to calculate indirect ties in networkx? Indirect ties are defined as a relationship between two individuals who have no direct relation but are connected through a third person in their social ...
Lark G. Peth's user avatar
1 vote
1 answer
306 views

I am new to programming and new to Django and I am trying to design my first social media app. I wanted to see if theres an efficient way of retrieving a users feed that would result in quick ...
AbedDoesCode's user avatar
0 votes
1 answer
249 views

I was trying to get data from industry linkedin ads API. (version March 2023) 202303 Using this endpoint GET https://api.linkedin.com/v2/industries?ids={id1}&ids={id2}&ids={id3} The response ...
zzob's user avatar
  • 1,194
-2 votes
2 answers
2k views

error ./components/SingleServer.js 144:36 Error: " can be escaped with ", “, ", ”. react/no-unescaped-entities 144:44 Error: " can be escaped with &...
Shivanshu Bhashkar's user avatar
1 vote
0 answers
70 views

I have a question which was not sure where to ask. I am working on community detection in complex networks and i want to study new articles about community detection in multi layer or heterogeneous ...
Orca's user avatar
  • 505
6 votes
0 answers
3k views

Since Twitter's API is now impracticable for research and scrappers like SnScrape are not working because of the "login block" on the Twitter's search engine, there is a way to extract ...
LucasR's user avatar
  • 84
0 votes
1 answer
682 views

I have a list of Twitter users and I want to check if they have accounts on other social media platforms. For that, I've come across an application called Sherlock that runs directly on the computer's ...
AlejandroDGR's user avatar
1 vote
2 answers
95 views

I am trying to pull data from Excel in the form: Survey Respondents Abby Brandon Jane Mary Pat Jane 1 0 0 1 0 Pat 0 0 1 1 0 Where 1 represents that the survey respondent knows the person in the column ...
Kaitlin M.'s user avatar
0 votes
1 answer
1k views

I have a streamlit web app that has four navigation radio buttons. What I want for app is to show all the navigation buttons when only the home button is selected. If other buttons are selected then ...
Dushu's user avatar
  • 31
0 votes
1 answer
116 views

I have a firebase app that allows users to send one another messages. I'm using Firebase Authentication for login and to store the display name. The app data is in Firestore and the app shows lists of ...
barcolounger's user avatar
-1 votes
1 answer
164 views

I am attemping to create a weighted social network between a series of characters. I have manually created an adjacency matrix with weighted values: . This has been linked to a separate file, in which ...
peterkeenan's user avatar
0 votes
0 answers
67 views

I am working on a BuddyPress theme (social network) / WordPress platform. I need a confirmation dialog box to be displayed for the user before deleting a friend. Regarding my code, when I click the &...
Tarek Alsaadi's user avatar
0 votes
0 answers
37 views

I am doing a network analysis and my nodes have different variables ascribed to them. Is there a way to compare how the different variables are connected to each other? Or asked another way: How can I ...
user avatar
-1 votes
1 answer
99 views

I have converted a directed graph to an undirected one in igraph using as.undirected. I now want to export this to a data frame so I can look through the edges and weight. However, when I try to do so ...
PSR's user avatar
  • 198
3 votes
0 answers
516 views

Not able to change Facebook app mode Development to Live in the Facebook developer console. Also, there is no error display. While trying to live mode it shows the tooltip "You may not make your ...
Dinesh's user avatar
  • 1,694
0 votes
0 answers
240 views

I am new to network graphing and analysis, so apologies in advance if I am missing something obvious. I have a network that is weighted and directed from people scoring one another on a survey. ...
poppiytt's user avatar
0 votes
0 answers
353 views

Only on LinkedIn are the links' thumbnails I post incorrect. They work on Facebook, Twitter, Slack, what have you. Using https://www.linkedin.com/post-inspector/, I am checking the thumbnails previews ...
pldfs's user avatar
  • 67
1 vote
0 answers
818 views

I have made my edge file and nodes : edges<-structure(list(source = c("a", "a", "a", "a", "a", "a", "a", "a", "...
Ali Roghani's user avatar
1 vote
0 answers
156 views

How to insert the Credentials (Token, E- mail ID) fetched from Social media Login account in AWS Cognito Database? Tried using following code AWSMobileClient.getInstance().initialize(this, new ...
kavitha's user avatar
  • 11
1 vote
1 answer
175 views

I have an igraph network object constructed in R and generated weight information for each edge. I want to see the nodes of the most weighted edges (descending). What codes should I use to do that? ...
Junwen Hu's user avatar
0 votes
1 answer
74 views

I'm writing the code for a web application using PHP, MySQL, and JavaScript. It's a very simple social network where users can create posts and see, like and comment other users posts. On the main ...
Lorenzo Grassi's user avatar
0 votes
1 answer
343 views

I want to use the Algorithms inside of the cdlib library for network analysis. I installed cdlib by: pip install cdlib However I am unable to check the version of the same library using cdlib --...
Ayush Soam's user avatar
1 vote
1 answer
132 views

[[Reproducible data for this question is found at bottom of question.]] When plotting a network with qgraph, the edges usually link to nodes in a relatively straightforward way. library(qgraph) qgraph(...
Dylan_Gomes's user avatar
  • 2,312
0 votes
1 answer
2k views

Global clustering coefficient gives an outline of the clustering in the entire network. From theory, this measure can be applied to both undirected and directed networks. Networx library provides a ...
Elh's user avatar
  • 3
0 votes
2 answers
445 views

I'm building social network app using nodejs and mongodb. Now in my user schema i have an array of ids of users who are following certain user and ids of users who are followed by certain user. When i ...
Djela Srca's user avatar
0 votes
0 answers
98 views

When I use this kind of links fb://sharer.php?u=... whatsapp://send/?text=... They work perfect on mobile devices, because the related application is opening (facebook or whatsapp) and ready to share ...
Jortx's user avatar
  • 736
0 votes
0 answers
411 views

I want to delete vertices with the code below but have this error message: Error in delete.vertices(n_all, V(n_all)[degree(n_all) == 0]) : delete.vertices requires an argument of class network. I ...
Aziz Awaludin's user avatar
0 votes
1 answer
198 views

I am trying to make a weighted bipartite graph using a dataset. I have a dataset as below- i=0 for a in attributes_n: B.add_weighted_edges_from( [(row['Country'], a, row[a]) for idx, row in df....
Pratiksha Singh's user avatar
0 votes
0 answers
200 views

I am using NetworkX library for its community detection algorithms.Currently I am working with the Pokec dataset from SNAP datasets. I keep the largest Strongly Connected Component in order to work ...
Konstantinos Manolis's user avatar
0 votes
1 answer
302 views

I am working with a large social network that spans 5 years of data collection. My intention is to subset the data by month/year to analyze the change in various network metrics. I want to store node ...
Looms's user avatar
  • 13
2 votes
2 answers
68 views

I have a data like this : Response Prompt Prompt.Label Comments 1 Friend who si3 3_a 2 1 was si4_en 3_a 3 1 was si4_nag 3_a 4 ...
Ali Roghani's user avatar
0 votes
1 answer
163 views

I'm doing a Social Network Analysis of this dataset with NetworkX and I want to make a degree and closeness centrality analysis. The graph I obtain is undirected (graph.is_directed() returns false), ...
Fio's user avatar
  • 43
0 votes
0 answers
48 views

So I made an social network application with MERN stack and I want to make sure that user can only post once a day. So I would need validation for that. How do I make that user can post only one post ...
Unnamed Luke's user avatar
0 votes
1 answer
1k views

const data = [ { name: 'Bob', friends: ['Alice', 'Eve', 'Charlie'] }, { name: 'Alice', friends: ['Bob', 'Dan'] }, { name: 'Dan', friends: ['Alice', 'Eve'] }, { ...
Matiullah Karimi's user avatar
0 votes
1 answer
606 views

I am Newbie working on a social networking site & using MongoDB as Database. Can you please assist me in What approach should I follow in Designing Database? My Requirements and Objective for ...
Akshat Jain's user avatar
1 vote
1 answer
72 views

I have a dataframe that contains movies, actors names etc. And it has 41k rows. I'm planning to make a graph from NX library and I want to use actors as nodes, and make edges if they are played in a ...
Berk Ak's user avatar
  • 120
1 vote
0 answers
54 views

I am interested in simulating a small world network where there is assortativity for a given node attribute. I want to first generate the small world network, G = (V,E), and then generate attributes ...
asd's user avatar
  • 131
1 vote
0 answers
85 views

I want to show a graph for the topmost degree of centrality. My question seems similar to this; however, the solution provided there doesn't work. I have also seen the answers to another question but ...
SAB's user avatar
  • 309

1
2 3 4 5
43