From 97d9d31b098e677382b7434c350a6a00e341e548 Mon Sep 17 00:00:00 2001 From: obvwolf Date: Tue, 28 Oct 2025 09:34:15 -0600 Subject: [PATCH] Added outline.typ, using IEEE format. --- outline.typ | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 outline.typ diff --git a/outline.typ b/outline.typ new file mode 100644 index 0000000..c02fab6 --- /dev/null +++ b/outline.typ @@ -0,0 +1,20 @@ +#import "@preview/charged-ieee:0.1.4": ieee + +#show: ieee.with( + title: [How anti-repair practices are contributing to an excess in waste], + abstract: [ + Right-to-repair legislation is challenged by OEMs and larger firms, claiming concerns for end-user data privacy, IP infringement, and degrading of products with cheaper replacement parts. They use these claims to perpetrate practices of locking down software crucial for diagnosing technical issues, building products to be difficult to disassemble, and voiding warranty if they are opened. These practices reduce the incentive for a consumer to continue using a product after it fails, even if the issue is a minor fix, such as replacing the screen or battery. These often still functional electronic products are treated as disposables, instead of a tool which is able to be serviced back to its original function. + ], + authors: ( + ( + name: "Chase Vicente", + department: "Nature and Human Values", + organization: "Colorado School of Mines", + location: "Golden, Colorado", + email: "chase_vicente@mines.edu" + ), + ), + bibliography: bibliography("sources.bib"), +) + += Intro \ No newline at end of file