From 82a88c55d46d3f135f871129562097c9ce1f226c Mon Sep 17 00:00:00 2001 From: Sulstice Date: Sun, 30 Apr 2023 12:33:57 -0400 Subject: [PATCH] ss-new-site: made adjustments --- README.md | 2 +- global_chem/convert_to_rdf.py | 43 - global_chem/graph.ttl | 9564 --------------------------------- linkedin.html | 280 + linkedin.py | 63 + test.json | 1 + 6 files changed, 345 insertions(+), 9608 deletions(-) delete mode 100644 global_chem/convert_to_rdf.py delete mode 100644 global_chem/graph.ttl create mode 100644 linkedin.html create mode 100644 linkedin.py create mode 100644 test.json diff --git a/README.md b/README.md index 8fe9ae4e..83c00716 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -

Organizing The Chemical Universe

+

Organizing The Chemical Universe

Global Chem is a public dictionary of common chemical lists using the Common Chemical Name as input and SMILES/SMARTS as output organized by their respective community in a knowledge graph. diff --git a/global_chem/convert_to_rdf.py b/global_chem/convert_to_rdf.py deleted file mode 100644 index a7877645..00000000 --- a/global_chem/convert_to_rdf.py +++ /dev/null @@ -1,43 +0,0 @@ -import rdflib -import csv -import pandas as pd - -if __name__ == '__main__': - - df = pd.read_csv('/Users/sulimansharif/projects/global-chem/global_chem/global_chem.tsv', delimiter='\t', header=None, names=['name', 'smiles', 'node', 'predicate', 'path']) - - # Create the graph object which holds the triples - graph = rdflib.Graph() - - for i, row in df.iterrows(): - s = rdflib.URIRef(f'#/{row["name"]}') - p = rdflib.URIRef("#connectsTo") - o = rdflib.URIRef(f'#/{row["node"]}') - graph.add((s, p, o)) - - for i, row in df.iterrows(): - - predicate = row['predicate'] - - if str(predicate) == 'nan': - predicate = 'miscellaenous' - - s = rdflib.URIRef(f'#/{row["node"]}') - p = rdflib.URIRef("#connectsTo") - o = rdflib.URIRef(f'#/{predicate}') - graph.add((s, p, o)) - - for i, row in df.iterrows(): - - predicate = row['predicate'] - - if str(predicate) == 'nan': - predicate = 'miscellaenous' - - s = rdflib.URIRef(f'#/{predicate}') - p = rdflib.URIRef("#connectsTo") - o = rdflib.URIRef(f'#/{"global-chem"}') - - graph.add((s, p, o)) - - graph.serialize(destination='graph.ttl', format='application/rdf+xml') diff --git a/global_chem/graph.ttl b/global_chem/graph.ttl deleted file mode 100644 index b1bc9b4f..00000000 --- a/global_chem/graph.ttl +++ /dev/null @@ -1,9564 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/linkedin.html b/linkedin.html new file mode 100644 index 00000000..f6e1f138 --- /dev/null +++ b/linkedin.html @@ -0,0 +1,280 @@ + + + + + LinkedIn + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+
+
+
+ +
+
+
+
+
+
+
+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + diff --git a/linkedin.py b/linkedin.py new file mode 100644 index 00000000..fa7564f9 --- /dev/null +++ b/linkedin.py @@ -0,0 +1,63 @@ +import json +from linkedin_api import Linkedin +from bs4 import BeautifulSoup +import textwrap + +if __name__ == '__main__': + # + # file = json.load(open('/Users/sulimansharif/projects/global-chem/test.json', 'r')) + # + # soup = BeautifulSoup(open('/Users/sulimansharif/projects/global-chem/linkedin.html', 'r') , 'html.parser') + # + # for code in soup.find_all('code'): + # + # try: + # + # text = json.loads(code.text) + # for row in text['included']: + # if '*profile' in row: + # print(row['*profile'].split(':')[-1]) + # # print (text['included'][0].keys()) + # # if 'urn:li:collectionResponse' not in text: + # # print (text['data']) + # except: + # continue + + # profiles = file['included'] + # + # for profile in profiles[1:]: + # try: + # print (profile['profileUrn'].split(':')[-1]) + # except: + # continue + + api = Linkedin('sharifsuliman1@gmail.com', 'Makubex0@', authenticate=True, debug=True) + + profile = api.get_profile('jc-pacheco') + urn_id = profile['entityUrn'].split(':')[-1] + + company = api.search_people(connection_of=urn_id) + + recepients = [] + first_names = [] + + for people in company: + recepients.append(people['urn_id']) + first_names.append(people['name'].split(' ')[0]) + + for i, recepient in enumerate(recepients): + + message = ('''\ + Hi %s, + + My name is Sul and I am author of Global-Chem. An Open Source Government Knowledge graph of Common Chemical Names to 1-D Molecule. + + I recorded the chemicals for all 425 ingredients to Cannabis Sativa as a template chemical list. I think it would be useful to map the compositions of chemicals to their phylogeny for characterization of different strains. + + Would love to connect + ''' % first_names[i]) + + api.send_message( + textwrap.dedent(message), + recipients=[recepient] + ) diff --git a/test.json b/test.json new file mode 100644 index 00000000..d517e9bb --- /dev/null +++ b/test.json @@ -0,0 +1 @@ +{"data":{"entityUrn":"urn:li:collectionResponse:zlF14W/C7T5xCYtIhAgEFAAhCrrHFwVbDCkNN+Fueas=","paging":{"total":6,"count":10,"start":0,"links":[]},"*elements":["urn:li:fsd_groupMembership:(13612286,ACoAAC9q0ngBM7LliMRETnoD0xCHe1o20JQJnI4)","urn:li:fsd_groupMembership:(13612286,ACoAACfvAo8BFYLdQdnEoEu_CNg34R9XGWt3Anw)","urn:li:fsd_groupMembership:(13612286,ACoAADYvHl4BSJlmvnW-J5uH0e3ZcObgC2JHjRc)","urn:li:fsd_groupMembership:(13612286,ACoAAAPirUwBvtHXTLyhWMnnliVx-8HZI3dOoF0)","urn:li:fsd_groupMembership:(13612286,ACoAACCRaV0BQu_CwLA1mPC8Y-S4iqUSlapTtlc)","urn:li:fsd_groupMembership:(13612286,ACoAAA-Fy84BNdnVaveT1O_352OSfM3qREyOkAo)"],"$type":"com.linkedin.restli.common.CollectionResponse"},"included":[{"entityUrn":"urn:li:fsd_group:13612286","$recipeTypes":["com.linkedin.deco.recipe.anonymous.Anon1869367056"],"$type":"com.linkedin.voyager.dash.groups.Group"},{"*profile":"urn:li:fsd_profile:ACoAADYvHl4BSJlmvnW-J5uH0e3ZcObgC2JHjRc","primaryAction":"MESSAGE","joinedAt":1623241830400,"$recipeTypes":["com.linkedin.voyager.dash.deco.groups.GroupMembershipInMemberListPage"],"profileUrn":"urn:li:fsd_profile:ACoAADYvHl4BSJlmvnW-J5uH0e3ZcObgC2JHjRc","$type":"com.linkedin.voyager.dash.groups.GroupMembership","entityUrn":"urn:li:fsd_groupMembership:(13612286,ACoAADYvHl4BSJlmvnW-J5uH0e3ZcObgC2JHjRc)","*group":"urn:li:fsd_group:13612286","groupUrn":"urn:li:fsd_group:13612286","preDashEntityUrn":"urn:li:fs_groupMembership:(13612286,ACoAADYvHl4BSJlmvnW-J5uH0e3ZcObgC2JHjRc)","status":"MEMBER"},{"*profile":"urn:li:fsd_profile:ACoAACfvAo8BFYLdQdnEoEu_CNg34R9XGWt3Anw","primaryAction":"MESSAGE","joinedAt":1570660355419,"$recipeTypes":["com.linkedin.voyager.dash.deco.groups.GroupMembershipInMemberListPage"],"profileUrn":"urn:li:fsd_profile:ACoAACfvAo8BFYLdQdnEoEu_CNg34R9XGWt3Anw","$type":"com.linkedin.voyager.dash.groups.GroupMembership","entityUrn":"urn:li:fsd_groupMembership:(13612286,ACoAACfvAo8BFYLdQdnEoEu_CNg34R9XGWt3Anw)","*group":"urn:li:fsd_group:13612286","groupUrn":"urn:li:fsd_group:13612286","preDashEntityUrn":"urn:li:fs_groupMembership:(13612286,ACoAACfvAo8BFYLdQdnEoEu_CNg34R9XGWt3Anw)","status":"MEMBER"},{"*profile":"urn:li:fsd_profile:ACoAAAPirUwBvtHXTLyhWMnnliVx-8HZI3dOoF0","primaryAction":"MESSAGE","joinedAt":1578437401517,"$recipeTypes":["com.linkedin.voyager.dash.deco.groups.GroupMembershipInMemberListPage"],"profileUrn":"urn:li:fsd_profile:ACoAAAPirUwBvtHXTLyhWMnnliVx-8HZI3dOoF0","$type":"com.linkedin.voyager.dash.groups.GroupMembership","entityUrn":"urn:li:fsd_groupMembership:(13612286,ACoAAAPirUwBvtHXTLyhWMnnliVx-8HZI3dOoF0)","*group":"urn:li:fsd_group:13612286","groupUrn":"urn:li:fsd_group:13612286","preDashEntityUrn":"urn:li:fs_groupMembership:(13612286,ACoAAAPirUwBvtHXTLyhWMnnliVx-8HZI3dOoF0)","status":"MEMBER"},{"*profile":"urn:li:fsd_profile:ACoAAA-Fy84BNdnVaveT1O_352OSfM3qREyOkAo","primaryAction":"MESSAGE","joinedAt":1571865429626,"$recipeTypes":["com.linkedin.voyager.dash.deco.groups.GroupMembershipInMemberListPage"],"profileUrn":"urn:li:fsd_profile:ACoAAA-Fy84BNdnVaveT1O_352OSfM3qREyOkAo","$type":"com.linkedin.voyager.dash.groups.GroupMembership","entityUrn":"urn:li:fsd_groupMembership:(13612286,ACoAAA-Fy84BNdnVaveT1O_352OSfM3qREyOkAo)","*group":"urn:li:fsd_group:13612286","groupUrn":"urn:li:fsd_group:13612286","preDashEntityUrn":"urn:li:fs_groupMembership:(13612286,ACoAAA-Fy84BNdnVaveT1O_352OSfM3qREyOkAo)","status":"MEMBER"},{"*profile":"urn:li:fsd_profile:ACoAACCRaV0BQu_CwLA1mPC8Y-S4iqUSlapTtlc","primaryAction":"MESSAGE","joinedAt":1637456124206,"$recipeTypes":["com.linkedin.voyager.dash.deco.groups.GroupMembershipInMemberListPage"],"profileUrn":"urn:li:fsd_profile:ACoAACCRaV0BQu_CwLA1mPC8Y-S4iqUSlapTtlc","$type":"com.linkedin.voyager.dash.groups.GroupMembership","entityUrn":"urn:li:fsd_groupMembership:(13612286,ACoAACCRaV0BQu_CwLA1mPC8Y-S4iqUSlapTtlc)","*group":"urn:li:fsd_group:13612286","groupUrn":"urn:li:fsd_group:13612286","preDashEntityUrn":"urn:li:fs_groupMembership:(13612286,ACoAACCRaV0BQu_CwLA1mPC8Y-S4iqUSlapTtlc)","status":"MEMBER"},{"*profile":"urn:li:fsd_profile:ACoAAC9q0ngBM7LliMRETnoD0xCHe1o20JQJnI4","primaryAction":"MESSAGE","joinedAt":1581697924324,"$recipeTypes":["com.linkedin.voyager.dash.deco.groups.GroupMembershipInMemberListPage"],"profileUrn":"urn:li:fsd_profile:ACoAAC9q0ngBM7LliMRETnoD0xCHe1o20JQJnI4","$type":"com.linkedin.voyager.dash.groups.GroupMembership","entityUrn":"urn:li:fsd_groupMembership:(13612286,ACoAAC9q0ngBM7LliMRETnoD0xCHe1o20JQJnI4)","*group":"urn:li:fsd_group:13612286","groupUrn":"urn:li:fsd_group:13612286","preDashEntityUrn":"urn:li:fs_groupMembership:(13612286,ACoAAC9q0ngBM7LliMRETnoD0xCHe1o20JQJnI4)","status":"MEMBER"},{"lastName":"Abdin","$anti_abuse_metadata":{"/phoneticFirstName":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:669975183"}},"/headlineGeneratedSuggestionDelegateUrn":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:669975183"}},"/industryV2Urn":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:669975183"}},"/tempStatus":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:669975183"}},"/defaultToActivityTab":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:669975183"}},"/companyNameOnProfileTopCardShown":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:669975183"}},"/summary":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:669975183"}},"/influencer":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:669975183"}},"/trackingId":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:669975183"}},"/address":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:669975183"}},"/objectUrn":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:669975183"}},"/emailRequired":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:669975183"}},"/geoLocationBackfilled":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:669975183"}},"/versionTag":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:669975183"}},"/premium":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:669975183"}},"/headline":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:669975183"}},"/showPremiumSubscriberBadge":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:669975183"}},"/educationCardUrn":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:669975183"}},"/experienceCardUrn":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:669975183"}},"/locationName":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:669975183"}},"/industryUrn":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:669975183"}},"/educationOnProfileTopCardShown":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:669975183"}},"/trackingMemberId":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:669975183"}},"/lastName":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:669975183"}},"/memorialized":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:669975183"}},"/tempStatusEmoji":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:669975183"}},"/entityUrn":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:669975183"}},"/lastNamePronunciationHint":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:669975183"}},"/firstName":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:669975183"}},"/firstNamePronunciationHint":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:669975183"}},"/phoneticLastName":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:669975183"}},"/endorsementsEnabled":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:669975183"}},"/maidenName":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:669975183"}},"/creator":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:669975183"}},"/student":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:669975183"}},"/iweWarned":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:669975183"}},"/imFollowsPromoLegoTrackingId":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:669975183"}},"/publicIdentifier":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:669975183"}}},"*memberRelationship":"urn:li:fsd_memberRelationship:ACoAACfvAo8BFYLdQdnEoEu_CNg34R9XGWt3Anw","$recipeTypes":["com.linkedin.deco.recipe.anonymous.Anon1684702728"],"$type":"com.linkedin.voyager.dash.identity.profile.Profile","firstName":"Samer","profilePicture":{"a11yText":"Samer Abdin","displayImageReference":{"vectorImage":{"$recipeTypes":["com.linkedin.voyager.dash.deco.common.VectorImageOnlyRootUrlAndAttribution"],"rootUrl":"https://media.licdn.com/dms/image/C5603AQEJlpQ3TzG7qg/profile-displayphoto-shrink_","artifacts":[{"width":100,"$recipeTypes":["com.linkedin.voyager.dash.deco.common.VectorArtifact"],"fileIdentifyingUrlPathSegment":"100_100/0/1532989217186?e=1687996800&v=beta&t=6GqTF2svpRtFY8ttEt-VlrrWThLWFtgpqyqPuICJGCs","expiresAt":1687996800000,"height":100,"$type":"com.linkedin.common.VectorArtifact"},{"width":200,"$recipeTypes":["com.linkedin.voyager.dash.deco.common.VectorArtifact"],"fileIdentifyingUrlPathSegment":"200_200/0/1532989217186?e=1687996800&v=beta&t=tH5J45fKdRtsCc2YiXlECcub93D0UhHjopQue7YWCTo","expiresAt":1687996800000,"height":200,"$type":"com.linkedin.common.VectorArtifact"},{"width":400,"$recipeTypes":["com.linkedin.voyager.dash.deco.common.VectorArtifact"],"fileIdentifyingUrlPathSegment":"400_400/0/1532989217186?e=1687996800&v=beta&t=WPXYG5RjDPlboHR-1UckQjJ9oPT4PlJabRLdBz2Ju3U","expiresAt":1687996800000,"height":400,"$type":"com.linkedin.common.VectorArtifact"},{"width":800,"$recipeTypes":["com.linkedin.voyager.dash.deco.common.VectorArtifact"],"fileIdentifyingUrlPathSegment":"800_800/0/1532989217186?e=1687996800&v=beta&t=_Hry08Y_5nfKDxTcH7j4Ot4FIC8kclu7Me1z6M1G7Wk","expiresAt":1687996800000,"height":800,"$type":"com.linkedin.common.VectorArtifact"}],"$type":"com.linkedin.common.VectorImage"}},"$recipeTypes":["com.linkedin.voyager.dash.deco.identity.profile.ProfilePhotoDecoSpecReadOnlyProfilePicture"],"displayImageUrn":"urn:li:digitalmediaAsset:C5603AQEJlpQ3TzG7qg","$type":"com.linkedin.voyager.dash.identity.profile.PhotoFilterPicture"},"entityUrn":"urn:li:fsd_profile:ACoAACfvAo8BFYLdQdnEoEu_CNg34R9XGWt3Anw","headline":"Account Manager at LuVive Premium CBD","publicIdentifier":"samer-abdin-153459168"},{"lastName":"Directory","$anti_abuse_metadata":{"/phoneticFirstName":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:909057630"}},"/headlineGeneratedSuggestionDelegateUrn":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:909057630"}},"/industryV2Urn":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:909057630"}},"/tempStatus":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:909057630"}},"/defaultToActivityTab":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:909057630"}},"/companyNameOnProfileTopCardShown":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:909057630"}},"/summary":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:909057630"}},"/influencer":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:909057630"}},"/trackingId":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:909057630"}},"/address":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:909057630"}},"/objectUrn":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:909057630"}},"/emailRequired":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:909057630"}},"/geoLocationBackfilled":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:909057630"}},"/versionTag":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:909057630"}},"/premium":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:909057630"}},"/headline":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:909057630"}},"/showPremiumSubscriberBadge":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:909057630"}},"/educationCardUrn":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:909057630"}},"/experienceCardUrn":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:909057630"}},"/locationName":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:909057630"}},"/industryUrn":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:909057630"}},"/educationOnProfileTopCardShown":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:909057630"}},"/trackingMemberId":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:909057630"}},"/lastName":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:909057630"}},"/memorialized":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:909057630"}},"/tempStatusEmoji":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:909057630"}},"/entityUrn":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:909057630"}},"/lastNamePronunciationHint":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:909057630"}},"/firstName":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:909057630"}},"/firstNamePronunciationHint":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:909057630"}},"/phoneticLastName":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:909057630"}},"/endorsementsEnabled":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:909057630"}},"/maidenName":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:909057630"}},"/creator":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:909057630"}},"/student":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:909057630"}},"/iweWarned":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:909057630"}},"/imFollowsPromoLegoTrackingId":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:909057630"}},"/publicIdentifier":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:909057630"}}},"*memberRelationship":"urn:li:fsd_memberRelationship:ACoAADYvHl4BSJlmvnW-J5uH0e3ZcObgC2JHjRc","$recipeTypes":["com.linkedin.deco.recipe.anonymous.Anon1684702728"],"$type":"com.linkedin.voyager.dash.identity.profile.Profile","firstName":"Cannabis License","profilePicture":{"a11yText":"Cannabis License Directory","displayImageReference":{"vectorImage":{"$recipeTypes":["com.linkedin.voyager.dash.deco.common.VectorImageOnlyRootUrlAndAttribution"],"rootUrl":"https://media.licdn.com/dms/image/C5603AQElJ0bNctvhog/profile-displayphoto-shrink_","artifacts":[{"width":100,"$recipeTypes":["com.linkedin.voyager.dash.deco.common.VectorArtifact"],"fileIdentifyingUrlPathSegment":"100_100/0/1623153328343?e=1687996800&v=beta&t=IVFLHeO6d7TB4aK9pAAMT8kqoiQvOqg9SuvlWKWqdBk","expiresAt":1687996800000,"height":100,"$type":"com.linkedin.common.VectorArtifact"},{"width":200,"$recipeTypes":["com.linkedin.voyager.dash.deco.common.VectorArtifact"],"fileIdentifyingUrlPathSegment":"200_200/0/1623153328343?e=1687996800&v=beta&t=sk8gfb3ZzJEer_MzAsEKGc4lTvqdgxZNkOeKTYCI77Q","expiresAt":1687996800000,"height":200,"$type":"com.linkedin.common.VectorArtifact"},{"width":400,"$recipeTypes":["com.linkedin.voyager.dash.deco.common.VectorArtifact"],"fileIdentifyingUrlPathSegment":"400_400/0/1623153328343?e=1687996800&v=beta&t=EnOhylNaKjloV_uDh0AgHaEHaoRk88NiS8xY1YrI3LU","expiresAt":1687996800000,"height":400,"$type":"com.linkedin.common.VectorArtifact"},{"width":800,"$recipeTypes":["com.linkedin.voyager.dash.deco.common.VectorArtifact"],"fileIdentifyingUrlPathSegment":"800_800/0/1623153328343?e=1687996800&v=beta&t=o1-1Xd_A4nQ8lFHH0Ov26ac7L72scXlm2hPbcL_ZZ2Q","expiresAt":1687996800000,"height":800,"$type":"com.linkedin.common.VectorArtifact"}],"$type":"com.linkedin.common.VectorImage"}},"$recipeTypes":["com.linkedin.voyager.dash.deco.identity.profile.ProfilePhotoDecoSpecReadOnlyProfilePicture"],"displayImageUrn":"urn:li:digitalmediaAsset:C5603AQElJ0bNctvhog","$type":"com.linkedin.voyager.dash.identity.profile.PhotoFilterPicture"},"entityUrn":"urn:li:fsd_profile:ACoAADYvHl4BSJlmvnW-J5uH0e3ZcObgC2JHjRc","headline":"Consultant at Cannabis License Directory","publicIdentifier":"cannabis-license-directory-026537214"},{"lastName":"Rogers Ph.D. Director of Drug Discovery ","$anti_abuse_metadata":{"/phoneticFirstName":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:260426702"}},"/headlineGeneratedSuggestionDelegateUrn":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:260426702"}},"/industryV2Urn":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:260426702"}},"/tempStatus":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:260426702"}},"/defaultToActivityTab":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:260426702"}},"/companyNameOnProfileTopCardShown":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:260426702"}},"/summary":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:260426702"}},"/influencer":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:260426702"}},"/trackingId":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:260426702"}},"/address":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:260426702"}},"/objectUrn":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:260426702"}},"/emailRequired":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:260426702"}},"/geoLocationBackfilled":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:260426702"}},"/versionTag":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:260426702"}},"/premium":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:260426702"}},"/headline":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:260426702"}},"/showPremiumSubscriberBadge":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:260426702"}},"/educationCardUrn":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:260426702"}},"/experienceCardUrn":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:260426702"}},"/locationName":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:260426702"}},"/industryUrn":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:260426702"}},"/educationOnProfileTopCardShown":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:260426702"}},"/trackingMemberId":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:260426702"}},"/lastName":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:260426702"}},"/memorialized":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:260426702"}},"/tempStatusEmoji":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:260426702"}},"/entityUrn":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:260426702"}},"/lastNamePronunciationHint":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:260426702"}},"/firstName":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:260426702"}},"/firstNamePronunciationHint":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:260426702"}},"/phoneticLastName":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:260426702"}},"/endorsementsEnabled":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:260426702"}},"/maidenName":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:260426702"}},"/creator":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:260426702"}},"/student":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:260426702"}},"/iweWarned":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:260426702"}},"/imFollowsPromoLegoTrackingId":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:260426702"}},"/publicIdentifier":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:260426702"}}},"*memberRelationship":"urn:li:fsd_memberRelationship:ACoAAA-Fy84BNdnVaveT1O_352OSfM3qREyOkAo","$recipeTypes":["com.linkedin.deco.recipe.anonymous.Anon1684702728"],"$type":"com.linkedin.voyager.dash.identity.profile.Profile","firstName":"Trent","profilePicture":{"a11yText":"Trent Rogers Ph.D. Director of Drug Discovery ","displayImageReference":{"vectorImage":{"$recipeTypes":["com.linkedin.voyager.dash.deco.common.VectorImageOnlyRootUrlAndAttribution"],"rootUrl":"https://media.licdn.com/dms/image/C4E03AQH9xcjcScvGEQ/profile-displayphoto-shrink_","artifacts":[{"width":100,"$recipeTypes":["com.linkedin.voyager.dash.deco.common.VectorArtifact"],"fileIdentifyingUrlPathSegment":"100_100/0/1516489021079?e=1687996800&v=beta&t=gbjEohJ5SyYsx5SPGtOR9XZvJVIQ6yOWf3UE1jilqu4","expiresAt":1687996800000,"height":100,"$type":"com.linkedin.common.VectorArtifact"},{"width":200,"$recipeTypes":["com.linkedin.voyager.dash.deco.common.VectorArtifact"],"fileIdentifyingUrlPathSegment":"200_200/0/1516489021079?e=1687996800&v=beta&t=ljlPHPkyk14FHjkDIzQtuvQDC5qmc4_GKhBHUUaSiVk","expiresAt":1687996800000,"height":200,"$type":"com.linkedin.common.VectorArtifact"},{"width":400,"$recipeTypes":["com.linkedin.voyager.dash.deco.common.VectorArtifact"],"fileIdentifyingUrlPathSegment":"400_400/0/1516489021079?e=1687996800&v=beta&t=f_DXLcKajjY-kOXml1piw6DZLgGk3VfN0rCmSRfItaY","expiresAt":1687996800000,"height":400,"$type":"com.linkedin.common.VectorArtifact"},{"width":800,"$recipeTypes":["com.linkedin.voyager.dash.deco.common.VectorArtifact"],"fileIdentifyingUrlPathSegment":"800_800/0/1516489021079?e=1687996800&v=beta&t=O1DL0GjsnCj7i0qCAoIKbZR_qWvQo7GKGVqx4zihbRk","expiresAt":1687996800000,"height":800,"$type":"com.linkedin.common.VectorArtifact"}],"$type":"com.linkedin.common.VectorImage"}},"$recipeTypes":["com.linkedin.voyager.dash.deco.identity.profile.ProfilePhotoDecoSpecReadOnlyProfilePicture"],"displayImageUrn":"urn:li:digitalmediaAsset:C4E03AQH9xcjcScvGEQ","$type":"com.linkedin.voyager.dash.identity.profile.PhotoFilterPicture"},"entityUrn":"urn:li:fsd_profile:ACoAAA-Fy84BNdnVaveT1O_352OSfM3qREyOkAo","headline":"Director of Drug Discovery ","publicIdentifier":"trent-rogers-ph-d-director-of-drug-discovery-a9227173"},{"lastName":"Russell l Director","$anti_abuse_metadata":{"/phoneticFirstName":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:795529848"}},"/headlineGeneratedSuggestionDelegateUrn":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:795529848"}},"/industryV2Urn":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:795529848"}},"/tempStatus":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:795529848"}},"/defaultToActivityTab":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:795529848"}},"/companyNameOnProfileTopCardShown":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:795529848"}},"/summary":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:795529848"}},"/influencer":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:795529848"}},"/trackingId":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:795529848"}},"/address":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:795529848"}},"/objectUrn":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:795529848"}},"/emailRequired":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:795529848"}},"/geoLocationBackfilled":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:795529848"}},"/versionTag":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:795529848"}},"/premium":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:795529848"}},"/headline":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:795529848"}},"/showPremiumSubscriberBadge":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:795529848"}},"/educationCardUrn":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:795529848"}},"/experienceCardUrn":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:795529848"}},"/locationName":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:795529848"}},"/industryUrn":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:795529848"}},"/educationOnProfileTopCardShown":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:795529848"}},"/trackingMemberId":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:795529848"}},"/lastName":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:795529848"}},"/memorialized":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:795529848"}},"/tempStatusEmoji":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:795529848"}},"/entityUrn":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:795529848"}},"/lastNamePronunciationHint":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:795529848"}},"/firstName":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:795529848"}},"/firstNamePronunciationHint":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:795529848"}},"/phoneticLastName":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:795529848"}},"/endorsementsEnabled":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:795529848"}},"/maidenName":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:795529848"}},"/creator":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:795529848"}},"/student":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:795529848"}},"/iweWarned":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:795529848"}},"/imFollowsPromoLegoTrackingId":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:795529848"}},"/publicIdentifier":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:795529848"}}},"*memberRelationship":"urn:li:fsd_memberRelationship:ACoAAC9q0ngBM7LliMRETnoD0xCHe1o20JQJnI4","$recipeTypes":["com.linkedin.deco.recipe.anonymous.Anon1684702728"],"$type":"com.linkedin.voyager.dash.identity.profile.Profile","firstName":"Seb","profilePicture":{"a11yText":"Seb Russell l Director","displayImageReference":{"vectorImage":{"$recipeTypes":["com.linkedin.voyager.dash.deco.common.VectorImageOnlyRootUrlAndAttribution"],"rootUrl":"https://media.licdn.com/dms/image/C4E03AQEQj5XCORI5KQ/profile-displayphoto-shrink_","artifacts":[{"width":100,"$recipeTypes":["com.linkedin.voyager.dash.deco.common.VectorArtifact"],"fileIdentifyingUrlPathSegment":"100_100/0/1617197857724?e=1687996800&v=beta&t=TnkaW6nzpbQQJJ5C7Boh7bhEiZiF519DMRf4lo8pitA","expiresAt":1687996800000,"height":100,"$type":"com.linkedin.common.VectorArtifact"},{"width":200,"$recipeTypes":["com.linkedin.voyager.dash.deco.common.VectorArtifact"],"fileIdentifyingUrlPathSegment":"200_200/0/1617197857724?e=1687996800&v=beta&t=5MRZmAEkWclWz_nUve7o_Q1KGMwBTUOT8oY-iI0Oybw","expiresAt":1687996800000,"height":200,"$type":"com.linkedin.common.VectorArtifact"},{"width":400,"$recipeTypes":["com.linkedin.voyager.dash.deco.common.VectorArtifact"],"fileIdentifyingUrlPathSegment":"400_400/0/1617197857724?e=1687996800&v=beta&t=EzMsDwZkpK0VdeZIT5V6Own9daRPWGGYauURTuDOU90","expiresAt":1687996800000,"height":400,"$type":"com.linkedin.common.VectorArtifact"},{"width":800,"$recipeTypes":["com.linkedin.voyager.dash.deco.common.VectorArtifact"],"fileIdentifyingUrlPathSegment":"800_800/0/1617197857724?e=1687996800&v=beta&t=pOD7OIozyddwx59HBhH0PGppGunWQPohP5VRboVmPvA","expiresAt":1687996800000,"height":800,"$type":"com.linkedin.common.VectorArtifact"}],"$type":"com.linkedin.common.VectorImage"}},"$recipeTypes":["com.linkedin.voyager.dash.deco.identity.profile.ProfilePhotoDecoSpecReadOnlyProfilePicture"],"displayImageUrn":"urn:li:digitalmediaAsset:C4E03AQEQj5XCORI5KQ","$type":"com.linkedin.voyager.dash.identity.profile.PhotoFilterPicture"},"entityUrn":"urn:li:fsd_profile:ACoAAC9q0ngBM7LliMRETnoD0xCHe1o20JQJnI4","headline":"Multichannel Online E-commerce & Retail Business Owner | Online Sales | Wholesale | Amazon | eBay | .co.uk ","publicIdentifier":"sebrussellcbd"},{"lastName":"Herrera Sandoval","$anti_abuse_metadata":{"/phoneticFirstName":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:546400605"}},"/headlineGeneratedSuggestionDelegateUrn":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:546400605"}},"/industryV2Urn":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:546400605"}},"/tempStatus":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:546400605"}},"/defaultToActivityTab":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:546400605"}},"/companyNameOnProfileTopCardShown":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:546400605"}},"/summary":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:546400605"}},"/influencer":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:546400605"}},"/trackingId":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:546400605"}},"/address":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:546400605"}},"/objectUrn":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:546400605"}},"/emailRequired":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:546400605"}},"/geoLocationBackfilled":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:546400605"}},"/versionTag":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:546400605"}},"/premium":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:546400605"}},"/headline":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:546400605"}},"/showPremiumSubscriberBadge":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:546400605"}},"/educationCardUrn":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:546400605"}},"/experienceCardUrn":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:546400605"}},"/locationName":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:546400605"}},"/industryUrn":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:546400605"}},"/educationOnProfileTopCardShown":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:546400605"}},"/trackingMemberId":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:546400605"}},"/lastName":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:546400605"}},"/memorialized":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:546400605"}},"/tempStatusEmoji":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:546400605"}},"/entityUrn":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:546400605"}},"/lastNamePronunciationHint":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:546400605"}},"/firstName":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:546400605"}},"/firstNamePronunciationHint":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:546400605"}},"/phoneticLastName":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:546400605"}},"/endorsementsEnabled":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:546400605"}},"/maidenName":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:546400605"}},"/creator":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:546400605"}},"/student":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:546400605"}},"/iweWarned":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:546400605"}},"/imFollowsPromoLegoTrackingId":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:546400605"}},"/publicIdentifier":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:546400605"}}},"*memberRelationship":"urn:li:fsd_memberRelationship:ACoAACCRaV0BQu_CwLA1mPC8Y-S4iqUSlapTtlc","$recipeTypes":["com.linkedin.deco.recipe.anonymous.Anon1684702728"],"$type":"com.linkedin.voyager.dash.identity.profile.Profile","firstName":"Rogelio ","profilePicture":{"a11yText":"Rogelio Herrera Sandoval","displayImageReference":{"vectorImage":{"$recipeTypes":["com.linkedin.voyager.dash.deco.common.VectorImageOnlyRootUrlAndAttribution"],"rootUrl":"https://media.licdn.com/dms/image/C5603AQGdVDLWqb_4bw/profile-displayphoto-shrink_","artifacts":[{"width":100,"$recipeTypes":["com.linkedin.voyager.dash.deco.common.VectorArtifact"],"fileIdentifyingUrlPathSegment":"100_100/0/1633372585857?e=1687996800&v=beta&t=i6p6qFjcdF5d8RhtEus031Vx_6wq5iH9jMeH9yf_TZw","expiresAt":1687996800000,"height":100,"$type":"com.linkedin.common.VectorArtifact"},{"width":200,"$recipeTypes":["com.linkedin.voyager.dash.deco.common.VectorArtifact"],"fileIdentifyingUrlPathSegment":"200_200/0/1633372585857?e=1687996800&v=beta&t=ufHbO0-aUoi0vrxQ0VxcyisSxjtZAB7c7O_oPogxRG4","expiresAt":1687996800000,"height":200,"$type":"com.linkedin.common.VectorArtifact"},{"width":400,"$recipeTypes":["com.linkedin.voyager.dash.deco.common.VectorArtifact"],"fileIdentifyingUrlPathSegment":"400_400/0/1633372585857?e=1687996800&v=beta&t=jA1LweVtgAjYQuhsLUAGV1vqLKurKN_7TGjRl8hCf7E","expiresAt":1687996800000,"height":400,"$type":"com.linkedin.common.VectorArtifact"},{"width":800,"$recipeTypes":["com.linkedin.voyager.dash.deco.common.VectorArtifact"],"fileIdentifyingUrlPathSegment":"800_800/0/1633372585857?e=1687996800&v=beta&t=bXXbGYSy4f0x6gMjFy72N-v7afaRBvlRvuv5csnMfbo","expiresAt":1687996800000,"height":800,"$type":"com.linkedin.common.VectorArtifact"}],"$type":"com.linkedin.common.VectorImage"}},"$recipeTypes":["com.linkedin.voyager.dash.deco.identity.profile.ProfilePhotoDecoSpecReadOnlyProfilePicture"],"displayImageUrn":"urn:li:digitalmediaAsset:C5603AQGdVDLWqb_4bw","$type":"com.linkedin.voyager.dash.identity.profile.PhotoFilterPicture"},"entityUrn":"urn:li:fsd_profile:ACoAACCRaV0BQu_CwLA1mPC8Y-S4iqUSlapTtlc","headline":"CFO / COO / Controller /Managing Director","publicIdentifier":"rogelioherrerasandoval"},{"lastName":"Avila Farka","$anti_abuse_metadata":{"/phoneticFirstName":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:65187148"}},"/headlineGeneratedSuggestionDelegateUrn":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:65187148"}},"/industryV2Urn":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:65187148"}},"/tempStatus":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:65187148"}},"/defaultToActivityTab":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:65187148"}},"/companyNameOnProfileTopCardShown":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:65187148"}},"/summary":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:65187148"}},"/influencer":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:65187148"}},"/trackingId":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:65187148"}},"/address":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:65187148"}},"/objectUrn":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:65187148"}},"/emailRequired":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:65187148"}},"/geoLocationBackfilled":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:65187148"}},"/versionTag":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:65187148"}},"/premium":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:65187148"}},"/headline":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:65187148"}},"/showPremiumSubscriberBadge":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:65187148"}},"/educationCardUrn":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:65187148"}},"/experienceCardUrn":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:65187148"}},"/locationName":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:65187148"}},"/industryUrn":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:65187148"}},"/educationOnProfileTopCardShown":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:65187148"}},"/trackingMemberId":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:65187148"}},"/lastName":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:65187148"}},"/memorialized":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:65187148"}},"/tempStatusEmoji":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:65187148"}},"/entityUrn":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:65187148"}},"/lastNamePronunciationHint":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:65187148"}},"/firstName":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:65187148"}},"/firstNamePronunciationHint":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:65187148"}},"/phoneticLastName":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:65187148"}},"/endorsementsEnabled":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:65187148"}},"/maidenName":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:65187148"}},"/creator":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:65187148"}},"/student":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:65187148"}},"/iweWarned":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:65187148"}},"/imFollowsPromoLegoTrackingId":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:65187148"}},"/publicIdentifier":{"sourceUrns":{"com.linkedin.common.urn.MemberUrn":"urn:li:member:65187148"}}},"*memberRelationship":"urn:li:fsd_memberRelationship:ACoAAAPirUwBvtHXTLyhWMnnliVx-8HZI3dOoF0","$recipeTypes":["com.linkedin.deco.recipe.anonymous.Anon1684702728"],"$type":"com.linkedin.voyager.dash.identity.profile.Profile","firstName":"Roberto E","profilePicture":{"a11yText":"Roberto E Avila Farka","displayImageReference":{"vectorImage":{"$recipeTypes":["com.linkedin.voyager.dash.deco.common.VectorImageOnlyRootUrlAndAttribution"],"rootUrl":"https://media.licdn.com/dms/image/C4E03AQG5LPnXg77waA/profile-displayphoto-shrink_","artifacts":[{"width":100,"$recipeTypes":["com.linkedin.voyager.dash.deco.common.VectorArtifact"],"fileIdentifyingUrlPathSegment":"100_100/0/1580908020434?e=1687996800&v=beta&t=0ViVCEt85R3THiK2XfLoFvJ2U9hl9_PofKbXpzptedw","expiresAt":1687996800000,"height":100,"$type":"com.linkedin.common.VectorArtifact"},{"width":200,"$recipeTypes":["com.linkedin.voyager.dash.deco.common.VectorArtifact"],"fileIdentifyingUrlPathSegment":"200_200/0/1580908020434?e=1687996800&v=beta&t=3kC9nd9JRWLWDsp1-d1OjD_DdWgH1Cm2CgbxlU5hljI","expiresAt":1687996800000,"height":200,"$type":"com.linkedin.common.VectorArtifact"},{"width":400,"$recipeTypes":["com.linkedin.voyager.dash.deco.common.VectorArtifact"],"fileIdentifyingUrlPathSegment":"400_400/0/1580908020434?e=1687996800&v=beta&t=AWH0Sxiax-kJ3bxgpQ0GgE04ImKXDEiHmEPxh5umh4M","expiresAt":1687996800000,"height":400,"$type":"com.linkedin.common.VectorArtifact"},{"width":800,"$recipeTypes":["com.linkedin.voyager.dash.deco.common.VectorArtifact"],"fileIdentifyingUrlPathSegment":"800_800/0/1580908020434?e=1687996800&v=beta&t=3c1iDaDvjc2ILUZrNVoKdiPlPeh1PiFjvktLZTqI2mo","expiresAt":1687996800000,"height":800,"$type":"com.linkedin.common.VectorArtifact"}],"$type":"com.linkedin.common.VectorImage"}},"$recipeTypes":["com.linkedin.voyager.dash.deco.identity.profile.ProfilePhotoDecoSpecReadOnlyProfilePicture"],"displayImageUrn":"urn:li:digitalmediaAsset:C4E03AQG5LPnXg77waA","$type":"com.linkedin.voyager.dash.identity.profile.PhotoFilterPicture"},"entityUrn":"urn:li:fsd_profile:ACoAAAPirUwBvtHXTLyhWMnnliVx-8HZI3dOoF0","headline":"Dirección Nacional HORECA en Grupo Merza, El Duero","publicIdentifier":"robertoavila1969"},{"memberRelationshipUnion":{"noConnection":{"memberDistance":"DISTANCE_2","$recipeTypes":["com.linkedin.deco.recipe.anonymous.Anon912817537"],"$type":"com.linkedin.voyager.dash.relationships.NoConnection"}},"entityUrn":"urn:li:fsd_memberRelationship:ACoAAC9q0ngBM7LliMRETnoD0xCHe1o20JQJnI4","$recipeTypes":["com.linkedin.deco.recipe.anonymous.Anon1069349607"],"$type":"com.linkedin.voyager.dash.relationships.MemberRelationship"},{"memberRelationshipUnion":{"noConnection":{"memberDistance":"DISTANCE_2","$recipeTypes":["com.linkedin.deco.recipe.anonymous.Anon912817537"],"$type":"com.linkedin.voyager.dash.relationships.NoConnection"}},"entityUrn":"urn:li:fsd_memberRelationship:ACoAAA-Fy84BNdnVaveT1O_352OSfM3qREyOkAo","$recipeTypes":["com.linkedin.deco.recipe.anonymous.Anon1069349607"],"$type":"com.linkedin.voyager.dash.relationships.MemberRelationship"},{"memberRelationshipUnion":{"noConnection":{"memberDistance":"DISTANCE_3","$recipeTypes":["com.linkedin.deco.recipe.anonymous.Anon912817537"],"$type":"com.linkedin.voyager.dash.relationships.NoConnection"}},"entityUrn":"urn:li:fsd_memberRelationship:ACoAADYvHl4BSJlmvnW-J5uH0e3ZcObgC2JHjRc","$recipeTypes":["com.linkedin.deco.recipe.anonymous.Anon1069349607"],"$type":"com.linkedin.voyager.dash.relationships.MemberRelationship"},{"memberRelationshipUnion":{"noConnection":{"memberDistance":"DISTANCE_3","$recipeTypes":["com.linkedin.deco.recipe.anonymous.Anon912817537"],"$type":"com.linkedin.voyager.dash.relationships.NoConnection"}},"entityUrn":"urn:li:fsd_memberRelationship:ACoAACfvAo8BFYLdQdnEoEu_CNg34R9XGWt3Anw","$recipeTypes":["com.linkedin.deco.recipe.anonymous.Anon1069349607"],"$type":"com.linkedin.voyager.dash.relationships.MemberRelationship"},{"memberRelationshipUnion":{"noConnection":{"memberDistance":"DISTANCE_3","$recipeTypes":["com.linkedin.deco.recipe.anonymous.Anon912817537"],"$type":"com.linkedin.voyager.dash.relationships.NoConnection"}},"entityUrn":"urn:li:fsd_memberRelationship:ACoAAAPirUwBvtHXTLyhWMnnliVx-8HZI3dOoF0","$recipeTypes":["com.linkedin.deco.recipe.anonymous.Anon1069349607"],"$type":"com.linkedin.voyager.dash.relationships.MemberRelationship"},{"memberRelationshipUnion":{"noConnection":{"memberDistance":"DISTANCE_3","$recipeTypes":["com.linkedin.deco.recipe.anonymous.Anon912817537"],"$type":"com.linkedin.voyager.dash.relationships.NoConnection"}},"entityUrn":"urn:li:fsd_memberRelationship:ACoAACCRaV0BQu_CwLA1mPC8Y-S4iqUSlapTtlc","$recipeTypes":["com.linkedin.deco.recipe.anonymous.Anon1069349607"],"$type":"com.linkedin.voyager.dash.relationships.MemberRelationship"}]}