From e40c1cb02d68bbbed309750aa72ad13ed7851921 Mon Sep 17 00:00:00 2001 From: oscgonfer Date: Thu, 4 Jan 2024 09:08:16 +0000 Subject: [PATCH] deploy: 32d68e0999b97c31c2eed26348e0e14ed9bf27ab --- 404.html | 27 + fabrication/index.html | 149 +- fabrication/machines/index.html | 115 +- .../precious_plastic_sheet_press/index.html | 44 +- .../precious_plastic_shredder/index.html | 48 +- fabrication/machines/prusamk3/index.html | 40 +- fabrication/materials/dibond/index.html | 40 +- fabrication/materials/index.html | 75 +- fabrication/suppliers/index.html | 27 + fabrication/templates/index.html | 87 +- .../templates/machine-template/index.html | 42 +- .../templates/material_template/index.html | 40 +- guides/documentation/index.html | 36 +- guides/index.html | 67 +- index.html | 27 + programs/MDEF/index.html | 36 +- programs/fabacademy/index.html | 36 +- programs/fabricademy/index.html | 36 +- programs/index.html | 90 +- .../templates/program_template/index.html | 40 +- research/index.html | 27 + .../popmachina/index.html | 36 +- research/publications/Books/index.html | 28 + .../Journals and Papers/index.html | 48 + research/publications/index.html | 27 + search/search_index.json | 2 +- sitemap.xml | 53 +- sitemap.xml.gz | Bin 432 -> 440 bytes tags.html | 1505 +++++++++++++++++ 29 files changed, 2518 insertions(+), 310 deletions(-) create mode 100644 tags.html diff --git a/404.html b/404.html index bce0cea..3e77101 100644 --- a/404.html +++ b/404.html @@ -241,6 +241,18 @@ + + + + + +
  • + + Tags + +
  • + + @@ -988,6 +1000,21 @@ + + + + + + + +
  • + + Tags + +
  • + + + diff --git a/fabrication/index.html b/fabrication/index.html index f272c14..4f14824 100644 --- a/fabrication/index.html +++ b/fabrication/index.html @@ -71,7 +71,7 @@
    - + Skip to content @@ -250,6 +250,18 @@ + + + + + +
  • + + Tags + +
  • + +
    @@ -1009,6 +1021,21 @@ + + + + + + + +
  • + + Tags + +
  • + + + @@ -1046,32 +1073,106 @@ - +

    fabrication

    +

    Fabrication Resources

    +
    + + + + +
    +

    PRECIOUS PLASTIC SHEETPRESS

    + +
    The Precious Plastic Sheetpress!
    + + +
    12/09/2022
    + + +
    + contributors: Christy Cairns and Dídac Torrent +
    + +
    +
    + + + +
    +

    PRECIOUS PLASTIC SHREDDER

    + +
    The Precious Plastics Shredder!
    + + +
    13/09/2022
    + + +
    + contributors: Christy Cairns and Dídac Torrent +
    + +
    +
    + + + +
    +

    PRUSA MK3

    + +
    A nice machine!
    + + +
    03/01/2022
    + + +
    + contributors: Pepito Grillo +
    + +
    +
    + + + +
    +

    DIBOND

    -

    Macro Rendering Error

    -

    FileNotFoundError: [Errno 2] No such file or directory: ‘/home/runner/work/knowledge/knowledge/aux/tags.md’

    -
    Traceback (most recent call last):
    -  File "/opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages/mkdocs_macros/plugin.py", line 480, in render
    -    return md_template.render(**page_variables)
    -  File "/opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages/jinja2/environment.py", line 1291, in render
    -    self.environment.handle_exception()
    -  File "/opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages/jinja2/environment.py", line 925, in handle_exception
    -    raise rewrite_traceback_stack(source=source)
    -  File "<template>", line 3, in top-level template code
    -  File "/home/runner/work/knowledge/knowledge/main.py", line 89, in get_cards
    -    return template.render(tags=include_tags('aux/tags.md', tags), full=full)
    -  File "/home/runner/work/knowledge/knowledge/main.py", line 24, in include_tags
    -    with open(full_filename, 'r') as f:
    -FileNotFoundError: [Errno 2] No such file or directory: '/home/runner/work/knowledge/knowledge/aux/tags.md'
    -
    +
    Dibond is a composite material that can get machined to make quite nice designs
    + + +
    03/01/2022
    + + +
    + contributors: Antoñito +
    + +
    + + + + +
    +

    MACHINE TEMPLATE

    + + + +
    +
    + + + +
    +

    MATERIAL TEMPLATE

    + + + +
    +
    + +
    diff --git a/fabrication/machines/index.html b/fabrication/machines/index.html index 0532d3b..2284d83 100644 --- a/fabrication/machines/index.html +++ b/fabrication/machines/index.html @@ -71,7 +71,7 @@
    - + Skip to content @@ -250,6 +250,18 @@ + + + + + +
  • + + Tags + +
  • + +
    @@ -1011,6 +1023,21 @@ + + + + + + + +
  • + + Tags + +
  • + + + @@ -1048,36 +1075,68 @@ - +

    machines fabrication

    +

    Machines

    +
    + + + + +
    +

    PRECIOUS PLASTIC SHEETPRESS

    + +
    The Precious Plastic Sheetpress!
    + + +
    12/09/2022
    + + +
    + contributors: Christy Cairns and Dídac Torrent +
    + +
    +
    + + + +
    +

    PRECIOUS PLASTIC SHREDDER

    + +
    The Precious Plastics Shredder!
    + -

    Macro Rendering Error

    -

    FileNotFoundError: [Errno 2] No such file or directory: ‘/home/runner/work/knowledge/knowledge/aux/tags.md’

    -
    Traceback (most recent call last):
    -  File "/opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages/mkdocs_macros/plugin.py", line 480, in render
    -    return md_template.render(**page_variables)
    -  File "/opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages/jinja2/environment.py", line 1291, in render
    -    self.environment.handle_exception()
    -  File "/opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages/jinja2/environment.py", line 925, in handle_exception
    -    raise rewrite_traceback_stack(source=source)
    -  File "<template>", line 3, in top-level template code
    -  File "/home/runner/work/knowledge/knowledge/main.py", line 89, in get_cards
    -    return template.render(tags=include_tags('aux/tags.md', tags), full=full)
    -  File "/home/runner/work/knowledge/knowledge/main.py", line 24, in include_tags
    -    with open(full_filename, 'r') as f:
    -FileNotFoundError: [Errno 2] No such file or directory: '/home/runner/work/knowledge/knowledge/aux/tags.md'
    -
    +
    13/09/2022
    + + +
    + contributors: Christy Cairns and Dídac Torrent +
    + +
    + + + + +
    +

    PRUSA MK3

    + +
    A nice machine!
    + + +
    03/01/2022
    + + +
    + contributors: Pepito Grillo +
    + +
    +
    + +
    diff --git a/fabrication/machines/precious_plastic_sheet_press/index.html b/fabrication/machines/precious_plastic_sheet_press/index.html index 7e64d61..a3cce84 100644 --- a/fabrication/machines/precious_plastic_sheet_press/index.html +++ b/fabrication/machines/precious_plastic_sheet_press/index.html @@ -250,6 +250,18 @@ + + + + + +
  • + + Tags + +
  • + + @@ -1084,6 +1096,21 @@ + + + + + + + +
  • + + Tags + +
  • + + + @@ -1178,24 +1205,9 @@ - - +

    machines experimental fabrication

    Precious Plastic Sheetpress

    Technical specifications

    diff --git a/fabrication/machines/precious_plastic_shredder/index.html b/fabrication/machines/precious_plastic_shredder/index.html index e076c51..cfb803e 100644 --- a/fabrication/machines/precious_plastic_shredder/index.html +++ b/fabrication/machines/precious_plastic_shredder/index.html @@ -250,6 +250,18 @@ + + + + + +
  • + + Tags + +
  • + + @@ -1097,6 +1109,21 @@ + + + + + + + +
  • + + Tags + +
  • + + + @@ -1204,28 +1231,9 @@ - - +

    machines experimental material processing fabrication

    Precious Plastic Shredder

    Technical specifications

    diff --git a/fabrication/machines/prusamk3/index.html b/fabrication/machines/prusamk3/index.html index 4c9a4fa..264fe93 100644 --- a/fabrication/machines/prusamk3/index.html +++ b/fabrication/machines/prusamk3/index.html @@ -250,6 +250,18 @@ + + + + + +
  • + + Tags + +
  • + + @@ -1011,6 +1023,21 @@ + + + + + + + +
  • + + Tags + +
  • + + + @@ -1048,20 +1075,9 @@ - - +

    machines fabrication

    Prusa MK3

    This is an awesome machine!

    diff --git a/fabrication/materials/dibond/index.html b/fabrication/materials/dibond/index.html index 9f60895..a8806d5 100644 --- a/fabrication/materials/dibond/index.html +++ b/fabrication/materials/dibond/index.html @@ -250,6 +250,18 @@ + + + + + +
  • + + Tags + +
  • + + @@ -1011,6 +1023,21 @@ + + + + + + + +
  • + + Tags + +
  • + + + @@ -1048,20 +1075,9 @@ - - +

    materials fabrication

    Dibond

    This is an awesome material!

    diff --git a/fabrication/materials/index.html b/fabrication/materials/index.html index f74d980..f1aea68 100644 --- a/fabrication/materials/index.html +++ b/fabrication/materials/index.html @@ -71,7 +71,7 @@
    - + Skip to content @@ -250,6 +250,18 @@ + + + + + +
  • + + Tags + +
  • + +
    @@ -1011,6 +1023,21 @@ + + + + + + + +
  • + + Tags + +
  • + + + @@ -1048,32 +1075,32 @@ - +

    materials

    +

    Materials

    +
    + -

    Macro Rendering Error

    -

    FileNotFoundError: [Errno 2] No such file or directory: ‘/home/runner/work/knowledge/knowledge/aux/tags.md’

    -
    Traceback (most recent call last):
    -  File "/opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages/mkdocs_macros/plugin.py", line 480, in render
    -    return md_template.render(**page_variables)
    -  File "/opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages/jinja2/environment.py", line 1291, in render
    -    self.environment.handle_exception()
    -  File "/opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages/jinja2/environment.py", line 925, in handle_exception
    -    raise rewrite_traceback_stack(source=source)
    -  File "<template>", line 3, in top-level template code
    -  File "/home/runner/work/knowledge/knowledge/main.py", line 89, in get_cards
    -    return template.render(tags=include_tags('aux/tags.md', tags), full=full)
    -  File "/home/runner/work/knowledge/knowledge/main.py", line 24, in include_tags
    -    with open(full_filename, 'r') as f:
    -FileNotFoundError: [Errno 2] No such file or directory: '/home/runner/work/knowledge/knowledge/aux/tags.md'
    -
    + + +
    +

    DIBOND

    + +
    Dibond is a composite material that can get machined to make quite nice designs
    + + +
    03/01/2022
    + + +
    + contributors: Antoñito +
    + +
    +
    + +
    diff --git a/fabrication/suppliers/index.html b/fabrication/suppliers/index.html index 27b0a45..ea58860 100644 --- a/fabrication/suppliers/index.html +++ b/fabrication/suppliers/index.html @@ -250,6 +250,18 @@ + + + + + +
  • + + Tags + +
  • + + @@ -1011,6 +1023,21 @@ + + + + + + + +
  • + + Tags + +
  • + + + diff --git a/fabrication/templates/index.html b/fabrication/templates/index.html index 90dbc39..b50965b 100644 --- a/fabrication/templates/index.html +++ b/fabrication/templates/index.html @@ -71,7 +71,7 @@
    - + Skip to content @@ -250,6 +250,18 @@ + + + + + +
  • + + Tags + +
  • + +
    @@ -1011,6 +1023,21 @@ + + + + + + + +
  • + + Tags + +
  • + + + @@ -1048,32 +1075,44 @@ - +

    templates

    +

    Templates

    +
    + + + + +
    +

    MACHINE TEMPLATE

    + + + +
    +
    + + + +
    +

    MATERIAL TEMPLATE

    + + + +
    +
    + + + +
    +

    PROGRAM TEMPLATE

    -

    Macro Rendering Error

    -

    FileNotFoundError: [Errno 2] No such file or directory: ‘/home/runner/work/knowledge/knowledge/aux/tags.md’

    -
    Traceback (most recent call last):
    -  File "/opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages/mkdocs_macros/plugin.py", line 480, in render
    -    return md_template.render(**page_variables)
    -  File "/opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages/jinja2/environment.py", line 1291, in render
    -    self.environment.handle_exception()
    -  File "/opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages/jinja2/environment.py", line 925, in handle_exception
    -    raise rewrite_traceback_stack(source=source)
    -  File "<template>", line 3, in top-level template code
    -  File "/home/runner/work/knowledge/knowledge/main.py", line 89, in get_cards
    -    return template.render(tags=include_tags('aux/tags.md', tags), full=full)
    -  File "/home/runner/work/knowledge/knowledge/main.py", line 24, in include_tags
    -    with open(full_filename, 'r') as f:
    -FileNotFoundError: [Errno 2] No such file or directory: '/home/runner/work/knowledge/knowledge/aux/tags.md'
    -
    + + +
    + + +
    diff --git a/fabrication/templates/machine-template/index.html b/fabrication/templates/machine-template/index.html index 66d1ead..71bd67b 100644 --- a/fabrication/templates/machine-template/index.html +++ b/fabrication/templates/machine-template/index.html @@ -250,6 +250,18 @@ + + + + + +
  • + + Tags + +
  • + + @@ -1093,6 +1105,21 @@ + + + + + + + +
  • + + Tags + +
  • + + + @@ -1198,23 +1225,12 @@ - -

    Machine template

    -

    +

    template fabrication +

    Technical specifications

    @@ -1045,6 +1057,21 @@ + + + + + + + +
  • + + Tags + +
  • + + + @@ -1102,22 +1129,11 @@ - -

    Material template

    +

    template fabrication

    Title

    Content

    Process

    diff --git a/guides/documentation/index.html b/guides/documentation/index.html index b0d844f..6903e53 100644 --- a/guides/documentation/index.html +++ b/guides/documentation/index.html @@ -250,6 +250,18 @@ + + + + + +
  • + + Tags + +
  • + + @@ -1063,6 +1075,21 @@ + + + + + + + +
  • + + Tags + +
  • + + + @@ -1140,18 +1167,11 @@ - -

    mkdocs documentation

    +

    guides

    Theme

    We use the Material theme for MK Docs. You can find the updated features in the theme specimen. We also run most of the available extensions.

    Example configurations

    diff --git a/guides/index.html b/guides/index.html index 288ae60..11f85a0 100644 --- a/guides/index.html +++ b/guides/index.html @@ -71,7 +71,7 @@
    - + Skip to content @@ -250,6 +250,18 @@ + + + + + +
  • + + Tags + +
  • + +
    @@ -1009,6 +1021,21 @@ + + + + + + + +
  • + + Tags + +
  • + + + @@ -1046,32 +1073,24 @@ - +

    guides

    +

    Guides

    +
    + + + + +
    +

    MKDOCS DOCUMENTATION

    + -

    Macro Rendering Error

    -

    FileNotFoundError: [Errno 2] No such file or directory: ‘/home/runner/work/knowledge/knowledge/aux/tags.md’

    -
    Traceback (most recent call last):
    -  File "/opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages/mkdocs_macros/plugin.py", line 480, in render
    -    return md_template.render(**page_variables)
    -  File "/opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages/jinja2/environment.py", line 1291, in render
    -    self.environment.handle_exception()
    -  File "/opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages/jinja2/environment.py", line 925, in handle_exception
    -    raise rewrite_traceback_stack(source=source)
    -  File "<template>", line 3, in top-level template code
    -  File "/home/runner/work/knowledge/knowledge/main.py", line 89, in get_cards
    -    return template.render(tags=include_tags('aux/tags.md', tags), full=full)
    -  File "/home/runner/work/knowledge/knowledge/main.py", line 24, in include_tags
    -    with open(full_filename, 'r') as f:
    -FileNotFoundError: [Errno 2] No such file or directory: '/home/runner/work/knowledge/knowledge/aux/tags.md'
    -
    + +
    + + +
    diff --git a/index.html b/index.html index 7f8b8c8..4d89242 100644 --- a/index.html +++ b/index.html @@ -245,6 +245,18 @@ + + + + + +
  • + + Tags + +
  • + + @@ -1000,6 +1012,21 @@ + + + + + + + +
  • + + Tags + +
  • + + + diff --git a/programs/MDEF/index.html b/programs/MDEF/index.html index 28781f4..3d27416 100644 --- a/programs/MDEF/index.html +++ b/programs/MDEF/index.html @@ -250,6 +250,18 @@ + + + + + +
  • + + Tags + +
  • + + @@ -1070,6 +1082,21 @@ + + + + + + + +
  • + + Tags + +
  • + + + @@ -1154,18 +1181,11 @@ - -

    MDEF

    +

    programs

    Projects

    Resources

    Publications

    diff --git a/programs/fabacademy/index.html b/programs/fabacademy/index.html index 3bfa25c..c9aefef 100644 --- a/programs/fabacademy/index.html +++ b/programs/fabacademy/index.html @@ -250,6 +250,18 @@ + + + + + +
  • + + Tags + +
  • + + @@ -1070,6 +1082,21 @@ + + + + + + + +
  • + + Tags + +
  • + + + @@ -1154,18 +1181,11 @@ - -

    Fabacademy

    +

    programs

    Projects

    Resources

    Publications

    diff --git a/programs/fabricademy/index.html b/programs/fabricademy/index.html index 66942f7..8a5c0fb 100644 --- a/programs/fabricademy/index.html +++ b/programs/fabricademy/index.html @@ -250,6 +250,18 @@ + + + + + +
  • + + Tags + +
  • + + @@ -1070,6 +1082,21 @@ + + + + + + + +
  • + + Tags + +
  • + + + @@ -1154,18 +1181,11 @@ - -

    Fabricademy

    +

    programs

    Projects

    Resources

    Publications

    diff --git a/programs/index.html b/programs/index.html index 745ff2f..0be1635 100644 --- a/programs/index.html +++ b/programs/index.html @@ -71,7 +71,7 @@
    - + Skip to content @@ -250,6 +250,18 @@ + + + + + +
  • + + Tags + +
  • + +
    @@ -1009,6 +1021,21 @@ + + + + + + + +
  • + + Tags + +
  • + + + @@ -1046,32 +1073,47 @@ - +

    programs

    +

    Programs

    +

    This section summarises educational programs and related material in different categories. All content can be reused for other classes. Make sure to follow the templates here and here.

    +
    + + + + +
    +

    MDEF

    + + + +
    +
    + + + +
    +

    FABACADEMY

    -

    Macro Rendering Error

    -

    FileNotFoundError: [Errno 2] No such file or directory: ‘/home/runner/work/knowledge/knowledge/aux/tags.md’

    -
    Traceback (most recent call last):
    -  File "/opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages/mkdocs_macros/plugin.py", line 480, in render
    -    return md_template.render(**page_variables)
    -  File "/opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages/jinja2/environment.py", line 1291, in render
    -    self.environment.handle_exception()
    -  File "/opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages/jinja2/environment.py", line 925, in handle_exception
    -    raise rewrite_traceback_stack(source=source)
    -  File "<template>", line 5, in top-level template code
    -  File "/home/runner/work/knowledge/knowledge/main.py", line 89, in get_cards
    -    return template.render(tags=include_tags('aux/tags.md', tags), full=full)
    -  File "/home/runner/work/knowledge/knowledge/main.py", line 24, in include_tags
    -    with open(full_filename, 'r') as f:
    -FileNotFoundError: [Errno 2] No such file or directory: '/home/runner/work/knowledge/knowledge/aux/tags.md'
    -
    +
    Fabacademy is...
    + + + +
    + + + + +
    +

    FABRICADEMY

    + + + +
    +
    + +
    diff --git a/programs/templates/program_template/index.html b/programs/templates/program_template/index.html index 5f949f2..943346f 100644 --- a/programs/templates/program_template/index.html +++ b/programs/templates/program_template/index.html @@ -250,6 +250,18 @@ + + + + + +
  • + + Tags + +
  • + + @@ -1072,6 +1084,21 @@ + + + + + + + +
  • + + Tags + +
  • + + + @@ -1156,22 +1183,11 @@ - -

    Program template

    +

    education template

    Projects

    Resources

    Publications

    diff --git a/research/index.html b/research/index.html index 10387db..c78301f 100644 --- a/research/index.html +++ b/research/index.html @@ -250,6 +250,18 @@ + + + + + +
  • + + Tags + +
  • + + @@ -1009,6 +1021,21 @@ + + + + + + + +
  • + + Tags + +
  • + + + diff --git a/research/project contributions/popmachina/index.html b/research/project contributions/popmachina/index.html index acc47b3..9c99cfa 100644 --- a/research/project contributions/popmachina/index.html +++ b/research/project contributions/popmachina/index.html @@ -250,6 +250,18 @@ + + + + + +
  • + + Tags + +
  • + + @@ -1086,6 +1098,21 @@ + + + + + + + +
  • + + Tags + +
  • + + + @@ -1184,18 +1211,11 @@ - -

    Pop-Machina

    +

    eu project

    Project description

    The EU-funded POP-MACHINA aims to promote a more circular production paradigm, engaging communities, and promoting urban and community development achieved through collaborative production in cities. The project will create a network of existing and new communities in urban areas and use cutting-edge technologies (factory-of-the-future, blockchain) to engage urban planning, boost social dialogue, recognise local needs in training and skills development. The partners will share open source practices and develop a framework for implementing circular collaborative production in urban areas.

    diff --git a/research/publications/Books/index.html b/research/publications/Books/index.html index b9be590..add17f2 100644 --- a/research/publications/Books/index.html +++ b/research/publications/Books/index.html @@ -250,6 +250,18 @@ + + + + + +
  • + + Tags + +
  • + +
    @@ -1011,6 +1023,21 @@ + + + + + + + +
  • + + Tags + +
  • + + + @@ -1051,6 +1078,7 @@

    Books

    +

    S. Bourdon, J. Guy, S. Bosch, G. Camprodon, M. Reyes (ed.) (2023). Driving Design: Collective approaches Driving enriching design principles. Barcelona, Spain: Fab Lab Barcelona, Institute for Advanced Architecture of Catalonia (IAAC). (ISBN: 978-84-120886-2-5) Download PDF

    A. Deserti, M. Real, F. Schmittinger.(ed.) (2022). Co-creation for Responsible Research and Innovation: Experimenting with Design Methods and Tools. Springer Nature. (ISBN: 978-3-030-78732-5) Download PDF

    K. Armstrong, T. Diez, P. Sanchez Toribio, M. Rodriguez, M. Reyes (ed.) (2021). This is Distributed Design: Making a new local & global design paradigm. Barcelona, Spain: Fab Lab Barcelona, Institute for Advanced Architecture of Catalonia (IAAC). (ISBN: 978-84-617-2454-3) Download PDF

    diff --git a/research/publications/Journals and Papers/index.html b/research/publications/Journals and Papers/index.html index de524b2..f45acb8 100644 --- a/research/publications/Journals and Papers/index.html +++ b/research/publications/Journals and Papers/index.html @@ -250,6 +250,18 @@ + + + + + +
  • + + Tags + +
  • + + @@ -1091,6 +1103,21 @@ + + + + + + + +
  • + + Tags + +
  • + + + @@ -1196,6 +1223,8 @@

    Papers and Posters

    2023 🚧

    +

    Nadal, O. and Domínguez,X. (2023). Integration of the maker movement in the classroom: a practical experience in the first year of an educational project. UTE Teaching & Technology (Universitas Tarraconensis), (1), e3566. +https://doi.org/10.17345/ute.2023.3566

    Mashhoodi, B., & Muñoz-Unceta, P. (2023). Regional allocation of EV chargers’ grid load. Annals of GIS, 0(0), 1–15. https://doi.org/10.1080/19475683.2023.2166111

    2022 🚧

    Solanas, O., Usart, M., Valls, C., Domínguez, X. (2022). Metodología STEAM-Maker en primaria: un estudio mixto. Publicado en el libro de actas “Educación transformadora en un mundo digital: Conectando paisajes de aprendizaje” (pg 272-274) del XXV Congreso Internacional Edutec 2022. https://edutec2022.uib.es/libro-de-actas/

    @@ -1320,6 +1349,25 @@

    2016&par + + diff --git a/research/publications/index.html b/research/publications/index.html index 3f73b73..46eef6d 100644 --- a/research/publications/index.html +++ b/research/publications/index.html @@ -250,6 +250,18 @@ + + + + + +
  • + + Tags + +
  • + + @@ -1011,6 +1023,21 @@ + + + + + + + +
  • + + Tags + +
  • + + + diff --git a/search/search_index.json b/search/search_index.json index 855fe25..e912e62 100644 --- a/search/search_index.json +++ b/search/search_index.json @@ -1 +1 @@ -{"config":{"indexing":"full","lang":["en"],"min_search_length":3,"prebuild_index":false,"separator":"[\\s\\-]+"},"docs":[{"location":"","text":"Welcome to the knowledge hub of Fab Lab Barcelona ! You might have visited this content in the past using our wiki , and have worked on the old wiki page and moved it here. This documentation, as well as everything we do is open source and free as in freedom . The source code of this documentation can be found in this github repository . If you find a problem, please, open an issue or make a pull request! If you are contributing a project, a machine, a process, or whatever please, use the templates on each section. Fabrication Fabrication description here... Guides Guides description here... Research Research description here... Programs Programs description here... .md-header-nav__title{ font-size: 18px; font-weight: 600; } h1{ display: none; } .md-content__button.md-icon, .md-sidebar, .md-tabs, .md-footer-nav { display: none; } .md-content{ max-width: none; }","title":"Home"},{"location":"fabrication/","tags":["fabrication"],"text":"Macro Rendering Error \u00b6 FileNotFoundError : [Errno 2] No such file or directory: \u2018/home/runner/work/knowledge/knowledge/aux/tags.md\u2019 Traceback (most recent call last): File \"/opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages/mkdocs_macros/plugin.py\", line 480, in render return md_template.render(**page_variables) File \"/opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages/jinja2/environment.py\", line 1291, in render self.environment.handle_exception() File \"/opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages/jinja2/environment.py\", line 925, in handle_exception raise rewrite_traceback_stack(source=source) File \"