Skip to content

Commit 1c2603f

Browse files
authored
Merge pull request #376 from johnstegeman/publish
fix minor asciidoc formatting issues
2 parents 71723b5 + e612002 commit 1c2603f

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

modules/demos/pages/fraud-demo.adoc

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ The key types of entities (also called _labels_) in this graph include:
6868

6969
* *Customer* - an entity such as a person or business that holds one or more accounts at the financial institution
7070
* *Account* - an account at a financial institution. If the account is at “our” institution (the one that is building the fraud detection graph), then we can call it an “internal” account. Accounts at other institutions can be called “external” accounts. If an external account is an institution located in a designated high-risk jurisdiction, the Account node will also have a *HighRiskJurisdiction* label.
71-
* *Transaction*s are between two accounts, at least one of which must be internal (after all, we have no visibility into transactions between accounts at other institutions unless one side of the transaction is at our institution).
71+
* *Transaction* - are between two accounts, at least one of which must be internal (after all, we have no visibility into transactions between accounts at other institutions unless one side of the transaction is at our institution).
7272
* *Email, PhoneNumber, Address* - these nodes store demographic information for Customers
7373

7474
If you would like to experiment with the data model in https://neo4j.com/labs/cypher-workbench/[Cypher Workbench], you can find a copy of the data model export in model/Neo4j_cypher_workbench_model.json in the copy of the repository
@@ -85,11 +85,6 @@ The dashboard is saved in the database backup that you restored in the previous
8585

8686
image::open_dashboard.png[align="center"]
8787

88-
The dashboard is saved in the database backup that you restored in the previous step, so to run the dashboard, simply visit https://neodash.graphapp.io/[https://neodash.graphapp.io/], click _Existing Dashboard_, and provide the credentials and connection details for your database:
89-
90-
image::connect.png[align="center"]
91-
92-
9388
=== Navigating the Dashboard
9489

9590
The dashboard has three pages, one for each of the patterns. Each page also has two panes called _Reports_; each report displays the results from a Cypher query. You can see the underlying query by clicking the settings button (3 dots) in the upper right corner of the report. +

0 commit comments

Comments
 (0)