Code Monkey home page Code Monkey logo

networkspapers's Introduction

New papers in Network Science

New papers in Network Science provides a semi-automatically curated list of new publications in Network Science. New publications are shared on weekdays on Bluesky (@networkspapers.sky.social), on Mastodon (@[email protected]), on Twitter (@networkspapers), via a mailing list, and via a RSS feed (beta version).

New publications are flagged if their title or abstract (when available) contains any of the following keywords

Connectome, connectome, Connectomes, connectomes, Connectomics, connectomics, Network, network, Networks, networks, networked, Networked, Percolation, percolation, Graph, graph, Graphs, graphs, Hypergraph, hypergraph, Hypergraphs, hypergraphs, Simplex, simplex, Simplices, simplices, Simplicial, simplicial

Flagged publications are then manually reviewed prior to being posted to insure broad relevancy.

Our wish is to make this account as useful as possible to the diverse Network Science community; comments or suggestions are welcome (see the issues tab).

Archive

The file past_posts.json contains every new paper in network science identified and posted by @networkspapers since Nov. 30th 2017. The Mastodon account @[email protected] started posting on Nov. 8th 2022. The Bluesky account @networkspapers.bsky.social started posting on Aug. 25th 2023. The mailing list started on Oct. 12th 2023. We keep it updated in case this (incomplete and obviously biased) list could be useful in anyway to researchers.

Feeds followed

Using this code

If you wish to use this code, you will need to add your Twitter Access Keys in the file config/twitter_cred.json as

{
  "consumer_key"        : "",
  "consumer_secret"     : "",
  "access_token"        : "",
  "access_token_secret" : ""
}

Posting on Mastodon is done via the Python wrapper for the Mastodon API Mastodon.py. You will need to run the following script once

from mastodon import Mastodon

Mastodon.create_app(
     "pytooterapp",
     api_base_url = INSTANCE_URL,
     to_file = "pytooter_clientcred.secret"
)

mastodon = Mastodon(
    client_id = "pytooter_clientcred.secret",
    api_base_url = INSTANCE_URL
)

mastodon.log_in(
    USERNAME,
    PASSWORD,
    to_file = "pytooter_usercred.secret"
)

and then create the file config/mastodon_cred.json with

{
  "access_token": pytooter_usercred.secret,
  "api_base_url": INSTANCE_URL
}

Posting to a Slack channel is done via the slack_sdk Python package. Simple instructions can be found here. You will have to create the file config/slack_CUSTOMNAME_cred.json with

{
  "channel": CHANNEL_ID,
  "slack_bot_token": TOKEN
}

Simple instructions to post on Bluesky can be found here. You will have to create the file config/bsky_cred.json with

{
  "handle": USERNAME,
  "app_password": PASSWORD
}

Instructions to use GMail's SMTP server can be found here. You will have to create the file config/googlegroup_cred.json with

{
  "email_sender": "write-email-here",
  "email_password": "write-password-here",
  "email_receiver": "write-email-receiver-here"
}

networkspapers's People

Contributors

antoineallard avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

raunakdey

networkspapers's Issues

Shameless promotion (2018)

Hi and thank you for creating this very useful database!
In the description it writes that collection started in 2017, for papers with 'networks' in their title.
I've noticed that a paper of mine from February 2018 titled "Predicting species emergence in simulated complex pre-biotic networks" is not on the list and I think it should be because it is relevant for network science.
It's DOI is: https://doi.org/10.1371/journal.pone.0192871
What do you think?

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.