You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Michael Murtaugh b9116a6574 rdfa 1 year ago
868-mhz Update '868-mhz/index.html' 3 years ago
2019
RuralComputing
alt-reality-lexicon
anomolous-faces
attempting-diffraction
back-it-up fresh 2020 5 years ago
cartographies-of-counter-speculation
collectiveioning blabla + poster 5 years ago
concert-computation-cnviviality Add 'concert-computation-cnviviality/img' 3 years ago
css
dear-cross-maker Update 'dear-cross-maker/index.html' 2 years ago
desire_revolution
eigengrau ilinx 5 years ago
frabjousish
generatingstories Update 'generatingstories/index.html' 3 years ago
graduation_show Upload files to 'graduation_show' 4 years ago
habitat Aggiornare 'habitat/index.html' 3 years ago
hacking-maintenance-with-care Update 'hacking-maintenance-with-care/index.html' 2 years ago
hello-worlding the famous trolley problem 2 years ago
how-to-make-a-notebook-that
how-to-make-your-server-run-4x-faster
howtobeasocialjusticewarrior Update 'howtobeasocialjusticewarrior/index.html' 2 years ago
ilinx
img Eliminare 'img/walkie-talkie.png' 3 years ago
instant-warnet
is-it-time-to-eat-or-is-there-no-more-time-to-eat fresh 2020 5 years ago
lets-amplify-unspeakable-things replaced broken url of the project 4 years ago
lever_burns Upload files to 'lever_burns/pdf' 2 years ago
low-tech-chronicles Taking out broken/empty links 3 years ago
makeinclusivewebsites
minor_stories Update 'minor_stories/index.html' 2 years ago
modular-matter text 2 years ago
networks-of-care
nothanks Taking out broken/empty links 3 years ago
notitleyet
parallel-colonialism add pdf 5 years ago
poetic-software added missing PDF 6 years ago
referendum-medialogs fresh 2020 5 years ago
scripts rdfa 1 year ago
smart-speaker-theatre added missing things. all js now locally hosted 6 years ago
sobremesa Update 'sobremesa/index.html' 3 years ago
social-shelves-project
sound-jams Update 'sound-jams/index.html' 2 years ago
syster-papyri-magicae
tactical-watermarks Update 'tactical-watermarks/index.html' 5 years ago
templates
terrafying-hear-say
thanks_for_listening Update 'thanks_for_listening/index.html' 1 year ago
the-bootleg-library
the-constitution
the-repeater-archive
to-whom-it-may-affect Update 'to-whom-it-may-affect/index.html' 2 years ago
unlearning-the-rules-of-collectivity fresh 2020 5 years ago
unpublishing fresh 2020 5 years ago
usx 파일 업로드 'usx' 3 years ago
virtualgarden
when-you-might-go-astray Update 'when-you-might-go-astray/index.html' 4 years ago
writing_cure
.DS_Store bo's bio 5 years ago
.gitignore testing rdfa in index 1 year ago
Makefile rdfa 1 year ago
README Update 'README' 2 years ago
README19.NFO 79c 6 years ago
empty.html here goes html, css, fonts, example images and example pdf 6 years ago
index.html rdfa 1 year ago
index.rdfa.html rdfa 1 year ago
index_2022.html 2023 index live! 2 years ago
main.css
test.pdf

README

If you see this file AND you are reading it from
/data/www/xpub.nl/project.xpub.nl on the server, then
please kindly make changes here on the git (link below).

The content of this folder is controlled by a post-receive hook managed
by Gitea.

https://git.xpub.nl/XPUB/project.xpub.nl

To change the content of this folder, only do it via cloning the repos
and pushing to it. The changes will be immediately live on
https://project.xpub.nl

:*

Note for graduating students:

YOU ARE FREE TO DESIGN YOUR PROJECT PAGE THE WAY YOU LIKE

*However*

(dramatic pause)

There are quite a few mandatory things content and structure wise that
need to present, namely:

1. the page must have a bio + link to personal site/domain (if relevant)

2. the page must have a description of the project + link(s) to the
project + link(s) to relevant wiki pages (if useful) + link(s) to git repos
(if any) + year of the work

3. the page must have visual documentation of the work (screenshots,
photos, drawing, generated stuff, whatever is relevant and illustrative)

4. the page must have link to final PDF + visual documentation of the
printed version (I don't mean the thesis but the outcome of the book
sprint and final form of the published thesis) + link from home
5. the page must have visual documentation of the work during the grad
show + link from home

6. License/copyright statement. You're free to decide how you want your
work, from its documentation to its assets and core components, to be
distributed and reused, if you don't specify anything it will default to
standard copyright, it's always nice and useful to be explicit about
your position (whatever this can be!) in that regard, and regardless of
what alternative you choose (or not): default copyright, full fledged
free culture license, situationist style statement, underground press
copywrong trolling, anti-copyright notice, etc.

Also from a technical POV, make sure that:

- you follow the following URL structure:
  https://project.xpub.nl/the-name-of-your-project/
  no underscores, only dashes for space.
  inside the the-name-of-your-project/ folder, your project page should
  be named index.html, and from the main site only link to the folder
  name, do not link to index.html directly. The web server will serve
  index.html automatically.
  See how it's done for last year's projects

- do not load external resources, such as fonts or js scripts. Serve
  *everything* from the project folder. Basically your project page
  should work locally and offline.

How all this is presented is really up to you and there are no
restrictions (Joca for instance is using a functional chat bot
interface).

You can always use the template for student projects Lídia
made as a starting point if you like.  You can find this file
(student-template.html) under the templates folder. Note,
however, that both project description **AND** bio need to be
maximum 600 characters, and you need a minimum of 4 images
for each of the different sections (*Work*, *Publication* and *Graduation Show*).

!important (both for front page and individual pages):
Use class="int" on <a>s for internal links and class="ext" on
<a>s for external links. Add target='_blank' on links with
class='ext' to open link in a new tab