-
Notifications
You must be signed in to change notification settings - Fork 2
Emphasize proper names in docs. #235
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| __Diffix for Desktop__ only accepts CSV files as input. | ||
|
|
||
| Diffix for Desktop interprets the first row of the CSV file as column names. | ||
| __Diffix for Desktop__ interprets the first row of the CSV file as column names. | ||
|
|
||
| Diffix for Desktop auto-detects the CSV separator. All standard separators are accepted. | ||
| __Diffix for Desktop__ auto-detects the CSV separator. All standard separators are accepted. | ||
|
|
||
| Diffix for Desktop auto-detects data types as text or numeric. Text columns are generalized with substring selection, and numeric columns are generalized with numeric ranges. | ||
| __Diffix for Desktop__ auto-detects data types as text or numeric. Text columns are generalized with substring selection, and numeric columns are generalized with numeric ranges. | ||
|
|
||
| After loading, Diffix for Desktop displays the column names and the first 1000 rows of the table. This data may be inspected to validate that the CSV file was loaded correctly. | ||
| After loading, __Diffix for Desktop__ displays the column names and the first 1000 rows of the table. This data may be inspected to validate that the CSV file was loaded correctly. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These sentences sound very repetitive...
| __Diffix for Desktop__ uses __Diffix__ as its underlying anonymization mechanism. __Diffix__ was co-developed by the __Max Planck Institute for Software Systems__ and __Aircloak GmbH__. __Diffix__ is strong enough to satisfy the GDPR definition of anonymization as non-personal data. | ||
|
|
||
| The technology is made openly available under the [__Open Diffix__](https://open-diffix.org) organization. The latest version of the mechanism is called __Diffix Elm__. | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@yoid2000 Paul, is this addition ok with you?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you should remove it, because:
- Open Diffix isn't really an organization. I would call it a project, but it is really MPG that is making this available anyway.
- I was purposely not mentioning the version (Elm) because Elm includes LED-Lite, and this release doesn't include LED-Lite.
|
Merged now so I can start the release making process. Will handle Paul's comments, if any, later... |
Closes #230.