<div style="max-width: 670px;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</div>
<button class="button-square">[[Sources – Books|Books]]</button> <button class="button-square shadow-perm">[[Sources – Papers|Papers]]</button> <button class="button-square">[[Sources – Articles|Articles]]</button> <button class="button-square">[[Sources – Media|Media]]</button> <button class="button-square">[[Sources – Items|Items]]</button>
%% DATAVIEW_PUBLISHER: start
```dataview
TABLE WITHOUT ID file.link AS Title,
join(default(type, "")) AS Type,
join(default(genre, "")) AS Genre,
join(filter([religion, sect, creed, method, law], (x) => x)) AS "Ideology",
join(default(author, "")) AS Author,
join(default(language, "")) AS Language,
join(default(publisher, "")) AS Publisher,
join(default(subjects, "")) AS Subjects,
join(default(themes, "")) AS Themes
WHERE contains(publish, true)
AND contains(class, "Source")
AND contains(category, "Paper")
SORT file.name ASC
```
%%
| Title | Type | Genre | Ideology | Author | Language | Publisher | Subjects | Themes |
| --------------------------------------------------------------- | ---- | ----- | -------- | ------ | -------- | --------- | -------- | ------ |
| [[Pages/Sources/Testing Source Paper.md\|Testing Source Paper]] | | | | | | | | |
%% DATAVIEW_PUBLISHER: end %%
%% #Dataview %%