Skip to content

Commit

Permalink
Updated logos and added datamodel figure to README
Browse files Browse the repository at this point in the history
  • Loading branch information
jesper-friis committed May 9, 2021
1 parent 4df85d5 commit fd72b6e
Show file tree
Hide file tree
Showing 8 changed files with 57 additions and 82 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ project(dlite
set(dlite_VENDOR "SINTEF")
set(dlite_LICENSE "MIT")
set(dlite_CONTACT "Jesper Friis")
set(dlite_LOGO "doc/figs/logo_circle.svg")
set(dlite_LONG_DESCRIPTION "\
DLite is a lightweight cross-platform C library, for working with and
sharing scientific data in an interoperable way.
Expand Down Expand Up @@ -746,12 +747,11 @@ if(CROSS_TARGET)
else()
set(arch "${CMAKE_SYSTEM_PROCESSOR}")
endif()
#set(CPACK_PACKAGE_FILE_NAME "dlite-${dlite_VERSION}-${CMAKE_SYSTEM_PROCESSOR}")
set(CPACK_PACKAGE_FILE_NAME "dlite-${dlite_VERSION}-${arch}")
#set(CPACK_PACKAGE_ICON "${dlite_SOURCE_DIR}/doc/icons/dlite.ico")
set(CPACK_PACKAGE_CHECKSUM "SHA256")
set(CPACK_PACKAGE_ICON "${dlite_SOURCE_DIR}/doc/figs/logo-circle.ico")
set(CPACK_RESOURCE_FILE_LICENSE "${dlite_SOURCE_DIR}/LICENSE")
set(CPACK_RESOURCE_FILE_README "${dlite_SOURCE_DIR}/README.md")
set(CPACK_PACKAGE_CHECKSUM "SHA256")
set(CPACK_VERBATIM_VARIABLES TRUE)
set(CPACK_SOURCE_IGNORE_FILES ${CPACK_SOURCE_IGNORE_FILES}
".git/*" "${dlite_BINARY_DIR}/*" "build*/*" "dist/*" "dlite.egg-info/*")
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ needed. The idea is if two different systems describes their data
model in terms of the basic metadata schema, they can easily be made
semantically interoperable.

![The datamodel of DLite.](doc/figs/datamodel.svg)

An alternative and more flexible way to enable interoperability is to
use a common ontology. DLite provides a specialised Instance called
Collection. A collection is essentially a container holding a set of
Expand Down
3 changes: 3 additions & 0 deletions doc/figs/datamodel.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/figs/logo-circle.ico
Binary file not shown.
Binary file added doc/figs/logo-circle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 6 additions & 3 deletions doc/figs/logo2.svg → doc/figs/logo-circle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/figs/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
119 changes: 43 additions & 76 deletions doc/figs/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fd72b6e

Please sign in to comment.