Releases: leifeld/dna
DNA 2.0 beta 20
Added completed manual, additional functions in rDNA
and fixed a few minor issues.
With this new release, DNA
now has a complete guide in form of the "Discourse Network Analyzer Manual". The manual helps users to get started with DNA
, describes the functionality of DNA
and showcases some application scenarios of the work with rDNA
.
There are also several new functions in rDNA
: dna_sample
, dna_timeWindow
, dna_plotTimeWindow
, dna_plotCentrality
, dna_cluster
and dna_plotCluster
. See the help pages of the rDNA
package for more details.
DNA 2.0 beta 19
Re-implemented rDNA
support completely and fixed a few minor issues.
With this new release, the statistical computing environment R
can be used to extract network data and attributes from DNA
right into R
. Functions include dna_init
, dna_connection
, dna_gui
, dna_network
, and dna_attributes
. See the help pages of the rDNA
package for more details.
DNA 2.0 beta 18
This beta release includes a complete revision of the network export functions:
- New graphical user interface for network export, showing everything on one page.
- Re-implemented visone/
graphml
,csv
, anddl
file export. Graphml
/visone export now uses colors and attributes from the attribute manager.- Fixing bugs with two-mode/affiliation network export.
- Fixing bugs with the
subtract
algorithm. - Implementing all normalization methods (
average activity
,Jaccard
, andcosine
). - Adding new normalization methods for two-mode networks (
activity
andprominence
standardization). - Improved support for integer qualifier variables with
congruence
and conflict networks. - Normalization also for
subtract
,combine
,congruence
, andconflict
networks. - Preview of excluded values.
- Document meta-data (
author
,type
,source
, orsection
) can be used as variables during export. - Duplicate statements can be excluded at multiple levels.
There is also a revised sample.dna
file for testing purposes.
Several things have not been implemented yet and may be added in future versions, in particular new rDNA
bindings for importing networks into R
, creation of congruence ties nested in documents, additional export formats (including Gephi and Pajek), and dynamic network algorithms.
Update 17 February 2017: The sample.dna
file was corrupt and has been replaced.
DNA 1.31
Discourse Network Analyzer 1.31
Release date: 2013-10-07
Changes:
- New "subtract" option for the "agreement" field in the network export window. If "subtract" is selected, "combined" ties will be added to the network and "conflict" ties will be deduced from the network. The result is a signed, valued graph with negative values representing more conflict than agreement between actors and with positive values representing more agreement than conflict. In visone, for example, all negative ties can be selected and removed in the attribute manager. In rDNA, "agreement = 'subtract'" will activate the new option.