Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
94 changes: 4 additions & 90 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,91 +1,5 @@
## [Re] A simple rule for the evolution of cooperation on graphs and social networks
***Frank Stollmeier***

### ReScience submission repository

This is the submission repository for the [Re**Science** journal](https://rescience.github.io).

### How to submit an article ?


1. Create a [github](https://github.com) account

2. [Fork](https://help.github.com/articles/fork-a-repo/) the [ReScience submission](https://github.com/ReScience/ReScience-submission) repository

3. Clone this new repository into your desktop environment

```
$ git clone https://github.com/YOUR-USERNAME/ReScience-submission
```

4. Create a branch (the branch name should be author names separated with dashes)

```
$ git checkout -b AUTHOR1-AUTHOR2
```


5. Add your code & article (see [author guidelines](https://rescience.github.io/write)) and commit your changes:

```
$ git commit -a -m "Some comment"
```


6. [Push](https://help.github.com/articles/pushing-to-a-remote/) to github

```
$ git push origin AUTHOR1-AUTHOR2
```

7. Issue a [pull request](https://help.github.com/articles/using-pull-requests/) (PR) to Re**Science** with title containing author(s) name and follow the template that will appear once you opened the pull request:

```
**AUTHOR**

Dear @ReScience/editors,

I request a review for the following replication:

### Original article

**Title:**
**Author(s):**
**Journal (or Conference):**
**Year:**
**DOI:**
**PDF:**

### Replication

**Author(s)**:
**Repository**:
**PDF**:
**Keywords**:
**Language**:
**Domain**:

### Results

* [ ] Article has been fully replicated
* [ ] Article has been partially replicated
* [ ] Article has not been replicated

### Potential reviewers
<!-- If you know potential reviewers, you can tell us here -->
<!-- You can look at http://rescience.github.io/board for the -->
<!-- list of registered reviewers (but you can propose others) -->

---

**EDITOR**

* [ ] Editor acknowledgment
* [ ] Reviewer 1
* [ ] Reviewer 2
* [ ] Review 1 decision [accept/reject]
* [ ] Review 2 decision [accept/reject]
* [ ] Editor decision [accept/reject]
```

8. You can suggest reviewers from [editorial board](https://rescience.github.io/board).

9. Answer questions and requests made in the PR conversation page.
***A reference implementation of***
A simple rule for the evolution of cooperation on graphs and social networks. H. Ohtsuki and C. Hauert and E. Lieberman and M.A. Nowak. Nature (2006).
2 changes: 1 addition & 1 deletion article/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SOURCE = Name-YEAR
SOURCE = stollmeier-2017
MDFILE = $(SOURCE).md
BIBFILE = bibliography.bib
TEXFILE = $(SOURCE).tex
Expand Down
98 changes: 0 additions & 98 deletions article/Name-YEAR.md

This file was deleted.

Binary file removed article/Name-YEAR.pdf
Binary file not shown.
63 changes: 62 additions & 1 deletion article/bibliography.bib
Original file line number Diff line number Diff line change
@@ -1,6 +1,67 @@
% Encoding: UTF-8
@misc{markdown,
author = "John Gruber and Aaron Swartz",
title = "The Markdown format",
year = "2004",
url = "http://daringfireball.net/projects/markdown/syntax"
}
}
@Article{Ohtsuki2006,
author = {H. Ohtsuki and C. Hauert and E. Lieberman and M.A. Nowak},
title = {A simple rule for the evolution of cooperation on graphs and social networks},
journal = {Nature},
year = {2006},
volume = {441},
number = {7092},
pages = {502-505},
}

@Article{Allen2017,
author = {B. Allen and G. Lippner and Y.-T. Chen and B. Fotouhi and N. Momeni and S.-T. Yau and M.A. Nowak},
title = {Evolutionary dynamics on any population structure},
journal = {Nature},
volume = {544},
pages = {227-230},
year = {2017},
}

@Article{Chen2013,
author = {Chen, Y.-T.},
title = {Sharp benefit-to-cost rules for the evolution of cooperation on regular graphs},
journal = {Annals of Applied Probability},
year = {2013},
volume = {23},
number = {2},
pages = {637-664},
}

@Article{Taylor2007,
author = {Taylor, P.D. and Day, T. and Wild, G.},
title = {Evolution of cooperation in a finite homogeneous graph},
journal = {Nature},
year = {2007},
volume = {447},
number = {7143},
pages = {469-472},
}

@Article{Konno2011,
author = {Konno, T.},
title = {A condition for cooperation in a game on complex networks},
journal = {Journal of Theoretical Biology},
year = {2011},
volume = {269},
number = {1},
pages = {224-233},
}

@Article{Allen2014,
author = {B. Allen and M.A. Nowak},
title = {Games on graphs},
journal = {EMS Surveys in Mathematical Sciences},
year = {2014},
volume = {1},
number = {1},
pages = {113--151},
}

@Comment{jabref-meta: databaseType:bibtex;}
8 changes: 8 additions & 0 deletions article/figures/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
SVGFILES = $(wildcard *.svg)
PDFFILES = $(SVGFILES:.svg=.pdf)

all: $(PDFFILES)

%.pdf : %.svg
@echo "======= Converting SVG to PDF: $< ======="
@inkscape --without-gui --file=$< --export-pdf=$@ --export-text-to-path
Binary file added article/figures/cost_value_estimation.pdf
Binary file not shown.
Loading