{% extends "base.html" %} {% block head %} Tiago de Paula Peixoto {{ super() }} {% endblock %} {% block content %}
Bob


Department of Network and Data Science
Central European University
Quellenstraße 51-55
1100 Vienna
Austria

A305

tiago@skewed.de
peixotot@ceu.edu
(Have a question about graph-tool? Please send a message to the mailing list, or open an issue.)

Curriculum Vitae

PGP key: 98507F25
My key has changed some time ago.

@tiago@social.skewed.de

@tiagopeixoto

gitlab

google scholar

ORCID

ResearcherID

Publons

[FSF Associate Member]

Tiago de Paula Peixoto

Scientific interests
Networks & Complex Systems
Statistical Physics & Applied Mathematics
Current position
Central European University — Associate Professor
Software projects
graph-tool — An efficient python module for manipulation and statistical analysis of graphs.

Research

My research focuses on characterizing, identifying and explaining large-scale patterns found in the structure and function of complex network systems — representing diverse phenomena with physical, biological, technological, or social origins — using principled approaches from statistical physics, nonlinear dynamics and Bayesian inference.

(If you are interested in inferring modular structures in networks using graph-tool, take a look at this HOWTO.)

Open positions

Interested PhD candidates are encouraged to apply for the "PhD Program in Network Science at CEU".

Publications

Book chapters

    {% for p in papers.books %}
  1. {{ p.title }}
    {{ p.authors }}
    {{ p.journal }}
    DOI: {{ p.DOI }} [sci-hub, @tor]
    {% if p.arXiv is defined %} arXiv: {{ p.arXiv }}
    {% endif %} {%- if p.notes is defined -%} {{ p.notes | safe }}
    {%- endif -%}
  2. {% endfor %}

Pre-prints

    {% for p in papers.preprint %}
  1. {{ p.title }}
    {{ p.authors }}
    arXiv: {{ p.arXiv }}
    {% if p.notes is defined %} {{ p.notes|safe }}
    {% endif %}
  2. {% endfor %}

Journal papers

    {% for p in papers.journal %}
  1. {{ p.title }}
    {{ p.authors }}
    {{ p.journal }}
    DOI: {{ p.DOI }} [sci-hub, @tor]
    {% if p.arXiv is defined %} arXiv: {{ p.arXiv }}
    {% endif %} {%- if p.notes is defined -%} {{ p.notes | safe }}
    {%- endif -%}
  2. {% endfor %}
{% endblock %}