Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
fix bulleted list
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanraba committed Mar 19, 2021
1 parent 52d442c commit 615d135
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/introduction.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -85,18 +85,18 @@
"the main goals and opportunities for improvement within the CASA codebase:\n",
"\n",
"**Maximize Performance**\n",
"- Fast experimentation\n",
"- (Near) linear scalability allowing users to reduce processing time by adding cheap commodity hardware resources \n",
"- Extreme scalability to thousands of cores and petascale data sizes needed by next generation instruments such as ngVLA\n",
"- Fully utilize all cores, memory, and disk I/O simultaneously\n",
"- Support everything from single user laptops to high-end clusters in enterprise datacenters as well as fully distributed grid \n",
"* Fast experimentation\n",
"* (Near) linear scalability allowing users to reduce processing time by adding cheap commodity hardware resources \n",
"* Extreme scalability to thousands of cores and petascale data sizes needed by next generation instruments such as ngVLA\n",
"* Fully utilize all cores, memory, and disk I/O simultaneously\n",
"* Support everything from single user laptops to high-end clusters in enterprise datacenters as well as fully distributed grid \n",
" and cloud processing environments\n",
"\n",
"**Minimize engineering overhead**\n",
"- Simplify scientific implementations without distraction of software engineering complexity\n",
"- Reduce custom code base by an order of magnitude\n",
"- Reduce development time of new features and maintenance overhead of existing features\n",
"- Support a variety of use cases and interoperability with other packages by leveraging off-the-shelf standards, tools, and formats\n",
"* Simplify scientific implementations without distraction of software engineering complexity\n",
"* Reduce custom code base by an order of magnitude\n",
"* Reduce development time of new features and maintenance overhead of existing features\n",
"* Support a variety of use cases and interoperability with other packages by leveraging off-the-shelf standards, tools, and formats\n",
"\n"
]
},
Expand Down

0 comments on commit 615d135

Please sign in to comment.