Skip to content

Commit

Permalink
Update readme: format output in indented way
Browse files Browse the repository at this point in the history
  • Loading branch information
SiddharthaAnand committed Oct 28, 2017
1 parent ecb25e4 commit aa7b7c3
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,26 @@ For example:
This is the sample data that you might get after the crawl is over.
```
>>> head dblp_json.jl
{"coauthors_name_list": ["Siddhartha Anand", "Partha Basuchowdhuri", "Subhashis Majumder", "Sanjoy Kumar Saha", "Diksha Roy Srivastava"], "coauthor_communities_list": ["show coauthor community: group 1", "show coauthor community: group 1", "show coauthor community: group 1", "show coauthor community: group 1", "show coauthor community: group 1"], "author_name": "Riya Roy", "author_articles_published": ["Spanning tree-based fast community detection methods in social networks."]}
{"coauthors_name_list": ["Partha Basuchowdhuri", "Subhashis Majumder", "V. K. Lakshan Prabhu", "Sanjoy Kumar Saha"], "coauthor_communities_list": ["show coauthor community: group 1", "show coauthor community: group 1", "show coauthor community: group 1", "show coauthor community: group 1"], "author_name": "Mithun Roy", "author_articles_published": ["Unified scheme for finding disjoint and overlapping communities in social networks using strength of ties."]}
{"coauthors_name_list": ["Partha Basuchowdhuri", "Subhashis Majumder", "Mithun Roy", "Sanjoy Kumar Saha"], "coauthor_communities_list": ["show coauthor community: group 1", "show coauthor community: group 1", "show coauthor community: group 1", "show coauthor community: group 1"], "author_name": "V. K. Lakshan Prabhu", "author_articles_published": ["Unified scheme for finding disjoint and overlapping communities in social networks using strength of ties."]}
{
"author_articles_published": [
"Spanning tree-based fast community detection methods in social networks."
],
"author_name": "Siddhartha Anand",
"coauthor_communities_list": [
"show coauthor community: group 1",
"show coauthor community: group 1",
"show coauthor community: group 1",
"show coauthor community: group 1",
"show coauthor community: group 1"
],
"coauthors_name_list": [
"Partha Basuchowdhuri",
"Subhashis Majumder",
"Riya Roy",
"Sanjoy Kumar Saha",
"Diksha Roy Srivastava"
]
}
...
```
## Authors
Expand Down

0 comments on commit aa7b7c3

Please sign in to comment.