Code Monkey home page Code Monkey logo

conference_pairings's Introduction

Conference_Pairings

Copyright (C) Federico Vaggi Tommaso Schiavinotto Attila Csikasz-Nagy Rafael Carazo-Salas

Distributed under AGPL3; see LICENSE.txt. For use of the code under a different license, or information about consulting and solutions tailored to specific buisness needs, please visit: http://www.matchingknowledge.com/

Summary:

Code used to implement the matchmaking procedure described in Vaggi et al, eLife, 2014.

Given a list of conference participants and their connections, the methods that they know, the methods that they wish to know, speed_dating.py creates multiple unique rounds that match the participants according to user specified criteria.

By default, two different sets of 5 'dates' are created. The first set is between people who are mutually interested in each other's methods. The second set is between people who know different methods. Details of the method are described in the publication.

Requirements:

  • SciPy
  • NumPy
  • NetworkX
  • Pandas

Input Files:

Example of inputs are available in the Input directory.

  • Network.txt: A file, in edgelist format, containing all the connections between the participants of the meeting.
  • Known_Methods: A .csv file containing the known methods by all participants.
  • Wanted_Methods: A .csv file containing the wanted methods by all participants.

Output:

By default, the output is directed to standard output. It's possible to specify a desired output file in Settings.json file.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.