Skip to content
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

Fixing references, updating architecture diagram. #14

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
*.blg
*.toc
*.out
*.pdf
*.aux
*.bbl
ivoatexmeta.tex
*.log
*.html
*.zip
*.fdb_latexmk
*.fls
gitmeta.tex
*.swp
role_diagram.svg

# OS-specific
.DS_Store
986 changes: 494 additions & 492 deletions DAP.tex

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ IVOA_GROUP = Data Access Layer

# Source files for the TeX document (but the main file must always
# be called $(DOCNAME).tex
SOURCES = $(DOCNAME).tex
SOURCES = $(DOCNAME).tex role_diagram.pdf

# List of pixel image files to be included in submitted package
FIGURES = archdiag.png
# List of pixel image files to be included in submitted package
FIGURES = role_diagram.svg

# List of PDF figures (for vector graphics)
VECTORFIGURES =
VECTORFIGURES =

# Additional files to distribute (e.g., CSS, schema files, examples...)
AUX_FILES =
AUX_FILES =

-include ivoatex/Makefile

Expand Down
Binary file removed archdiag.png
Binary file not shown.
16 changes: 16 additions & 0 deletions role_diagram.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@

<archdiag xmlns="http://ivoa.net/archdiag">
<rec name="VODataService" x="57.5" y="350" w="85"/>

<rec name="VOTable" x="270" y="325" w="50"/>
<rec name="DALI" x="310" y="290" w="33"/>

<rec name="DataLink" x="628" y="405" w="53"/>
<rec name="SODA" x="681" y="430" w="38"/>
<rec name="ObsCore" x="619" y="180" w="52"/>

<rec name="VOSI" x="568" y="435" w="34"/>

<thisrec name="DAP" x="686" y="280" w="28"/>

</archdiag>