diff --git a/README.md b/README.md index 42de8837..19e50588 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,9 @@ Our goal is to provide a lightweight API to integrate with existing acquisition Please note, AqNWB is currently under development and should not yet be used in practice. Below is a high-level overview of the project structure and capabilities we are targeting: -Project Overview + +![Project Overview](resources/images/aqnwb_objective_500px.png) + # Requirements * A C++17-compliant compiler @@ -132,4 +134,4 @@ of Energy and the U.S. Government consequently retains certain rights. As such, the U.S. Government has been granted for itself and others acting on its behalf a paid-up, nonexclusive, irrevocable, worldwide license in the Software to reproduce, distribute copies to the public, prepare derivative -works, and perform publicly and display publicly, and to permit others to do so. \ No newline at end of file +works, and perform publicly and display publicly, and to permit others to do so. diff --git a/docs/Doxyfile.in b/docs/Doxyfile.in index eb203ae0..eb538a86 100644 --- a/docs/Doxyfile.in +++ b/docs/Doxyfile.in @@ -8,6 +8,7 @@ PROJECT_NUMBER = "@PROJECT_VERSION@" # Add sources INPUT = "@PROJECT_SOURCE_DIR@/README.md" "@PROJECT_SOURCE_DIR@/include" "@PROJECT_SOURCE_DIR@/src" "@PROJECT_SOURCE_DIR@/docs/pages" +IMAGE_PATH = "@PROJECT_SOURCE_DIR@/resources/images" EXTRACT_ALL = YES RECURSIVE = YES OUTPUT_DIRECTORY = "@DOXYGEN_OUTPUT_DIRECTORY@" diff --git a/resources/images/aqnwb_objective_500px.png b/resources/images/aqnwb_objective_500px.png new file mode 100644 index 00000000..31bfb665 Binary files /dev/null and b/resources/images/aqnwb_objective_500px.png differ