Skip to content

Instantly share code, notes, and snippets.

View Daniel-Mietchen's full-sized avatar
🐢
The climate crisis requires swift and sustained ACTION.

Daniel Mietchen Daniel-Mietchen

🐢
The climate crisis requires swift and sustained ACTION.
View GitHub Profile

How to use Gephi to visualize from Wikidata

I'm a long-time fan of the graph visualization tool Gephi and since Wikimania 2019 I got involved with Wikidata. I was aware of the Gephi plugin "Semantic Web Importer", but when I check it out, I only find old tutorials connecting to DBpedia, not Wikidata:

@Daniel-Mietchen
Daniel-Mietchen / YASHE.md
Last active April 7, 2020 23:17 — forked from mistermboy/YASHE.md
#YASHE: How to use YASHE

This example shows how to use YASHE in your own project.

You can initialize YASHE via its constructor, or via the command fromTextArea.

In the html files shown below, you will see how to initialize YASHE both ways.

import html
import requests
import threading
class AskPubMed(threading.Thread):
def __init__ (self, threadID, name, packages):
threading.Thread.__init__(self)
self.threadID = threadID
self.name = name
self.packages = packages