bigbang icon indicating copy to clipboard operation
bigbang copied to clipboard

Scientific analysis of collaborative communities

Results 110 bigbang issues
Sort by recently updated
recently updated
newest added

Archives can be initialized with URLS, or from short names of .csv files. Having it both ways is confusing (see #156). Documentation in the README would make this better.

documentation
Archive

Using short names is confusing for people because it assumes the data collection script has been run to function.

Examples

Rather than having the Archive initializer be so complex, it would be better to simplify it to accept only dataframes, .csv, or other preprocessed email data, and then fully separate...

Archive

I ran this command from the bigbang environment ``` (bigbang)~/bigbang dsg$ python bin/collect_mail.py -f examples/urls.txt ``` After successfully retrieving score of archives I received the following error message. ``` File...

When there are multiple References in an email, these should be parsed out into a list of message IDs. When these dictionary representations are turned into graphs, these multiple References...

enhancement

The current gender detector script will label many names as being of 'unknown' gender. [ ] @nllz has requested a feature that would, when using the detector over a large...

Much of the data we collect with bigbang is, in raw form, of the form of objects with event times in continuous time. Technically, this is not time series data,...

The Code of Conduct currently says the enforcement mechanism is: > Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [email protected]. All...

The current Code of Conduct and the current Governance document have discrepancies in their description of project roles. https://github.com/datactive/bigbang/wiki/Governance The Governance document describes: - Project Community - Users - Contributors...

Can we provide some basic guidelines for contributors? https://help.github.com/articles/setting-guidelines-for-repository-contributors/ Might want to include: * how/where to write tests for new features * license, etc. * how to separate scientific code...

documentation