{"id":534,"date":"2025-10-06T09:06:34","date_gmt":"2025-10-06T09:06:34","guid":{"rendered":"https:\/\/organizzazione.cai.it\/sez-volpiano\/?page_id=534"},"modified":"2026-02-26T09:32:58","modified_gmt":"2026-02-26T09:32:58","slug":"biblioteca","status":"publish","type":"page","link":"https:\/\/organizzazione.cai.it\/sez-volpiano\/biblio-videoteca\/biblioteca\/","title":{"rendered":"Biblioteca"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"it\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Biblioteca CAI VOLPIANO<\/title>\n    <style>\n        #cai-library-wrapper * {\n            box-sizing: border-box;\n        }\n        \n        #cai-library-wrapper {\n            font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;\n            padding: 40px 20px;\n            margin: -20px;\n        }\n\n        #cai-library-wrapper .cai-container {\n            max-width: 1100px;\n            margin: 0 auto;\n        }\n\n        \/* Header *\/\n        #cai-library-wrapper .cai-header {\n            background: white;\n            border-radius: 24px;\n            padding: 40px;\n            margin-bottom: 30px;\n            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);\n            text-align: center;\n        }\n\n        #cai-library-wrapper .cai-header h1 {\n            margin: 0;\n            font-size: 32px;\n            color: #2d3748;\n            margin-bottom: 10px;\n            font-weight: 700;\n        }\n\n        #cai-library-wrapper .cai-update-date {\n            color: #718096;\n            font-size: 14px;\n            font-weight: 500;\n            display: inline-block;\n            padding: 6px 16px;\n            background: #f7fafc;\n            border-radius: 20px;\n            margin-top: 8px;\n        }\n\n        #cai-library-wrapper .cai-info-warn {\n            color: #718096;\n            font-size: 14px;\n            font-weight: 500;\n            padding: 6px 16px;\n            background: #f7fafc;\n            border-radius: 20px;\n            margin-top: 8px;\n        }\n\n        \/* Navigation Grid *\/\n        #cai-library-wrapper .cai-nav-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 20px;\n            margin-bottom: 30px;\n            transition: opacity 0.3s ease;\n        }\n\n        #cai-library-wrapper .cai-nav-grid.fade-out {\n            opacity: 0;\n        }\n\n        #cai-library-wrapper .cai-nav-card {\n            background: white;\n            border-radius: 20px;\n            padding: 28px;\n            cursor: pointer;\n            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);\n            position: relative;\n            overflow: hidden;\n        }\n\n        #cai-library-wrapper .cai-nav-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            height: 4px;\n            background: linear-gradient(90deg, #0e60c6, #13304a);\n            transform: scaleX(0);\n            transition: transform 0.3s ease;\n        }\n\n        #cai-library-wrapper .cai-nav-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);\n        }\n\n        #cai-library-wrapper .cai-nav-card:hover::before {\n            transform: scaleX(1);\n        }\n\n        #cai-library-wrapper .cai-nav-card-title {\n            font-size: 18px;\n            font-weight: 600;\n            color: #2d3748;\n            display: flex;\n            align-items: center;\n            gap: 12px;\n            margin: 0;\n        }\n\n        #cai-library-wrapper .cai-nav-card-icon {\n            width: 40px;\n            height: 40px;\n            background: white;\n            border-radius: 40px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: white;\n            font-size: 20px;\n            flex-shrink: 0;\n            border: 2px solid #0e60c6\n        }\n\n        \/* Content Section *\/\n        #cai-library-wrapper .cai-content-section {\n            background: white;\n            border-radius: 24px;\n            padding: 40px;\n            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);\n            display: none;\n            animation: cai-fadeIn 0.4s ease;\n        }\n\n        #cai-library-wrapper .cai-content-section.active {\n            display: block;\n        }\n\n        @keyframes cai-fadeIn {\n            from {\n                opacity: 0;\n                transform: translateY(20px);\n            }\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n\n        #cai-library-wrapper .cai-back-button {\n            display: inline-flex;\n            align-items: center;\n            gap: 8px;\n            padding: 12px 24px;\n            background: linear-gradient(135deg, #0e60c6, #13304a);\n            color: white;\n            text-decoration: none;\n            border-radius: 40px;\n            font-weight: 600;\n            transition: all 0.3s ease;\n            margin-bottom: 30px;\n            box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);\n        }\n\n        #cai-library-wrapper .cai-back-button:hover {\n            transform: translateX(-4px);\n            box-shadow: 0 6px 20px rgba(102, 126, 234, 0.5);\n            color: white;\n        }\n\n        #cai-library-wrapper .cai-section-title {\n            font-size: 28px;\n            font-weight: 700;\n            color: #2d3748;\n            margin: 0 0 30px 0;\n            padding-bottom: 15px;\n            border-bottom: 3px solid #e2e8f0;\n            position: relative;\n        }\n\n        #cai-library-wrapper .cai-section-title::after {\n            content: '';\n            position: absolute;\n            bottom: -3px;\n            left: 0;\n            width: 80px;\n            height: 3px;\n            background: linear-gradient(90deg, #0e60c6, #13304a);\n        }\n\n        \/* Author Cards *\/\n        #cai-library-wrapper .cai-author-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));\n            gap: 20px;\n            margin-top: 30px;\n        }\n\n        #cai-library-wrapper .cai-author-card {\n            background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);\n            border-radius: 16px;\n            padding: 24px;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            border: 2px solid transparent;\n            position: relative;\n            overflow: hidden;\n        }\n\n        #cai-library-wrapper .cai-author-card:hover {\n            transform: translateY(-4px);\n            box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);\n            border-color: #0e60c6;\n        }\n\n        #cai-library-wrapper .cai-author-card-content {\n            position: relative;\n            z-index: 1;\n        }\n\n        #cai-library-wrapper .cai-author-name {\n            font-size: 18px;\n            font-weight: 600;\n            color: #2d3748;\n            margin-bottom: 12px;\n            display: flex;\n            align-items: center;\n            gap: 10px;\n        }\n\n        #cai-library-wrapper .cai-author-icon {\n            width: 36px;\n            height: 36px;\n            background: linear-gradient(135deg, #0e60c6, #13304a);\n            border-radius: 10px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: white;\n            font-size: 16px;\n            flex-shrink: 0;\n        }\n\n        #cai-library-wrapper .cai-book-count-badge {\n            display: inline-flex;\n            align-items: center;\n            gap: 8px;\n            background: white;\n            padding: 8px 16px;\n            border-radius: 40px;\n            font-size: 14px;\n            font-weight: 600;\n            color: #0e60c6;\n            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);\n        }\n\n        #cai-library-wrapper .cai-book-count-badge .arrow {\n            font-size: 18px;\n            transition: transform 0.3s ease;\n        }\n\n        #cai-library-wrapper .cai-author-card:hover .cai-book-count-badge .arrow {\n            transform: translateX(4px);\n        }\n\n        \/* Modal *\/\n        #cai-library-wrapper .cai-modal {\n            display: none;\n            position: fixed;\n            z-index: 999999;\n            left: 0;\n            top: 0;\n            width: 100%;\n            height: 100%;\n            backdrop-filter: blur(8px);\n            animation: cai-fadeIn 0.3s ease;\n            overflow-y: auto;\n            padding: 40px 0;\n        }\n\n        #cai-library-wrapper .cai-modal-content {\n            background: white;\n            margin: 0 auto;\n            width: 90%;\n            max-width: 700px;\n            border-radius: 24px;\n            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);\n            max-height: none;\n            display: flex;\n            flex-direction: column;\n            animation: cai-slideUp 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n            overflow: hidden;\n            position: relative;\n            min-height: min-content;\n        }\n\n        @keyframes cai-slideUp {\n            from {\n                transform: translateY(100px);\n                opacity: 0;\n            }\n            to {\n                transform: translateY(0);\n                opacity: 1;\n            }\n        }\n\n        #cai-library-wrapper .cai-modal-header {\n            padding: 30px 32px;\n            background: linear-gradient(135deg, #0e60c6, #13304a);\n            color: white;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n        }\n\n        #cai-library-wrapper .cai-modal-header h2 {\n            margin: 0;\n            font-size: 22px;\n            font-weight: 700;\n            color: white;\n        }\n\n        #cai-library-wrapper .cai-close {\n            color: white;\n            font-size: 32px;\n            font-weight: 300;\n            cursor: pointer;\n            border: none;\n            background: rgba(255, 255, 255, 0.2);\n            padding: 0;\n            width: 40px;\n            height: 40px;\n            display: flex;\n            align-items: baseline;\n            justify-content: space-around;\n            border-radius: 40px;\n            transition: all 0.2s;\n        }\n\n        #cai-library-wrapper .cai-close:hover {\n            background: rgba(255, 255, 255, 0.3);\n            transform: rotate(90deg);\n        }\n\n        #cai-library-wrapper .cai-modal-body {\n            padding: 32px;\n            overflow-y: auto;\n            flex: 1;\n        }\n\n        #cai-library-wrapper .cai-book-list {\n            list-style: none;\n            padding: 0;\n            margin: 0;\n        }\n\n        #cai-library-wrapper .cai-book-item {\n            padding: 18px 20px;\n            margin-bottom: 12px;\n            background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);\n            border-radius: 16px;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            transition: all 0.3s ease;\n            border: 2px solid transparent;\n        }\n\n        #cai-library-wrapper .cai-book-item:hover {\n            background: linear-gradient(135deg, #edf2f7 0%, #e2e8f0 100%);\n            border-color: #cbd5e0;\n            transform: translateX(4px);\n        }\n\n        #cai-library-wrapper .cai-book-title {\n            flex: 1;\n            font-weight: 500;\n            color: #2d3748;\n            font-size: 15px;\n        }\n\n        #cai-library-wrapper .cai-book-number {\n            background: linear-gradient(135deg, #0e60c6, #13304a);\n            color: white;\n            padding: 6px 14px;\n            border-radius: 40px;\n            font-size: 13px;\n            font-weight: 700;\n            min-width: 40px;\n            text-align: center;\n            box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);\n        }\n\n        #cai-library-wrapper .pagination {\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: center;\n            align-items: center;\n            gap: 10px;\n            margin-top: 40px;\n        }\n\n        #cai-library-wrapper .pagination button {\n            background: white;\n            color: #0e60c6 !important;\n            padding: 10px 18px;\n            cursor: pointer;\n            font-size: 1em;\n            font-weight: 600;\n            transition: all 0.2s;\n            min-width: 45px;\n        }\n\n        #cai-library-wrapper .pagination button:hover:not(:disabled) {\n            background: #0e60c6;\n            color: white !important;\n            transform: translateY(-2px);\n            box-shadow: 0 4px 12px rgba(52, 152, 219, 0.3);\n        }\n\n        #cai-library-wrapper .pagination button:disabled {\n            opacity: 0.4;\n            cursor: not-allowed;\n        }\n\n        #cai-library-wrapper .pagination button.active {\n            background: #0e60c6;\n            color: white !important;\n        }\n\n        #cai-library-wrapper .pagination .dots {\n            color: #7f8c8d;\n            padding: 0 5px;\n            user-select: none;\n        }\n\n        #cai-library-wrapper .page-info {\n            color: #7f8c8d;\n            font-size: 0.95em;\n            text-align: center;\n            margin-top: 15px;\n        }\n\n        @media (max-width: 768px) {\n            #cai-library-wrapper {\n                padding: 20px 12px;\n            }\n\n            #cai-library-wrapper .cai-header {\n                padding: 30px 24px;\n                border-radius: 20px;\n            }\n\n            #cai-library-wrapper .cai-header h1 {\n                font-size: 24px;\n            }\n\n            #cai-library-wrapper .cai-nav-grid {\n                grid-template-columns: 1fr;\n                gap: 16px;\n            }\n\n            #cai-library-wrapper .cai-author-grid {\n                grid-template-columns: 1fr;\n                gap: 16px;\n            }\n\n            #cai-library-wrapper .cai-content-section {\n                padding: 24px;\n                border-radius: 20px;\n            }\n\n            #cai-library-wrapper .cai-modal-content {\n                width: 95%;\n                margin: 10% auto;\n                border-radius: 20px;\n            }\n\n            #cai-library-wrapper .cai-modal-header {\n                padding: 24px;\n            }\n\n            #cai-library-wrapper .cai-modal-body {\n                padding: 24px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div id=\"cai-library-wrapper\">\n        <div class=\"cai-container\">\n            <!-- Header -->\n            <div class=\"cai-header\" id=\"caiHeader\">\n                <h1>Biblioteca CAI VOLPIANO<\/h1>\n                <span class=\"cai-update-date\">Aggiornamento Maggio 2014<\/span>\n                <div class=\"cai-info-warn\">\n                    <ul>\n                        <li>I libri sono a disposizione di tutti i soci previa autorizzazione del responsabile.<\/li>\n                        <li>Il tempo massimo di lettura \u00e8 di 15 giorni salvo proroga di rinnovo.<\/li>\n                        <li>Le &#8216;Guide ai monti d&#8217;Italia&#8217;, le cartine geografiche e le riviste possono essere consultate solo in sede.<\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n\n        <!-- Navigation Grid -->\n            <div class=\"cai-nav-grid\" id=\"caiNavigation\">\n                <!-- Content populated by JavaScript -->\n            <\/div>\n\n            <div id=\"booksByAuthor\">\n                <!-- Content populated by JavaScript -->\n            <\/div>\n\n            <div class=\"pagination\" id=\"pagination\">\n                <!-- Content populated by JavaScript -->\n            <\/div>\n\n            <div class=\"page-info\" id=\"pageInfo\"><\/div>\n        <\/div>\n\n        <!-- Modal -->\n        <div id=\"caiBookModal\" class=\"cai-modal\">\n            <div id=\"caiBookModalContent\" class=\"cai-modal-content\">\n                <div class=\"cai-modal-header\">\n                    <h2 id=\"caiModalAuthorName\">Libri dell&#8217;autore<\/h2>\n                    <button class=\"cai-close\"> <div>&times;<\/div><\/button>\n                <\/div>\n                <div class=\"cai-modal-body\">\n                    <ul class=\"cai-book-list\" id=\"caiBookList\"><\/ul>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <script>\n        (function() {\n            const sections = [\n                {\n                    \"dataSection\": \"antologia\",\n                    \"icon\": \"\ud83d\udcda\",\n                    \"title\": \"Antologia\"\n                },\n                {\n                    \"dataSection\": \"habitat\",\n                    \"icon\": \"\ud83c\udfd4\ufe0f\",\n                    \"title\": \"Habitat\"\n                },\n                {\n                    \"dataSection\": \"manuali\",\n                    \"icon\": \"\ud83d\udcd6\",\n                    \"title\": \"Manuali\"\n                },\n                {\n                    \"dataSection\": \"manuali-cai\",\n                    \"icon\": \"\ud83c\udf92\",\n                    \"title\": \"Manuali CAI\"\n                },\n                {\n                    \"dataSection\": \"guide-alpinismo\",\n                    \"icon\": \"\u26f0\ufe0f\",\n                    \"title\": \"Guide di alpinismo\"\n                },\n                {\n                    \"dataSection\": \"guide-escursionismo\",\n                    \"icon\": \"\ud83e\udd7e\",\n                    \"title\": \"Guide di escursionismo\"\n                },\n                {\n                    \"dataSection\": \"guide-arrampicata\",\n                    \"icon\": \"\ud83e\uddd7\",\n                    \"title\": \"Guide di arrampicata\"\n                },\n                {\n                    \"dataSection\": \"guide-bike\",\n                    \"icon\": \"\ud83d\udeb5\",\n                    \"title\": \"Guide di Mountain Bike\"\n                },\n                {\n                    \"dataSection\": \"guide-sci\",\n                    \"icon\": \"\u26f7\ufe0f\",\n                    \"title\": \"Guide di sci-alpinismo\"\n                },\n                {\n                    \"dataSection\": \"cartografia\",\n                    \"icon\": \"\ud83d\uddfa\ufe0f\",\n                    \"title\": \"Cartografia\"\n                },\n                {\n                    \"dataSection\": \"riviste\",\n                    \"icon\": \"\ud83d\udcf0\",\n                    \"title\": \"Riviste della montagna e del CAI\"\n                }\n            ];\n\n            const booksBySection = {\n                antologia: [\n                    {\n                        author: \"Bonington C.\",\n                        books: [\n                            { title: \"Everest - Parete Sud - Ovest\", number: \"A1\" },\n                            { title: \"Annapurna - Parete sud\", number: \"A7\" }\n                        ]\n                    },\n                    {\n                        author: \"Paragot-Yanriek\",\n                        books: [\n                            { title: \"Makalu - Pilastro ovest\", number: \"A2\" }\n                        ]\n                    },\n                    {\n                        author: \"Desmaison R.\",\n                        books: [\n                            { title: \"La montagna a mani nude\", number: \"A3\" },\n                            { title: \"342 ore sulle Grandes Jorasses\", number: \"A4\" }\n                        ]\n                    },\n                    {\n                        author: \"Livanos G.\",\n                        books: [\n                            { title: \"Cassin - C'era una volta il sesto grado\", number: \"A5\" }\n                        ]\n                    },\n                    {\n                        author: \"Williams C.\",\n                        books: [\n                            { title: \"Donne in cordata\", number: \"A6\" }\n                        ]\n                    },\n                    {\n                        author: \"Messner R.\",\n                        books: [\n                            { title: \"Manasl\u00f9 - cronaca d una spedizione in HIMALAYA\", number: \"A8\" },\n                            { title: \"Due e un ottomila\", number: \"A9\" },\n                            { title: \"Il settimo grado - Scalando l'impossibile\", number: \"A19\" },\n                            { title: \"Everest\", number: \"A23\" },\n                            { title: \"Ritorno ai monti\", number: \"A28\" },\n                            { title: \"Popoli montanari - Vita tra le pietre\", number: \"A32\" },\n                            { title: \"Pareti del mondo\", number: \"A33\" },\n                            { title: \"3 x 8000 Il mio grande anno himalayano\", number: \"A34\" },\n                            { title: \"Orizzonti di ghiaccio\", number: \"A43\" },\n                            { title: \"Il limite della vita\", number: \"A72\" }\n                        ]\n                    },\n                    {\n                        author: \"Gervasutti G.\",\n                        books: [\n                            { title: \"Scalate nelle Alpi\", number: \"A10\" }\n                        ]\n                    },\n                    {\n                        author: \"Machetto - Varelli\",\n                        books: [\n                            { title: \"Sette anni contro il Tirich\", number: \"A11\" }\n                        ]\n                    },\n                    {\n                        author: \"Hiebeler T.\",\n                        books: [\n                            { title: \"Eiger\", number: \"A12\" },\n                            { title: \"Tra cielo e inferno\", number: \"A38\" }\n                        ]\n                    },\n                    {\n                        author: \"Gogna A.\",\n                        books: [\n                            { title: \"Cento nuovi mattini\", number: \"A13\" },\n                            { title: \"Rock story\", number: \"A49\" },\n                            { title: \"Un alpinismo di ricerca\", number: \"A65\" }\n                        ]\n                    },\n                    {\n                        author: \"Metzeltin - Buscainis\",\n                        books: [\n                            { title: \"Alpinismo a tempo pieno\", number: \"A14\" }\n                        ]\n                    },\n                    {\n                        author: \"Buhl\",\n                        books: [\n                            { title: \"E' buio sul ghiacciaio\", number: \"A15\" }\n                        ]\n                    },\n                    {\n                        author: \"Acutis P.\",\n                        books: [\n                            { title: \"Dal monte Soglio alla Levanna\", number: \"A16\" }\n                        ]\n                    },\n                    {\n                        author: \"Mazeavel P:\",\n                        books: [\n                            { title: \"La montagna \u00e8 una parete di me\", number: \"A17\" }\n                        ]\n                    },\n                    {\n                        author: \"Oggioni A.\",\n                        books: [\n                            { title: \"Le mani sulla roccia\", number: \"A18\" }\n                        ]\n                    },\n                    {\n                        author: \"Diemberger K.\",\n                        books: [\n                            { title: \"Tra zero e ottomila\", number: \"A20\" },\n                            { title: \"K2 il nodo infinito\", number: \"A67\" }\n                        ]\n                    },\n                    {\n                        author: \"Bonatti W.\",\n                        books: [\n                            { title: \"Le mie montagne\", number: \"A21\" },\n                            { title: \"I giorni grandi\", number: \"A45\" },\n                            { title: \"Processo al K2\", number: \"A62\" },\n                            { title: \"La mia Patagonia\", number: \"A70\" }\n                        ]\n                    },\n                    {\n                        author: \"Balbis C.\",\n                        books: [\n                            { title: \"I monti dal cielo\", number: \"A22\" }\n                        ]\n                    },\n                    {\n                        author: \"Maestri C.\",\n                        books: [\n                            { title: \"Il ragno delle Dolomiti\", number: \"A24\" }\n                        ]\n                    },\n                    {\n                        author: \"Fantin M.\",\n                        books: [\n                            { title: \"Cervino 1865 - 1965\", number: \"A25\" },\n                            { title: \"Tricolore sulle pi\u00f9 alte vette\", number: \"A29\" },\n                            { title: \"Sherpa Himalaya Nepal\", number: \"A78\" }\n                        ]\n                    },\n                    {\n                        author: \"Calosso A.\",\n                        books: [\n                            { title: \"Lo chalet di Cenise\", number: \"A26\" }\n                        ]\n                    },\n                    {\n                        author: \"Haston D.\",\n                        books: [\n                            { title: \"Verso l'alto\", number: \"A27\" }\n                        ]\n                    },\n                    {\n                        author: \"Valsesia - Burgener\",\n                        books: [\n                            { title: \"Macugnaga e il monte Rosa\", number: \"A30\" }\n                        ]\n                    },\n                    {\n                        author: \"Camusso - Vaschetto\",\n                        books: [\n                            { title: \"Il gran bosco di Salbertrand\", number: \"A31\" }\n                        ]\n                    },\n                    {\n                        author: \"Herzog M.\",\n                        books: [\n                            { title: \"Uomini sull'Annapurna\", number: \"A35\" }\n                        ]\n                    },\n                    {\n                        author: \"Dreyfus P.\",\n                        books: [\n                            { title: \"Sylvain Saudan - Sciatore\", number: \"A36\" }\n                        ]\n                    },\n                    {\n                        author: \"Trenker L.\",\n                        books: [\n                            { title: \"Eroi della montagna\", number: \"A37\" }\n                        ]\n                    },\n                    {\n                        author: \"Monzino G.\",\n                        books: [\n                            { title: \"Italia in Patagonia\", number: \"A39\" },\n                            { title: \"Spedizione di alpinismo in Africa\", number: \"A46\" }\n                        ]\n                    },\n                    {\n                        author: \"Ottin - Pecchio\",\n                        books: [\n                            { title: \"I samaritani della roccia\", number: \"A40\" }\n                        ]\n                    },\n                    {\n                        author: \"Boardmnan P.\",\n                        books: [\n                            { title: \"Montagne sacre\", number: \"A41\" }\n                        ]\n                    },\n                    {\n                        author: \"Cassara' E.\",\n                        books: [\n                            { title: \"Le quattro vite di Reinhold Messner\", number: \"A42\" },\n                            { title: \"La morte del chiodo - Montagne da conquistare\", number: \"A82\" }\n                        ]\n                    },\n                    {\n                        author: \"Chabot R.\",\n                        books: [\n                            { title: \"La cima di Entrelor\", number: \"A44\" }\n                        ]\n                    },\n                    {\n                        author: \"Rebuffat G.\",\n                        books: [\n                            { title: \"Gli orizzonti conquistati\", number: \"A47\" }\n                        ]\n                    },\n                    {\n                        author: \"Samivel\",\n                        books: [\n                            { title: \"Amatore d'abissi\", number: \"A48\" }\n                        ]\n                    },\n                    {\n                        author: \"Maestri C. e F.\",\n                        books: [\n                            { title: \"duemila metri della nostra vita\", number: \"A50\" }\n                        ]\n                    },\n                    {\n                        author: \"Daumal R.\",\n                        books: [\n                            { title: \"il monte analogo\", number: \"A51\" }\n                        ]\n                    },\n                    {\n                        author: \"Revelli N.\",\n                        books: [\n                            { title: \"il mondo dei vinti vol. 1\", number: \"A52\" },\n                            { title: \"il mondo dei vinti vol. 2\", number: \"A53\" },\n                            { title: \"L' anello forte\", number: \"A71\" }\n                        ]\n                    },\n                    {\n                        author: \"Mayers G.\",\n                        books: [\n                            { title: \"Yosemite climber\", number: \"A54\" }\n                        ]\n                    },\n                    {\n                        author: \"Caballo E.\",\n                        books: [\n                            { title: \"Un altro Cervino per Luc\", number: \"A55\" }\n                        ]\n                    },\n                    {\n                        author: \"Borgogni\",\n                        books: [\n                            { title: \"Scalatori\", number: \"A56\" }\n                        ]\n                    },\n                    {\n                        author: \"Squinobal A e O\",\n                        books: [\n                            { title: \"Due montanari\", number: \"A57\" }\n                        ]\n                    },\n                    {\n                        author: \"Edmuna H.\",\n                        books: [\n                            { title: \"Arrischiare per vincere\", number: \"A58\" }\n                        ]\n                    },\n                    {\n                        author: \"Whymper E.\",\n                        books: [\n                            { title: \"Conquista del Cervino\", number: \"A59\" }\n                        ]\n                    },\n                    {\n                        author: \"Edlinger - Kosicki\",\n                        books: [\n                            { title: \"Rock Games\", number: \"A60\" }\n                        ]\n                    },\n                    {\n                        author: \"CAI\",\n                        books: [\n                            { title: \"150 VETTE\", number: \"A61\" },\n                            { title: \"Alpinismo Italiano nel mondo - n\u00b0 1\", number: \"A97\" },\n                            { title: \"Alpinismo Italiano nel mondo - n\u00b0 2\", number: \"A98\" },\n                            { title: \"I 100 anni del Club Alpino Italiano\", number: \"A99\" },\n                            { title: \"K2 uomini, esplorazioni, imprese\", number: \"A120\" },\n                            { title: \"CAI 150 IL LIBRO: 1863-2013\", number: \"A121\" }\n                        ]\n                    },\n                    {\n                        author: \"Vallen\u00e7ant P.\",\n                        books: [\n                            { title: \"Sci estremo\", number: \"A63\" }\n                        ]\n                    },\n                    {\n                        author: \"Trotin M.\",\n                        books: [\n                            { title: \"Fuori pista - Sci fantastico su tutte le nevi\", number: \"A64\" }\n                        ]\n                    },\n                    {\n                        author: \"Amy B.\",\n                        books: [\n                            { title: \"Il pi\u00f9 grande arrampicatore del mondo\", number: \"A66\" }\n                        ]\n                    },\n                    {\n                        author: \"Gobetti A.\",\n                        books: [\n                            { title: \"Le radici del cielo\", number: \"A68\" }\n                        ]\n                    },\n                    {\n                        author: \"Savi - Lopez\",\n                        books: [\n                            { title: \"Leggende delle Alpi\", number: \"A69\" }\n                        ]\n                    },\n                    {\n                        author: \"Karl R.\",\n                        books: [\n                            { title: \"Montagne vissute : tempo per respirare\", number: \"A73\" }\n                        ]\n                    },\n                    {\n                        author: \"Edlinger - Nicod\",\n                        books: [\n                            { title: \"Verdon - Opera verticale\", number: \"A74\" }\n                        ]\n                    },\n                    {\n                        author: \"Azzolini - Lovari\",\n                        books: [\n                            { title: \"Tra i camosci\", number: \"A75\" }\n                        ]\n                    },\n                    {\n                        author: \"Capello E.\",\n                        books: [\n                            { title: \"I racconti del guardiaparco\", number: \"A76\" }\n                        ]\n                    },\n                    {\n                        author: \"Tamiozzo G.\",\n                        books: [\n                            { title: \"La storia dello stambecco\", number: \"A77\" }\n                        ]\n                    },\n                    {\n                        author: \"CAI TER\",\n                        books: [\n                            { title: \"Sulle antiche vie\", number: \"A79\" }\n                        ]\n                    },\n                    {\n                        author: \"Boivin J.\",\n                        books: [\n                            { title: \"L'uomo dei ghiacci\", number: \"A80\" }\n                        ]\n                    },\n                    {\n                        author: \"Terray L.\",\n                        books: [\n                            { title: \"I conquistatori dell' inutile\", number: \"A81\" }\n                        ]\n                    },\n                    {\n                        author: \"Antologia AA-VV\",\n                        books: [\n                            { title: \"Dal settimo grado al settimo cielo\", number: \"A83\" }\n                        ]\n                    },\n                    {\n                        author: \"Bini G.\",\n                        books: [\n                            { title: \"Lass\u00f9 gli ultimi\", number: \"A84\" }\n                        ]\n                    },\n                    {\n                        author: \"Dematteis L.\",\n                        books: [\n                            { title: \"Alpinia\", number: \"A85\" }\n                        ]\n                    },\n                    {\n                        author: \"Comba Cordero\",\n                        books: [\n                            { title: \"La scoperta delle Marittime\", number: \"A86\" }\n                        ]\n                    },\n                    {\n                        author: \"Fiori Ceccopieri\",\n                        books: [\n                            { title: \"Dal caucaso all'Himalaya - Vittorio Sella fotografo-alpin.-esplor.\", number: \"A87\" }\n                        ]\n                    },\n                    {\n                        author: \"Garimoldi G.\",\n                        books: [\n                            { title: \"La minoranza arrampicante\", number: \"A88\" },\n                            { title: \"Storia della fotografia di montagna\", number: \"A116\" },\n                            { title: \"Alle origini dell' alpinismo torinese\", number: \"A119\" }\n                        ]\n                    },\n                    {\n                        author: \"Amman O. e Barletta G.\",\n                        books: [\n                            { title: \"Popoli tra passato e presente\", number: \"A89\" }\n                        ]\n                    },\n                    {\n                        author: \"Comune di Genova\",\n                        books: [\n                            { title: \"Il parco urbano delle mura\", number: \"A90\" }\n                        ]\n                    },\n                    {\n                        author: \"M. Benedetti\",\n                        books: [\n                            { title: \"Un rifugio, una storia ANTERMOIA 1911-2011\", number: \"A91\" }\n                        ]\n                    },\n                    {\n                        author: \"Museo Naz. Montagna\",\n                        books: [\n                            { title: \"Musei di montagna nelle comunit\u00e0 montane della prov. di Torino\", number: \"A92\" }\n                        ]\n                    },\n                    {\n                        author: \"C.N.S.A.\",\n                        books: [\n                            { title: \"Storia dell'alpinismo europeo\", number: \"A93\" }\n                        ]\n                    },\n                    {\n                        author: \"Serafin R. C.A.I.\",\n                        books: [\n                            { title: \"Montagna primo amore\", number: \"A94\" }\n                        ]\n                    },\n                    {\n                        author: \"Vallucci R.\",\n                        books: [\n                            { title: \"Zeno Col\u00f2 - una vita dedicata allo sci attraverso le immagini\", number: \"A95\" }\n                        ]\n                    },\n                    {\n                        author: \"Ardito S. Battimelli G.\",\n                        books: [\n                            { title: \"Montagne di parole\", number: \"A96\" }\n                        ]\n                    },\n                    {\n                        author: \"F. Capello\",\n                        books: [\n                            { title: \"Archivio storico e fotografico delle valanghe italiane\", number: \"A100\" }\n                        ]\n                    },\n                    {\n                        author: \"Armando Biancardi\",\n                        books: [\n                            { title: \"Il perch\u00e9 dell'alpinismo\", number: \"A101\" },\n                            { title: \"Nel regno dell' altezza\", number: \"A110\" }\n                        ]\n                    },\n                    {\n                        author: \"Mauro Cavallero\",\n                        books: [\n                            { title: \"Diario biografico di Francesco 1956-1965\", number: \"A102\" }\n                        ]\n                    },\n                    {\n                        author: \"Claire - Eliane Engel\",\n                        books: [\n                            { title: \"Storia dell'alpinismo\", number: \"A103\" }\n                        ]\n                    },\n                    {\n                        author: \"Rita Ajmone Cat\",\n                        books: [\n                            { title: \"Guido Monzino\", number: \"A104\" }\n                        ]\n                    },\n                    {\n                        author: \"PLEMONE\",\n                        books: [\n                            { title: \"LA MULA DI ORESTE\", number: \"A105\" }\n                        ]\n                    },\n                    {\n                        author: \"GOGNA - RAGGIO\",\n                        books: [\n                            { title: \"IL MEGLIO DEGLI ANNI '60\", number: \"A106\" }\n                        ]\n                    },\n                    {\n                        author: \"Anselmo Claudio\",\n                        books: [\n                            { title: \"Agguati e assedi - il castello di Volpiano tra Piemonte e Europa\", number: \"A107\" }\n                        ]\n                    },\n                    {\n                        author: \"Bertuzzi Leandro\",\n                        books: [\n                            { title: \"Kilimanjaro National Park - Diario di viaggio\", number: \"A108\" }\n                        ]\n                    },\n                    {\n                        author: \"CAI Valle di Susa\",\n                        books: [\n                            { title: \"Muntagne noste - Valle stretta\", number: \"A109\" }\n                        ]\n                    },\n                    {\n                        author: \"Mario Piacenza\",\n                        books: [\n                            { title: \"Dal Cervino all' Himalaya\", number: \"A111\" }\n                        ]\n                    },\n                    {\n                        author: \"CAAI\",\n                        books: [\n                            { title: \"K2- Chogori\", number: \"A112\" }\n                        ]\n                    },\n                    {\n                        author: \"Renzino Cosson\",\n                        books: [\n                            { title: \"Il Colore del Bianco\", number: \"A113\" }\n                        ]\n                    },\n                    {\n                        author: \"Fratelli Pedrotti\",\n                        books: [\n                            { title: \"L' IN Canto della montagna\", number: \"A114\" }\n                        ]\n                    },\n                    {\n                        author: \"A. Gogna L.Melesi D.Redaelli\",\n                        books: [\n                            { title: \"Riccardo Cassin, 100 volti di un grande alpinista\", number: \"A115\" }\n                        ]\n                    },\n                    {\n                        author: \"Autori Vari\",\n                        books: [\n                            { title: \"Quattro passi nel tempo\", number: \"A117\" },\n                            { title: \"TRASCORSI VOLPIANESI\", number: \"A123\" },\n                            { title: \"Dal mar ligure all' adriatico, le alpi nei panorami fotografici militari\", number: \"A129\" },\n                            { title: \"La fotografia di Herbert G. Pointing\", number: \"A130\" },\n                            { title: \"40 Anni del soccorso alpino e speleologico\", number: \"A131\" },\n                            { title: \"Antonio Castagneri, guida alpina\", number: \"A132\" }\n                        ]\n                    },\n                    {\n                        author: \"Piero Carrera Enrico Formica\",\n                        books: [\n                            { title: \"Cuceglio , una storia raccontata con parole e immagini\", number: \"A118\" }\n                        ]\n                    },\n                    {\n                        author: \"L'alpe\",\n                        books: [\n                            { title: \"Citt\u00e0 di montagna\", number: \"A122\" }\n                        ]\n                    },\n                    {\n                        author: \"Audisio Ravelli\",\n                        books: [\n                            { title: \"La montagna al monte\", number: \"A124\" }\n                        ]\n                    },\n                    {\n                        author: \"C.M. val Ceronda\",\n                        books: [\n                            { title: \"Lungo i sentieri e i torrenti della storia\", number: \"A125\" }\n                        ]\n                    },\n                    {\n                        author: \"l' Altissimo\",\n                        books: [\n                            { title: \"Torino, Piemonte I percorsi della fede\", number: \"A126\" }\n                        ]\n                    },\n                    {\n                        author: \"Comitato collaborazione medica\",\n                        books: [\n                            { title: \"Famiglie D' Africa\", number: \"A127\" }\n                        ]\n                    },\n                    {\n                        author: \"Dorino Ouvrier\",\n                        books: [\n                            { title: \"Gente di Legno\", number: \"A128\" }\n                        ]\n                    },\n                    {\n                        author: \"Comitato glaciolocico trentino\",\n                        books: [\n                            { title: \"I ghiacciai del parco naturale Adamello Brenta\", number: \"A133\" }\n                        ]\n                    },\n                    {\n                        author: \"Carmelo Prestipino\",\n                        books: [\n                            { title: \"Segni nel tempo - sulle tracce dell'arte rupestre in prov. Di Savona\", number: \"A134\" }\n                        ]\n                    }\n                ],\n                habitat: [\n                    {\n                        author: \"Edel N.\",\n                        books: [{\n                                title: \"Piemonte - fauna e habitat\",\n                                number: \"H1\"\n                            }\n                        ]\n                    }, {\n                        author: \"AA.VV\",\n                        books: [{\n                                title: \"Ungulati selvatici e territorio\",\n                                number: \"H2\"\n                            }, {\n                                title: \"Dissesto idrogeologico - Prevenire o subire\",\n                                number: \"H3\"\n                            }, {\n                                title: \"Montagna e protezione civile\",\n                                number: \"H5\"\n                            }, {\n                                title: \"Il C.A.I e la sfida ambientale\",\n                                number: \"H6\"\n                            }, {\n                                title: \"Sviluppo delle zone montane e tutela dell'ambiente\",\n                                number: \"H7\"\n                            }\n                        ]\n                    }, {\n                        author: \"Tassi F.\",\n                        books: [{\n                                title: \"Orso vivrai\",\n                                number: \"H4\"\n                            }\n                        ]\n                    }, {\n                        author: \"Parisi B.\",\n                        books: [{\n                                title: \"Aspetti naturali caratteristici delle montagne lombarde\",\n                                number: \"H8\"\n                            }\n                        ]\n                    }, {\n                        author: \"Stefanelli Floreanini\",\n                        books: [{\n                                title: \"Flora e fauna delle alpi\",\n                                number: \"H9\"\n                            }\n                        ]\n                    }, {\n                        author: \"T.C.I.\",\n                        books: [{\n                                title: \"Parchi e riserve naturali in Italia\",\n                                number: \"H10\"\n                            }\n                        ]\n                    }, {\n                        author: \"AA.VV.\",\n                        books: [{\n                                title: \"Atlante biologico Garzanti\",\n                                number: \"H11\"\n                            }\n                        ]\n                    }, {\n                        author: \"C.A.I.\",\n                        books: [{\n                                title: \"Montagne e natura\",\n                                number: \"H12\"\n                            }\n                        ]\n                    }, {\n                        author: \"Marsan A. Span\u00f2 S.\",\n                        books: [{\n                                title: \"Il capriolo e il daino in Liguria\",\n                                number: \"H13\"\n                            }\n                        ]\n                    }, {\n                        author: \"Caton A. Pelfini M.\",\n                        books: [{\n                                title: \"Forme del paesaggio d'alta montagna\",\n                                number: \"H14\"\n                            }\n                        ]\n                    }, {\n                        author: \"Chabod R.\",\n                        books: [{\n                                title: \"Montagnes Vald\u00f4taines\",\n                                number: \"H15\"\n                            }\n                        ]\n                    }, {\n                        author: \"Sommavilla E.\",\n                        books: [{\n                                title: \"Il sentiero geologico delle Dolomiti\",\n                                number: \"H16\"\n                            }\n                        ]\n                    }, {\n                        author: \"Balbiano d'Aramengo C.\",\n                        books: [{\n                                title: \"Le Valli di Bardonecchia\",\n                                number: \"H17\"\n                            }\n                        ]\n                    }, {\n                        author: \"Corr\u00e0 G.\",\n                        books: [{\n                                title: \"Sui sentieri del Monte Baldo\",\n                                number: \"H18\"\n                            }\n                        ]\n                    }, {\n                        author: \"Aldrovandi M.\",\n                        books: [{\n                                title: \"La Thuile\",\n                                number: \"H19\"\n                            }, {\n                                title: \"Cogne\",\n                                number: \"H20\"\n                            }, {\n                                title: \"Gressoney\",\n                                number: \"H23\"\n                            }, {\n                                title: \"Champorcher\",\n                                number: \"H31\"\n                            }\n                        ]\n                    }, {\n                        author: \"Doglio E.\",\n                        books: [{\n                                title: \"Bardonecchia (guida delle Valli di Susa)\",\n                                number: \"H21\"\n                            }, {\n                                title: \"Oulx - Cesana\",\n                                number: \"H22\"\n                            }\n                        ]\n                    }, {\n                        author: \"Berutto G.\",\n                        books: [{\n                                title: \"Il Rifugio Luigi Cibrario\",\n                                number: \"H24\"\n                            }\n                        ]\n                    }, {\n                        author: \"Pollino, a cura di-\",\n                        books: [{\n                                title: \"Valli Orco Soana Sacra e Alto Canavese\",\n                                number: \"H25\"\n                            }\n                        ]\n                    }, {\n                        author: \"Girardi A.\",\n                        books: [{\n                                title: \"Il sentiero naturalistico Alberto Gresele - Recoaro Terme\",\n                                number: \"H26\"\n                            }\n                        ]\n                    }, {\n                        author: \"P.N.G.P.\",\n                        books: [{\n                                title: \"Nel Parco Nazionale del Gran Paradiso\",\n                                number: \"H27\"\n                            }\n                        ]\n                    }, {\n                        author: \"C.A.I. Comitato scientifico\",\n                        books: [{\n                                title: \"Il sentiero geologico di Arabba\",\n                                number: \"H28\"\n                            }\n                        ]\n                    }, {\n                        author: \"Parisi E.\",\n                        books: [{\n                                title: \"La Val d'Algone\",\n                                number: \"H29\"\n                            }\n                        ]\n                    }, {\n                        author: \"Farneti - Malatesta\",\n                        books: [{\n                                title: \"Guida alla natura in Valle d'Aosta-Piamonte-Liguria\",\n                                number: \"H30\"\n                            }\n                        ]\n                    }, {\n                        author: \"Carlo Artoni\",\n                        books: [{\n                                title: \"200 itinerari in val di Fassa\",\n                                number: \"H32\"\n                            }\n                        ]\n                    }, {\n                        author: \"Davite - Genre\",\n                        books: [{\n                                title: \"Guida alla val Germagnasca\",\n                                number: \"H33\"\n                            }\n                        ]\n                    }, {\n                        author: \"Cesare Lasen\",\n                        books: [{\n                                title: \"Le alpi - Guida alla natura dell'arco alpino\",\n                                number: \"H34\"\n                            }\n                        ]\n                    }, {\n                        author: \"Camanni - Rossi - Valente\",\n                        books: [{\n                                title: \"Animali e sentieri\",\n                                number: \"H35\"\n                            }\n                        ]\n                    }, {\n                        author: \"Fulco Pratesi\",\n                        books: [{\n                                title: \"Taccuini naturalistici\",\n                                number: \"H36\"\n                            }\n                        ]\n                    }, {\n                        author: \"CAI\",\n                        books: [{\n                                title: \"INVENTARIO DELLE AREE MONTANE DA PROTEGGERE\",\n                                number: \"H37\"\n                            }, {\n                                title: \"ELENCO - CATALOGO DEI LAGHI ALPINI VALLI CHISONE E PELLICE (2 COPIE)\",\n                                number: \"H38\"\n                            }, {\n                                title: \"ELENCO - CATALOGO DEI LAGHI ALPINI VALLI DELLA STURA DI LANZO (2 COPIE)\",\n                                number: \"H39\"\n                            }, {\n                                title: \"ELENCO - CATALOGO DEI LAGHI ALPINI DELLA VALLE CHIUSELLA E F.ORCO (2 COPIE)\",\n                                number: \"H40\"\n                            }\n                        ]\n                    }, {\n                        author: \"FORLANI\",\n                        books: [{\n                                title: \"IL CONERO TRA STORIA E LEGGENDA\",\n                                number: \"H41\"\n                            }\n                        ]\n                    }, {\n                        author: \"M. Wachtler\",\n                        books: [{\n                                title: \"Dolomiti, Atolli e Lagune\",\n                                number: \"H42\"\n                            }\n                        ]\n                    }, {\n                        author: \"Glauco Brigati\",\n                        books: [{\n                                title: \"Le roccie della scoperta\",\n                                number: \"H43\"\n                            }, {\n                                title: \"Percorsi scientifici\",\n                                number: \"H44\"\n                            }\n                        ]\n                    }, {\n                        author: \"Giuseppe Nangeroni\",\n                        books: [{\n                                title: \"Sui monti e sulle rive del lago d' Iseo\",\n                                number: \"H45\"\n                            }\n                        ]\n                    }, {\n                        author: \"Alberto Canton Elles de Luigi\",\n                        books: [{\n                                title: \"S. Pellegrino-Monzoni-San Nicol\u00f2\",\n                                number: \"H46\"\n                            }\n                        ]\n                    }, {\n                        author: \"Pierandrea Brichetti\",\n                        books: [{\n                                title: \"Gli uccelli della montagna italiana\",\n                                number: \"H47\"\n                            }\n                        ]\n                    }, {\n                        author: \"Regione Toscana\",\n                        books: [{\n                                title: \"La montagna come esplorazione permanente\",\n                                number: \"H48\"\n                            }\n                        ]\n                    }, {\n                        author: \"Ausilio Priuli\",\n                        books: [{\n                                title: \"Incisioni rupestri della val Camonica\",\n                                number: \"H49\"\n                            }\n                        ]\n                    }, {\n                        author: \"Parco naz. Dolomiti Bellunesi\",\n                        books: [{\n                                title: \"Tracce: Quaderno di campo\",\n                                number: \"H50\"\n                            }\n                        ]\n                    }, {\n                        author: \"regione piemonte\",\n                        books: [{\n                                title: \"Le specie botaniche del piemonte a protezione assoluta\",\n                                number: \"H51\"\n                            }\n                        ]\n                    }, {\n                        author: \"B. Maiolini, L. Betti, E. Dorigoni, A. Franceschini, E. Grigolli\",\n                        books: [{\n                                title: \"Le acque del parco Adamello - Brenta\",\n                                number: \"H52\"\n                            }\n                        ]\n                    }, {\n                        author: \"M. Cantonati, M. Tolotti, M. Lazzara\",\n                        books: [{\n                                title: \"I laghi del parco naturale Adamello - Brenta\",\n                                number: \"H53\"\n                            }\n                        ]\n                    }, {\n                        author: \"Gruppo di ricerca  e conservaz\",\n                        books: [{\n                                title: \"La reintroduzione dell'orso bruno nel parco naturale Adamello Brenta\",\n                                number: \"H54\"\n                            }\n                        ]\n                    }, {\n                        author: \"F. Da Trieste, P. Minghetti, F. Pedrotti\",\n                        books: [{\n                                title: \"I fiori del parco Adamello Brenta\",\n                                number: \"H55\"\n                            }\n                        ]\n                    }, {\n                        author: \"Regione Marche\",\n                        books: [{\n                                title: \"L'orso e il lupo: la presenza storica degli animali nell'appennino tosco-marchigiano\",\n                                number: \"H56\"\n                            }, {\n                                title: \"Studio e attivit\u00e0 di  conservazione dei rapaci in Italia\",\n                                number: \"H65\"\n                            }, {\n                                title: \"La conservazione del lupo nell'appennino: stato attuale delle conoscenze e prospettive future\",\n                                number: \"H66\"\n                            }\n                        ]\n                    }, {\n                        author: \"F. Barbieri, M. Caldonazzi, P. Pedrini, S. Zanghellini\",\n                        books: [{\n                                title: \"Gli anfibi ed i rettili del parco Adamello-Brenta\",\n                                number: \"H57\"\n                            }\n                        ]\n                    }, {\n                        author: \"A. Caliari, E. Dorigatti, A. Gozzi, Claudio Groff\",\n                        books: [{\n                                title: \"Caratteristiche e distribuzione di 21 tane di orso bruno in trentino\",\n                                number: \"H58\"\n                            }\n                        ]\n                    }, {\n                        author: \"M. Cantonati\",\n                        books: [{\n                                title: \"Le sorgenti del parco Adamello-Brenta\",\n                                number: \"H59\"\n                            }\n                        ]\n                    }, {\n                        author: \"A. Mustoni, L. Pedrotti, S. Chiozzini, S. Saraceni\",\n                        books: [{\n                                title: \"Il cervo e il capriolo\",\n                                number: \"H60\"\n                            }\n                        ]\n                    }, {\n                        author: \"P. Pedrini, C. Prigioni, G. Volcan\",\n                        books: [{\n                                title: \"I mustelidi del parco Adamello - Brenta\",\n                                number: \"H61\"\n                            }\n                        ]\n                    }, {\n                        author: \"F. Genero, P. Pedrini\",\n                        books: [{\n                                title: \"Il ritorno del gipeto sulle Alpi\",\n                                number: \"H62\"\n                            }\n                        ]\n                    }, {\n                        author: \"M. Caldonazzi, p. Pedrini, S. Zanghellini, F. Barbieri\",\n                        books: [{\n                                title: \"Gli uccelli del parco Adamello-Brenta\",\n                                number: \"H63\"\n                            }\n                        ]\n                    }, {\n                        author: \"P. Passerin d'Entr\u00e9ves, E. Besso, R. Comba\",\n                        books: [{\n                                title: \"Le farfalle della Val di Tovel\",\n                                number: \"H64\"\n                            }\n                        ]\n                    }, {\n                        author: \"Arcisio e Mara Corzetto\",\n                        books: [{\n                                title: \"Erbe\",\n                                number: \"H67\"\n                            }\n                        ]\n                    }, {\n                        author: \"Enrico Ferrari\",\n                        books: [{\n                                title: \"Il patrimonio Edilizio nel parco naturale adamello brenta\",\n                                number: \"H68\"\n                            }\n                        ]\n                    }\n                ],\n                manuali: [\n                    {\n                        author: \"C.N.S.A.\",\n                        books: [\n                        { title: \"Topografia e orientamento\", number: \"M1\" },\n                        { title: \"Tecnica dell'alpinismo su ghiaccio\", number: \"M3\" },\n                        { title: \"Introduzione all'alpinismo\", number: \"M4\" },\n                        { title: \"Lezioni sullo sci - alpinismo\", number: \"M34\" }\n                        ]\n                    },\n                    {\n                        author: \"Roch A.\",\n                        books: [\n                        { title: \"Neve e valanghe\", number: \"M2\" }\n                        ]\n                    },\n                    {\n                        author: \"Shneider A.\",\n                        books: [\n                        { title: \"Guida al tempo in montagna\", number: \"M5\" }\n                        ]\n                    },\n                    {\n                        author: \"Berghold F.\",\n                        books: [\n                        { title: \"Guida all'alimentazione in montagna\", number: \"M6\" }\n                        ]\n                    },\n                    {\n                        author: \"Frisia E.\",\n                        books: [\n                        { title: \"Fotografare in montagna\", number: \"M7\" }\n                        ]\n                    },\n                    {\n                        author: \"C.A.I. C.S.\",\n                        books: [\n                        { title: \"Istruzioni scientifiche per alpinisti\", number: \"M8\" }\n                        ]\n                    },\n                    {\n                        author: \"Manera U.\",\n                        books: [\n                        { title: \"Nozioni di alpinismo\", number: \"M9\" }\n                        ]\n                    },\n                    {\n                        author: \"Pauleke Domler\",\n                        books: [\n                        { title: \"I pericoli in montagna\", number: \"M10\" }\n                        ]\n                    },\n                    {\n                        author: \"C.N.S.A.Negri C.\",\n                        books: [\n                        { title: \"Tecnica di roccia\", number: \"M11\" }\n                        ]\n                    },\n                    {\n                        author: \"Amy - Ber\",\n                        books: [\n                        { title: \"L'alpinismo\", number: \"M12\" }\n                        ]\n                    },\n                    {\n                        author: \"Regione Piemonte\",\n                        books: [\n                        { title: \"Bivacchi e rifugi alpini\", number: \"M13\" },\n                        { title: \"Manuale di primo soccorso\", number: \"M28\" },\n                        { title: \"MeteoVETTA prenditi tempo per conoscere il tempo\", number: \"M46\" }\n                        ]\n                    },\n                    {\n                        author: \"De Col U.- Dallago A.\",\n                        books: [\n                        { title: \"La progressione in sicurezza della cordata\", number: \"M14\" }\n                        ]\n                    },\n                    {\n                        author: \"Zwerger\",\n                        books: [\n                        { title: \"Fiori delle Alpi\", number: \"M15\" }\n                        ]\n                    },\n                    {\n                        author: \"C.C.S.A\",\n                        books: [\n                        { title: \"Lezioni sullo sci-alpinismo\", number: \"M16\" }\n                        ]\n                    },\n                    {\n                        author: \"C.A.I.\",\n                        books: [\n                        { title: \"Sci di fondo escursionismo\", number: \"M17\" },\n                        { title: \"Sci-alpinismo-1' ediz.\", number: \"M18\" },\n                        { title: \"Sci fuori pista\", number: \"M20\" },\n                        { title: \"Tecnica dell'alpinismo su ghiaccio\", number: \"M21\" },\n                        { title: \"Sci-alpinismo-2' ediz.\", number: \"M30\" },\n                        { title: \"tecnica dell'alpinismo su ghiaccio\", number: \"M39\" },\n                        { title: \"Manuale didattico del C.A.I.\", number: \"M41\" }\n                        ]\n                    },\n                    {\n                        author: \"Perotti M.\",\n                        books: [\n                        { title: \"L'allenamento dell'alpinista\", number: \"M19\" }\n                        ]\n                    },\n                    {\n                        author: \"C.A.S.\",\n                        books: [\n                        { title: \"Capanne\", number: \"M20\" }\n                        ]\n                    },\n                    {\n                        author: \"AA.VV.\",\n                        books: [\n                        { title: \"Atlante geografico Mondadori\", number: \"M22\" },\n                        { title: \"Medicina e montagna\", number: \"M27\" }\n                        ]\n                    },\n                    {\n                        author: \"Dietmar Aichele\",\n                        books: [\n                        { title: \"Che fiore \u00e8 ?\", number: \"M23\" }\n                        ]\n                    },\n                    {\n                        author: \"Cibaldo Carloni\",\n                        books: [\n                        { title: \"Nutrizione e sport\", number: \"M24\" }\n                        ]\n                    },\n                    {\n                        author: \"Di Natale R.\",\n                        books: [\n                        { title: \"L'allenamento razionale\", number: \"M25\" }\n                        ]\n                    },\n                    {\n                        author: \"Torti\",\n                        books: [\n                        { title: \"La responsabilit\u00e0 dell'accompagnamento in montagna\", number: \"M26\" }\n                        ]\n                    },\n                    {\n                        author: \"Lanzmann J.\",\n                        books: [\n                        { title: \"L'arte di camminare\", number: \"M29\" }\n                        ]\n                    },\n                    {\n                        author: \"D'Antoni Serafini\",\n                        books: [\n                        { title: \"Corso di sci di fondo\", number: \"M31\" }\n                        ]\n                    },\n                    {\n                        author: \"Salm B.\",\n                        books: [\n                        { title: \"Guida pratica sulle valanghe\", number: \"M32\" }\n                        ]\n                    },\n                    {\n                        author: \"Caresio D.\",\n                        books: [\n                        { title: \"Valli Orco Soana e Chiusella (Vette, colli e palestre)\", number: \"M33\" }\n                        ]\n                    },\n                    {\n                        author: \"Arcisio e Mara Corzetto\",\n                        books: [\n                        { title: \"Le erbe\", number: \"M35\" }\n                        ]\n                    },\n                    {\n                        author: \"Dizionario\",\n                        books: [\n                        { title: \"alpino italiano\", number: \"M36\" }\n                        ]\n                    },\n                    {\n                        author: \"C.A.I. Biella\",\n                        books: [\n                        { title: \"Manuale dei nodi e delle manovre di corda (a-b)\", number: \"M37\" }\n                        ]\n                    },\n                    {\n                        author: \"Donato Bergese\",\n                        books: [\n                        { title: \"educazione all'Abitudine a buone Abitudini ambientali\", number: \"M38\" }\n                        ]\n                    },\n                    {\n                        author: \"Negri C.\",\n                        books: [\n                        { title: \"tecnica di ghiaccio\", number: \"M40\" }\n                        ]\n                    },\n                    {\n                        author: \"Provincia di Sondrio\",\n                        books: [\n                        { title: \"Manuale operativo per la segnaletica per gli it. Escursionistici della prov. Di Sondrio\", number: \"M42\" }\n                        ]\n                    },\n                    {\n                        author: \"Sergio Marazzi\",\n                        books: [\n                        { title: \"Atlante orografico delle alpi SOIUSA\", number: \"M43\" }\n                        ]\n                    },\n                    {\n                        author: \"CAI\",\n                        books: [\n                        { title: \"Chiss\u00e0 perch\u00e9 si chiama cosi: a spasso nel vocabolario dei monti valdostani\", number: \"M44\" }\n                        ]\n                    }\n                ],\n                \"manuali-cai\": [\n                    {\n                        author: \"CAI\",\n                        books: [\n                        { title: \"MEDICINA DI MONTAGNA\", number: \"MC1\" },\n                        { title: \"GUIDA PRATICA ALLA METEOROLOGIA ALPINA\", number: \"MC2\" },\n                        { title: \"SENTIERI Ripristino - Manutenzione - Segnaletica\", number: \"MC6\" },\n                        { title: \"ECOLOGIA ED ETICA\", number: \"MC7\" },\n                        { title: \"MANUALE DI SPELEOLOGIA\", number: \"MC9\" },\n                        { title: \"SCI DI FONDO ESCURSIONISTICO\", number: \"MC12\" },\n                        { title: \"SCI ALPINISMO\", number: \"MC13\" },\n                        { title: \"ALPINISMO SU GHIACCIO E MISTO\", number: \"MC14\" },\n                        { title: \"I MATERIALI PER ALPINISMO E LE RELATIVE NORME\", number: \"MC15\" },\n                        { title: \"ALPINISMO SU ROCCIA\", number: \"MC16\" },\n                        { title: \"ALPINISMO: 250 ANNI DI STORIA E DI CRONACHE I\u00b0 Volume\", number: \"MC17\" },\n                        { title: \"ARTVA Apparecchi per la ricerca di travolti in valanga\", number: \"MC19\" },\n                        { title: \"ARRAMPICATA E ALLENAMENTO CAPACITA ORGANICHE DI BASE Volume I\u00b0\", number: \"MC20\" },\n                        { title: \"ARRAMPICATA PREPARAZIONE FISICA E PSICOLOGICA Volume II\u00b0\", number: \"MC21\" },\n                        { title: \"ALPINISMO: 250 ANNI DI STORIA E DI CRONACHE II\u00b0 Volume\", number: \"MC22\" },\n                        { title: \"SCIALPINISMO\", number: \"MC23\" },\n                        { title: \"CARTOGRAFIA E ORIENTAMENTO\", number: \"MC24\" }\n                        ]\n                    },\n                    {\n                        author: \"UNICAI\",\n                        books: [\n                        { title: \"MEDICINA E MONTAGNA Volume I\u00b0 e Volume II\u00b0\", number: \"MC18\" }\n                        ]\n                    }\n                ],\n                \"guide-alpinismo\": [\n                    {\n                        author: \"C.A.S.\",\n                        books: [\n                        { title: \"Alpes Valaisannes - Vol.4\u00b0 du Strahlhorn au Simplon\", number: \"ALP1\" },\n                        { title: \"Alpes Valaisannes - Vol.2\u00b0 du Col Collon au Theodulpass\", number: \"ALP2\" },\n                        { title: \"Alpes Valaisannes - Vol.5\u00b0\", number: \"ALP3\" },\n                        { title: \"Alpes Valaisannes - Vol.3\u00b0\", number: \"ALP4\" }\n                        ]\n                    },\n                    {\n                        author: \"Kurz\",\n                        books: [\n                        { title: \"Guide de la chaine du Mont Blanc\", number: \"ALP5\" }\n                        ]\n                    },\n                    {\n                        author: \"CAS\",\n                        books: [\n                        { title: \"Guide des Alpes Bernoises - Selection d'itineraires\", number: \"ALP6\" },\n                        { title: \"Alpi Ticinesi e Mesolcinesi\", number: \"ALP15\" },\n                        { title: \"Alpes Vaudoises\", number: \"ALP31\" }\n                        ]\n                    },\n                    {\n                        author: \"Vallot\",\n                        books: [\n                        { title: \"La chaine du Mont Blanc - Vol.1\u00b0\", number: \"ALP7\" },\n                        { title: \"La chaine du Mont Blanc -Vol.2\u00b0\", number: \"ALP8\" },\n                        { title: \"La chaine du Mont Blanc -Vol.3\u00b0\", number: \"ALP9\" },\n                        { title: \"La chaine du Mont Blanc - Vol.4\u00b0\", number: \"ALP10\" },\n                        { title: \"La cha\u00eene du Mont Blanc - 1\", number: \"ALP11\" },\n                        { title: \"La cha\u00eene du Mont Blanc - 2\", number: \"ALP12\" },\n                        { title: \"Monte Bianco\", number: \"ALP13\" },\n                        { title: \"Monte Bianco\", number: \"ALP14\" }\n                        ]\n                    },\n                    {\n                        author: \"Pastine\",\n                        books: [\n                        { title: \"Argentera Nasta\", number: \"ALP16\" }\n                        ]\n                    },\n                    {\n                        author: \"Comino\",\n                        books: [\n                        { title: \"Marguareis\", number: \"ALP17\" }\n                        ]\n                    },\n                    {\n                        author: \"Bessone S. Burdino F.\",\n                        books: [\n                        { title: \"Ascensioni scelte della Svizzera centrale e zone limitrofe\", number: \"ALP18\" }\n                        ]\n                    },\n                    {\n                        author: \"CAF Lyonnaise\",\n                        books: [\n                        { title: \"Petit giude de la Haute Maurienne\", number: \"ALP19\" }\n                        ]\n                    },\n                    {\n                        author: \"Parodi Scotto Villeni\",\n                        books: [\n                        { title: \"Montagne d'Oc (itinerari alpinistici dal Col di Nava al Monviso)\", number: \"ALP20\" }\n                        ]\n                    },\n                    {\n                        author: \"Grassi G.C.\",\n                        books: [\n                        { title: \"Gran Paradiso e Valli di Lanzo\", number: \"ALP21\" }\n                        ]\n                    },\n                    {\n                        author: \"Bloding Dumler\",\n                        books: [\n                        { title: \"I quattromila delle Alpi\", number: \"ALP22\" }\n                        ]\n                    },\n                    {\n                        author: \"Rebuffat\",\n                        books: [\n                        { title: \"Il massiccio dell'Alto Delfinato\", number: \"ALP23\" }\n                        ]\n                    },\n                    {\n                        author: \"Pause\",\n                        books: [\n                        { title: \"100 scalate classiche\", number: \"ALP24\" },\n                        { title: \"100 scalate su ghiaccio e misto\", number: \"ALP25\" }\n                        ]\n                    },\n                    {\n                        author: \"De Candido\",\n                        books: [\n                        { title: \"Anello di Cortina\", number: \"ALP26\" },\n                        { title: \"L'anello del Comelico\", number: \"ALP27\" }\n                        ]\n                    },\n                    {\n                        author: \"Federspiel\",\n                        books: [\n                        { title: \"Cima dell'Uomo - Costabella\", number: \"ALP28\" }\n                        ]\n                    },\n                    {\n                        author: \"Rossi di Montelera\",\n                        books: [\n                        { title: \"La Valle di Rh\u00eames\", number: \"ALP29\" }\n                        ]\n                    },\n                    {\n                        author: \"Bessone Burdin\",\n                        books: [\n                        { title: \"Monviso\", number: \"ALP30\" }\n                        ]\n                    },\n                    {\n                        author: \"Cambiolo, Sartore\",\n                        books: [\n                        { title: \"Cascate di ghiaccio in valle d'Aosta\", number: \"ALP32\" }\n                        ]\n                    },\n                    {\n                        author: \"CAI\",\n                        books: [\n                        { title: \"Itinerari di alpinismo giovanile\", number: \"ALP33\" }\n                        ]\n                    },\n                    {\n                        author: \"ALP\",\n                        books: [\n                        { title: \"Rifugi 1 (liguria piemonte valle d' aosta lombardia)\", number: \"ALP34\" },\n                        { title: \"Rifugi 2 (veneto, trentino, alto adige, friuli)\", number: \"ALP35\" }\n                        ]\n                    }\n                ],\n                \"guide-escursionismo\": [\n                    {\n                        author: \"Boggia P. e G.\",\n                        books: [\n                        { title: \"Le valli Pesio ed Ellero e le valli della Bisalta\", number: \"ESC1\" },\n                        { title: \"La valle Gesso\", number: \"ESC2\" },\n                        { title: \"La valle Stura di Demonte\", number: \"ESC3\" },\n                        { title: \"La Valle Varaita\", number: \"ESC48\" }\n                        ]\n                    },\n                    {\n                        author: \"Carlesi P.\",\n                        books: [\n                        { title: \"La Valsesia\", number: \"ESC4\" }\n                        ]\n                    },\n                    {\n                        author: \"Gogna A.\",\n                        books: [\n                        { title: \"Escursioni in Val di Fassa\", number: \"ESC5\" }\n                        ]\n                    },\n                    {\n                        author: \"Berutto G.\",\n                        books: [\n                        { title: \"Il Parco Nazionale del Gran Paradiso - Vol.2\", number: \"ESC6\" },\n                        { title: \"Il Parco Nazionale del Gran Paradiso - Vol.1\", number: \"ESC7\" },\n                        { title: \"Valli di Susa Chisone e Germanasca\", number: \"ESC26\" },\n                        { title: \"Valli di Lanzo e Moncenisio\", number: \"ESC27\" },\n                        { title: \"Monviso e le sue valli (Escursioni, ascensioni, traversate)\", number: \"ESC42\" }\n                        ]\n                    },\n                    {\n                        author: \"Giorgetta A.\",\n                        books: [\n                        { title: \"Guida alle passeggiate sulle Alpi\", number: \"ESC8\" }\n                        ]\n                    },\n                    {\n                        author: \"Centro studi liguri\",\n                        books: [\n                        { title: \"Alta Via dei Monti Liguri\", number: \"ESC9\" }\n                        ]\n                    },\n                    {\n                        author: \"Cima C.\",\n                        books: [\n                        { title: \"Alte Vie delle Dolomiti\", number: \"ESC10\" }\n                        ]\n                    },\n                    {\n                        author: \"Bersezio L. Tirone P.\",\n                        books: [\n                        { title: \"I Parchi delle Alpi\", number: \"ESC11\" }\n                        ]\n                    },\n                    {\n                        author: \"Pause W.\",\n                        books: [\n                        { title: \"Da rifugio a rifugio\", number: \"ESC12\" }\n                        ]\n                    },\n                    {\n                        author: \"Ardito S.\",\n                        books: [\n                        { title: \"Grandi Sentieri d'Italia\", number: \"ESC13\" },\n                        { title: \"Intorno al Monte Bianco\", number: \"ESC43\" },\n                        { title: \"A piedi sul Gran Sasso\", number: \"ESC77\" }\n                        ]\n                    },\n                    {\n                        author: \"Azzoni Zanchi\",\n                        books: [\n                        { title: \"Itinerari geologici in Val Seriana\", number: \"ESC14\" }\n                        ]\n                    },\n                    {\n                        author: \"AA.VV.\",\n                        books: [\n                        { title: \"Val Chiusella - escurs. scialp. arr.\", number: \"ESC15\" },\n                        { title: \"Valchiusella (dalla Torre Cives al Monte Marzo)\", number: \"ESC17\" },\n                        { title: \"Nel Paradiso del re (guida alla visita delle valli Orco e Soana)\", number: \"ESC18\" },\n                        { title: \"Grande Traversata delle Alpi - Provincia di Cuneo\", number: \"ESC19\" },\n                        { title: \"Valli cuneesi : Pesio, Gesso, Vermenagna e Stura\", number: \"ESC47\" },\n                        { title: \"GTA - Grande Traversata delle Alpi (prov. di Torino)\", number: \"ESC50\" },\n                        { title: \"Grande Traversata delle Alpi 1985\", number: \"ESC51\" },\n                        { title: \"Le valli del Moncenisio\", number: \"ESC62\" },\n                        { title: \"Le valli cuneesi a piccoli passi\", number: \"ESC63\" },\n                        { title: \"ITINERARI NEL PARCO NAZIONALE DOLOMITI BELLUNESI\", number: \"ESC94\" }\n                        ]\n                    },\n                    {\n                        author: \"Valente Mantovani\",\n                        books: [\n                        { title: \"Sui sentieri del Piemonte\", number: \"ESC16\" }\n                        ]\n                    },\n                    {\n                        author: \"Giglio, Orsieres\",\n                        books: [\n                        { title: \"Le grandi escursioni - Valle d'Aosta\", number: \"ESC21\" },\n                        { title: \"Valle d'Aosta - Le grandi escursioni - 2\u00b0 ed.\", number: \"ESC49\" }\n                        ]\n                    },\n                    {\n                        author: \"Chiaretta F. Molino A.\",\n                        books: [\n                        { title: \"A piedi in Piemonte - Vol. 1\u00b0\", number: \"ESC22\" },\n                        { title: \"A piedi in Piemonte\", number: \"ESC59\" },\n                        { title: \"A piedi in Piemonte\", number: \"ESC79\" }\n                        ]\n                    },\n                    {\n                        author: \"Berio Corbellini Cortis\",\n                        books: [\n                        { title: \"Itinerari sulle montagne della Sardegna\", number: \"ESC23\" }\n                        ]\n                    },\n                    {\n                        author: \"Avondo, Favre-Rolland\",\n                        books: [\n                        { title: \"Dalla Val Sangone all'Ubaye\", number: \"ESC24\" }\n                        ]\n                    },\n                    {\n                        author: \"W.W.F.\",\n                        books: [\n                        { title: \"Il cammina Liguria\", number: \"ESC25\" }\n                        ]\n                    },\n                    {\n                        author: \"Bruno M.\",\n                        books: [\n                        { title: \"Alpi Marittime - nodo Clapier, Maledia, Gel\u00e0s\", number: \"ESC28\" },\n                        { title: \"In Cima - Marittime I\", number: \"ESC85\" },\n                        { title: \"In Cima - 70 normali nelle Cozie Meridionali\", number: \"ESC87\" }\n                        ]\n                    },\n                    {\n                        author: \"E.P.T.\",\n                        books: [\n                        { title: \"Sentieri e segnavia alpini - prov. di Torino\", number: \"ESC29\" }\n                        ]\n                    },\n                    {\n                        author: \"Cardellina O.\",\n                        books: [\n                        { title: \"Guida del Monte Emilius\", number: \"ESC30\" },\n                        { title: \"80 itinerari di escurs., alp. e sci-alp. in Val d'Aosta\", number: \"ESC35\" }\n                        ]\n                    },\n                    {\n                        author: \"T.C.I. C.A.I.\",\n                        books: [\n                        { title: \"Alta Valtellina da Grosio allo Stelvio\", number: \"ESC31\" },\n                        { title: \"Valli dell'Appennino Reggiano e Modenese\", number: \"ESC32\" },\n                        { title: \"Valli occidentali del Lario e Triangolo Lariano\", number: \"ESC33\" },\n                        { title: \"Valle delle Grigne\", number: \"ESC41\" }\n                        ]\n                    },\n                    {\n                        author: \"Bosio P.\",\n                        books: [\n                        { title: \"Gressoney - itinerari escursionistici\", number: \"ESC34\" }\n                        ]\n                    },\n                    {\n                        author: \"Rainoldi L.\",\n                        books: [\n                        { title: \"Valle Formazza\", number: \"ESC36\" }\n                        ]\n                    },\n                    {\n                        author: \"Casanova O.\",\n                        books: [\n                        { title: \"Escursioni nei parchi alpini\", number: \"ESC37\" }\n                        ]\n                    },\n                    {\n                        author: \"Ceresa A.\",\n                        books: [\n                        { title: \"Valle d'Aosta - alta via n\u00b0. 1\", number: \"ESC38\" }\n                        ]\n                    },\n                    {\n                        author: \"Canziani C. Colnago C.\",\n                        books: [\n                        { title: \"Escursioni in Valsavarenche\", number: \"ESC39\" }\n                        ]\n                    },\n                    {\n                        author: \"Merlo G.\",\n                        books: [\n                        { title: \"Alpinismo ed escursionismo in Val d'Ayas\", number: \"ESC40\" }\n                        ]\n                    },\n                    {\n                        author: \"Bovio M. Dellarole C.\",\n                        books: [\n                        { title: \"61 escursioni in Valle d'Aosta\", number: \"ESC44\" }\n                        ]\n                    },\n                    {\n                        author: \"Sesia E.\",\n                        books: [\n                        { title: \"Le Valli di Lanzo per gli antichi sentieri\", number: \"ESC45\" }\n                        ]\n                    },\n                    {\n                        author: \"T.C.I.\",\n                        books: [\n                        { title: \"Val Badia e Val Marebbe\", number: \"ESC46\" },\n                        { title: \"Valli cuneesi: Pesio, Gesso, Vermenagna e Stura\", number: \"ESC83\" }\n                        ]\n                    },\n                    {\n                        author: \"Forlino Cena Giachetto\",\n                        books: [\n                        { title: \"Guida alla Dora Baltea Canavesana\", number: \"ESC52\" }\n                        ]\n                    },\n                    {\n                        author: \"Zandonella Callagher\",\n                        books: [\n                        { title: \"Alta via delle Dolomiti n\u00b05\", number: \"ESC53\" },\n                        { title: \"Alta via n\u00b04 delle Dolomiti\", number: \"ESC82\" }\n                        ]\n                    },\n                    {\n                        author: \"Erba D.\",\n                        books: [\n                        { title: \"Intorno al Pizzo Badile\", number: \"ESC54\" }\n                        ]\n                    },\n                    {\n                        author: \"Carnisio\",\n                        books: [\n                        { title: \"Escursionismo in Val di Susa e Delfinato\", number: \"ESC55\" }\n                        ]\n                    },\n                    {\n                        author: \"Corbellini\",\n                        books: [\n                        { title: \"Il Sentiero Italia in Lombardia - vol.1\", number: \"ESC56\" }\n                        ]\n                    },\n                    {\n                        author: \"Hollande\",\n                        books: [\n                        { title: \"Parc National de la Vanoise\", number: \"ESC57\" }\n                        ]\n                    },\n                    {\n                        author: \"Avondo\",\n                        books: [\n                        { title: \"Sui sentieri dei Partigiani\", number: \"ESC58\" }\n                        ]\n                    },\n                    {\n                        author: \"Caresio\",\n                        books: [\n                        { title: \"Dove andiamo in montagna? in Piemonte\", number: \"ESC60\" },\n                        { title: \"Dove andiamo in montagna? in Valle d'Aosta\", number: \"ESC61\" }\n                        ]\n                    },\n                    {\n                        author: \"I.N.R.M.\",\n                        books: [\n                        { title: \"Guida escursionistica del trentino Alto Adige per non vedenti\", number: \"ESC64\" }\n                        ]\n                    },\n                    {\n                        author: \"Ettore Tommasi\",\n                        books: [\n                        { title: \"Alpi carniche itinerari alpini\", number: \"ESC65\" }\n                        ]\n                    },\n                    {\n                        author: \"Valcanover, Deflorian\",\n                        books: [\n                        { title: \"Trentino occidentale Guida dei sentieri e dei rifugi\", number: \"ESC66\" }\n                        ]\n                    },\n                    {\n                        author: \"Lorenzo Bersezio\",\n                        books: [\n                        { title: \"Sentieri scelti 100 escursioni dal Cadibona al Nivolet\", number: \"ESC67\" }\n                        ]\n                    },\n                    {\n                        author: \"C.A.I.\",\n                        books: [\n                        { title: \"Guida di Villadossola\", number: \"ESC68\" }\n                        ]\n                    },\n                    {\n                        author: \"Carnovalini, Corbellini\",\n                        books: [\n                        { title: \"CamminaItalia\", number: \"ESC69\" }\n                        ]\n                    },\n                    {\n                        author: \"Pro loco di Ronco canav.\",\n                        books: [\n                        { title: \"Sui sentieri della Val Soana\", number: \"ESC70\" }\n                        ]\n                    },\n                    {\n                        author: \"Regione Piemonte\",\n                        books: [\n                        { title: \"Piemonte Parchi, il fiume Po\", number: \"ESC71\" },\n                        { title: \"Parchi del Piemonte\", number: \"ESC72\" },\n                        { title: \"Guida alla Certosa e al Parco di Pesio\", number: \"ESC81\" }\n                        ]\n                    },\n                    {\n                        author: \"Provincia di Torino\",\n                        books: [\n                        { title: \"Escursionismo in provincia di Torino\", number: \"ESC73\" }\n                        ]\n                    },\n                    {\n                        author: \"Camanni, Rossi, Valente\",\n                        books: [\n                        { title: \"Animali e sentieri\", number: \"ESC74\" }\n                        ]\n                    },\n                    {\n                        author: \"G. Novaria, G. Dematteis\",\n                        books: [\n                        { title: \"Quattro passi in Paradiso\", number: \"ESC75\" }\n                        ]\n                    },\n                    {\n                        author: \"Valentino Camiletti\",\n                        books: [\n                        { title: \"Sui sentieri del re\", number: \"ESC76\" }\n                        ]\n                    },\n                    {\n                        author: \"unioncamere liguri\",\n                        books: [\n                        { title: \"Verdeazzurro\", number: \"ESC78\" }\n                        ]\n                    },\n                    {\n                        author: \"P. e M. Giglio\",\n                        books: [\n                        { title: \"Valle d'Aosta oltre il sentiero\", number: \"ESC80\" },\n                        { title: \"Valle d'Aosta - oltre il sentiero\", number: \"ESC101\" }\n                        ]\n                    },\n                    {\n                        author: \"Campana J.C.\",\n                        books: [\n                        { title: \"In Cima - 76 normali nelle Alpi Liguri\", number: \"ESC84\" }\n                        ]\n                    },\n                    {\n                        author: \"Bruno M., Campana J. C.\",\n                        books: [\n                        { title: \"In Cima - 90 normali nelle Alpi Marittime II\", number: \"ESC86\" }\n                        ]\n                    },\n                    {\n                        author: \"Avondo G. V.\",\n                        books: [\n                        { title: \"In Cima - 61 normali nelle Cozie Centrali\", number: \"ESC88\" }\n                        ]\n                    },\n                    {\n                        author: \"Barbi\u00e8 R.\",\n                        books: [\n                        { title: \"In Cima - 77 normali in Valle di Susa\", number: \"ESC89\" }\n                        ]\n                    },\n                    {\n                        author: \"Blatto\",\n                        books: [\n                        { title: \"In Cima - Valli di Lanzo\", number: \"ESC90\" }\n                        ]\n                    },\n                    {\n                        author: \"SUCAI, Torino\",\n                        books: [\n                        { title: \"In Cima - 78 itinerari nel Gran Paradiso\", number: \"ESC91\" }\n                        ]\n                    },\n                    {\n                        author: \"GUIDE SAN PAOLO\",\n                        books: [\n                        { title: \"La via di Francesco\", number: \"ESC92\" }\n                        ]\n                    },\n                    {\n                        author: \"FRANCESCHINI\",\n                        books: [\n                        { title: \"TUTTE LE ESCURSIONI DELLE PALE DI S. MARTINO\", number: \"ESC93\" }\n                        ]\n                    },\n                    {\n                        author: \"RAMIRES\",\n                        books: [\n                        { title: \"A PASSEGGIO CON IL GUARDIAPARCO\", number: \"ESC95\" }\n                        ]\n                    },\n                    {\n                        author: \"COMENSOLI\",\n                        books: [\n                        { title: \"GUIDA DI EDOLO\", number: \"ESC96\" }\n                        ]\n                    },\n                    {\n                        author: \"Couzy A., De Merville C.\",\n                        books: [\n                        { title: \"OISANS - Le plus belles randonn\u00e8es\", number: \"ESC97\" }\n                        ]\n                    },\n                    {\n                        author: \"Crosa Lenz P., Frangioni G.\",\n                        books: [\n                        { title: \"Veglia Devero\", number: \"ESC98\" }\n                        ]\n                    },\n                    {\n                        author: \"Arruyer J.R., Macia P., Valcke\",\n                        books: [\n                        { title: \"Pays du Mont Blanc - Alpes du nord\", number: \"ESC99\" }\n                        ]\n                    },\n                    {\n                        author: \"Camanni E., Chiaretta F., Michieli F.\",\n                        books: [\n                        { title: \"Valle di Cogne - la pi\u00f9 celebre del Gran Paradiso\", number: \"ESC100\" }\n                        ]\n                    },\n                    {\n                        author: \"Provincia di Belluno\",\n                        books: [\n                        { title: \"Rifugi della provincia di belluno\", number: \"ESC102\" },\n                        { title: \"Dolomiti e dintorni- Rifugi della provincia di Belluno\", number: \"ESC103\" },\n                        { title: \"Dolomiti e dintorni- Rifugi ed alte vie della provincia di Belluno\", number: \"ESC104\" }\n                        ]\n                    },\n                    {\n                        author: \"CAI Volken Kundert Valsesia\",\n                        books: [\n                        { title: \"Sentieri alpini Ticino, escursioni tragottardo e generoso\", number: \"ESC105\" }\n                        ]\n                    },\n                    {\n                        author: \"Provincia di Cuneo\",\n                        books: [\n                        { title: \"guida dei sentieri alpini della provincia di Cuneo\", number: \"ESC106\" }\n                        ]\n                    },\n                    {\n                        author: \"AAS di Madonna di Campiglia\",\n                        books: [\n                        { title: \"Brenta Presanella\", number: \"ESC107\" }\n                        ]\n                    },\n                    {\n                        author: \"Carnovalini R. e C.\",\n                        books: [\n                        { title: \"Le Prealpi a piedi il grande sentiero airone dalla Valsesia all'Istria\", number: \"ESC108\" }\n                        ]\n                    },\n                    {\n                        author: \"Regione Calabria\",\n                        books: [\n                        { title: \"Georgica Calabria Guida Agrituristica\", number: \"ESC109\" }\n                        ]\n                    },\n                    {\n                        author: \"Riccardo e C. Carnovalini\",\n                        books: [\n                        { title: \"A piedi nell'Europa che corre\", number: \"ESC110\" }\n                        ]\n                    },\n                    {\n                        author: \"Gian Luca Boetti\",\n                        books: [\n                        { title: \"Trekking senza frontiere - 18 itinerari di confine tra Piemonte\u2026\", number: \"ESC111\" }\n                        ]\n                    }\n                ],\n                \"guide-arrampicata\": [\n                    {\n                        author: \"Motti G.P.\",\n                        books: [\n                        { title: \"Palestre delle Valli di Lanzo\", number: \"ARR1\" },\n                        { title: \"Rocca Sbarua e Monte Tre Denti\", number: \"ARR9\" }\n                        ]\n                    },\n                    {\n                        author: \"Grillo A. Parodi A.\",\n                        books: [\n                        { title: \"La pietra di Finale\", number: \"ARR2\" }\n                        ]\n                    },\n                    {\n                        author: \"Piola M.\",\n                        books: [\n                        { title: \"Il granito del Monte Bianco\", number: \"ARR3\" }\n                        ]\n                    },\n                    {\n                        author: \"Oviglia M. Mochino R.\",\n                        books: [\n                        { title: \"Arrampicate in Valle dell'Orco\", number: \"ARR4\" }\n                        ]\n                    },\n                    {\n                        author: \"AA.VV.\",\n                        books: [\n                        { title: \"Luoghi della libera\", number: \"ARR5\" }\n                        ]\n                    },\n                    {\n                        author: \"Grassi G.C.\",\n                        books: [\n                        { title: \"Sogno di Sea (Arrampicate su roccia e ghiaccio in Val di Lanzo)\", number: \"ARR6\" },\n                        { title: \"100 scalate su cascate di ghiaccio\", number: \"ARR10\" },\n                        { title: \"Ghiaccio dell'Ovest\", number: \"ARR11\" },\n                        { title: \"Sassismo spazio per la fantasia (massi erratici in Val di Susa)\", number: \"ARR13\" }\n                        ]\n                    },\n                    {\n                        author: \"Duc A.\",\n                        books: [\n                        { title: \"Arrampicare ad Arnad\", number: \"ARR7\" }\n                        ]\n                    },\n                    {\n                        author: \"Vari\",\n                        books: [\n                        { title: \"Escursioni e arrampicate sulle Alpi Biellesi\", number: \"ARR8\" }\n                        ]\n                    },\n                    {\n                        author: \"Cambiolo Sartore\",\n                        books: [\n                        { title: \"Cascate di ghiaccio in Valle d'Aosta\", number: \"ARR12\" }\n                        ]\n                    },\n                    {\n                        author: \"Di Giorgio T.\",\n                        books: [\n                        { title: \"L' intuizione - Arrampicate a Mompellato ed al Colle Del Lys\", number: \"ARR14\" }\n                        ]\n                    },\n                    {\n                        author: \"Massari G.\",\n                        books: [\n                        { title: \"Il Gruppo Castello Provenzale\", number: \"ARR15\" }\n                        ]\n                    },\n                    {\n                        author: \"Balbi F. Gallo A.\",\n                        books: [\n                        { title: \"Oltrefinale\", number: \"ARR16\" }\n                        ]\n                    },\n                    {\n                        author: \"Andrea Gallo\",\n                        books: [\n                        { title: \"Finale Y2K\", number: \"ARR17\" }\n                        ]\n                    },\n                    {\n                        author: \"Bonetti, Lazzarin\",\n                        books: [\n                        { title: \"Dolomiti il grande libro delle ferrate\", number: \"ARR18\" }\n                        ]\n                    },\n                    {\n                        author: \"Boccardi, Daghero, Longo\",\n                        books: [\n                        { title: \"Tre denti di Cumiana\", number: \"ARR19\" }\n                        ]\n                    },\n                    {\n                        author: \"Amateis, Caresio, Getto\",\n                        books: [\n                        { title: \"Arrampicare a Traversella\", number: \"ARR20\" }\n                        ]\n                    }\n                ],\n                \"guide-bike\": [\n                    {\n                        author: \"Muntoni N.\",\n                        books: [\n                        { title: \"Mountain bike in canavese\", number: \"MTB1\" }\n                        ]\n                    },\n                    {\n                        author: \"Zaccagnino C.\",\n                        books: [\n                        { title: \"Dal Passo dei Giovi al Passo della Cisa in Mountain Bike\", number: \"MTB2\" },\n                        { title: \"Dal Passo dei Giovi al col di Tenda in mountain bike\", number: \"MTB3\" }\n                        ]\n                    },\n                    {\n                        author: \"Bernardi G.\",\n                        books: [\n                        { title: \"Dalle Langhe al Marguareis in mountain bike\", number: \"MTB4\" }\n                        ]\n                    },\n                    {\n                        author: \"Chiolerio E. Bossa G.\",\n                        books: [\n                        { title: \"Dal Monviso alla Val di Susa in mountain bike\", number: \"MTB5\" }\n                        ]\n                    },\n                    {\n                        author: \"Gallo M.\",\n                        books: [\n                        { title: \"Mountain nelle valli di Lanzo\", number: \"MTB6\" }\n                        ]\n                    },\n                    {\n                        author: \"Giglio M.\",\n                        books: [\n                        { title: \"In Valle d'Aosta con la mountain bike\", number: \"MTB7\" }\n                        ]\n                    },\n                    {\n                        author: \"Lavezzo M., Zangirolami D.\",\n                        books: [\n                        { title: \"Manuale di cicloescursionismo\", number: \"MTB8\" }\n                        ]\n                    }\n                ],\n                \"guide-sci\": [\n                    {\n                        author: \"Gobbi T.\",\n                        books: [\n                        { title: \"Sci-alpinismo nelle Alpi\", number: \"SAF1\" }\n                        ]\n                    },\n                    {\n                        author: \"Vari\",\n                        books: [\n                        { title: \"Sci-alpinismo in Adamello e Presanella\", number: \"SAF2\" },\n                        { title: \"Sci-alpinismo in Adamello e Presanella\", number: \"SAF31\" }\n                        ]\n                    },\n                    {\n                        author: \"Gansser F., a cura di\",\n                        books: [\n                        { title: \"Sci-alpinismo in Svizzera\", number: \"SAF3\" }\n                        ]\n                    },\n                    {\n                        author: \"Sci Club Milano\",\n                        books: [\n                        { title: \"68 itinerari sciistici dal Colle di Tenda a San Candido\", number: \"SAF4\" }\n                        ]\n                    },\n                    {\n                        author: \"C.D.A.\",\n                        books: [\n                        { title: \"Raid in sci\", number: \"SAF5\" }\n                        ]\n                    },\n                    {\n                        author: \"C.A.S.\",\n                        books: [\n                        { title: \"Ski alpin - Choix d'itineraires\", number: \"SAF6\" },\n                        { title: \"Haute Savoie - Hors piste\", number: \"SAF7\" }\n                        ]\n                    },\n                    {\n                        author: \"Grigli\u00e8 R.\",\n                        books: [\n                        { title: \"Gite in sci\", number: \"SAF8\" }\n                        ]\n                    },\n                    {\n                        author: \"Prov. di Torino\",\n                        books: [\n                        { title: \"Sci-escursionismo - 18 itinerari in provincia di Torino\", number: \"SAF9\" }\n                        ]\n                    },\n                    {\n                        author: \"C.A.I. Sez. Rivarolo Can.\",\n                        books: [\n                        { title: \"Guida sci-alpinistica del Canavese\", number: \"SAF10\" }\n                        ]\n                    },\n                    {\n                        author: \"Grilli M.\",\n                        books: [\n                        { title: \"Dal Moncenisio al Rosa (666 itinerari sci-alpinistici)\", number: \"SAF11\" },\n                        { title: \"Dalle Alpi Liguri alla Valle di Susa\", number: \"SAF29\" }\n                        ]\n                    },\n                    {\n                        author: \"Amateis Caresio D. e D.\",\n                        books: [\n                        { title: \"Nuova guida sci-alpinistica del Canavese\", number: \"SAF12\" }\n                        ]\n                    },\n                    {\n                        author: \"Bersezio L. Trione P.\",\n                        books: [\n                        { title: \"Monte Bianco - Nel castello di neve e di ghiaccio\", number: \"SAF13\" },\n                        { title: \"Gran Paradiso - Vanoise - Delfinato - \\\"nei giardini dello sci\\\"\", number: \"SAF19\" }\n                        ]\n                    },\n                    {\n                        author: \"Gnudi M. Malnati F.\",\n                        books: [\n                        { title: \"Dal Sempione allo Stelvio\", number: \"SAF14\" }\n                        ]\n                    },\n                    {\n                        author: \"Aruga R. Poma C.\",\n                        books: [\n                        { title: \"Dal Monviso al Sempione\", number: \"SAF15\" }\n                        ]\n                    },\n                    {\n                        author: \"C.A.I. Sezione Mondov\u00ec\",\n                        books: [\n                        { title: \"Dal Col di Nava al Monviso\", number: \"SAF16\" }\n                        ]\n                    },\n                    {\n                        author: \"S.U.C.A.I. Torino\",\n                        books: [\n                        { title: \"Dalle Marittime al Vallese\", number: \"SAF17\" }\n                        ]\n                    },\n                    {\n                        author: \"Giglio P. Noussau E.\",\n                        books: [\n                        { title: \"Sci-alpinismo in Val d'Aosta\", number: \"SAF18\" }\n                        ]\n                    },\n                    {\n                        author: \"Sesia E.\",\n                        books: [\n                        { title: \"Fondo-escursionismo in Piem. , 40 itin.da Val Pellice al Can.se\", number: \"SAF20\" }\n                        ]\n                    },\n                    {\n                        author: \"Odier B. e H.\",\n                        books: [\n                        { title: \"Tutte le Alpi in sci\", number: \"SAF21\" }\n                        ]\n                    },\n                    {\n                        author: \"Tirone P.\",\n                        books: [\n                        { title: \"Grandi raid in sci (Alpi occidentali dall'Argentera all'Oberland)\", number: \"SAF22\" }\n                        ]\n                    },\n                    {\n                        author: \"C.A.I. Milano\",\n                        books: [\n                        { title: \"La Valle Stretta\", number: \"SAF23\" },\n                        { title: \"La Cima dei Gel\u00e0s\", number: \"SAF24\" },\n                        { title: \"Pizzo di Pal\u00f9\", number: \"SAF25\" },\n                        { title: \"Punta della Galisia\", number: \"SAF26\" }\n                        ]\n                    },\n                    {\n                        author: \"Gionco-Malusardi\",\n                        books: [\n                        { title: \"Dall'Engadina ai Tauri\", number: \"SAF28\" }\n                        ]\n                    },\n                    {\n                        author: \"Ghibaudo G.\",\n                        books: [\n                        { title: \"20 gite da Larche (la costiera tra Palouse e Lanzanier, prov. di CN)\", number: \"SAF30\" }\n                        ]\n                    },\n                    {\n                        author: \"Mentigazzi E.\",\n                        books: [\n                        { title: \"Dolomiti - grandi raid in sci\", number: \"SAF33\" }\n                        ]\n                    },\n                    {\n                        author: \"Merlo G.\",\n                        books: [\n                        { title: \"Sci-alpinismo in Val d' Ayas\", number: \"SAF34\" }\n                        ]\n                    },\n                    {\n                        author: \"Bersezio L. Tirone P.\",\n                        books: [\n                        { title: \"Sci-alpinismo quota 4000\", number: \"SAF35\" }\n                        ]\n                    },\n                    {\n                        author: \"Giglio P. e M\",\n                        books: [\n                        { title: \"Valle d'Aosta sci di fondo\", number: \"SAF36\" }\n                        ]\n                    },\n                    {\n                        author: \"Paolo Ponzio\",\n                        books: [\n                        { title: \"Orizzonte bianco (sci-alp in provincia di Cuneo)\", number: \"SAF37\" }\n                        ]\n                    },\n                    {\n                        author: \"Bonavia Previdoli\",\n                        books: [\n                        { title: \"Scialpinismo in Valdossola\", number: \"SAF38\" }\n                        ]\n                    },\n                    {\n                        author: \"MEZZAVILLA - PELLISSIER\",\n                        books: [\n                        { title: \"ORIZZONTI BIANCHI SCI ALPINISMO IN VALLE D'AOSTA\", number: \"SAF39\" }\n                        ]\n                    },\n                    {\n                        author: \"BARBIE'\",\n                        books: [\n                        { title: \"SCIALPINISMO DAL MONCENISIO ALL'ISERE\", number: \"SAF40\" }\n                        ]\n                    },\n                    {\n                        author: \"BARBIE' - CAMPANA\",\n                        books: [\n                        { title: \"SCIALPINISMO DAL MONVISO AL COLLE DEL MONCENISIO\", number: \"SAF41\" }\n                        ]\n                    },\n                    {\n                        author: \"Rosano B.\",\n                        books: [\n                        { title: \"CHARAMAIO EN VAL MAIRO - NEVICA IN VAL MAIRA\", number: \"SAF42\" }\n                        ]\n                    }\n                ],\n                cartografia: [\n                    {\n                        author: \"50000 IGC\",\n                        books: [\n                        { title: \"Val di Susa - Val Chisone\", number: \"C1\" },\n                        { title: \"Valli di Lanzo e Moncenisio\", number: \"C2\" },\n                        { title: \"Il Parco Nazionale Gran Paradiso\", number: \"C3\" },\n                        { title: \"Massiccio del Monte Bianco\", number: \"C4\" },\n                        { title: \"Cervino e Monte Rosa\", number: \"C5\" },\n                        { title: \"Monviso\", number: \"C6\" },\n                        { title: \"Valli Maira - Grana - Stura\", number: \"C7\" },\n                        { title: \"Alpi Marittime\", number: \"C8\" },\n                        { title: \"Ivrea Biella e Bassa Valle d'Aosta\", number: \"C9\" },\n                        { title: \"Alagna Valsesia e Macugnaga\", number: \"C10\" },\n                        { title: \"Domodossola e val Formazza\", number: \"C11\" },\n                        { title: \"Laghi maggiore d'Orta e di Varese\", number: \"C12\" },\n                        { title: \"San Remo, Imperia e Monte Carlo\", number: \"C14\" },\n                        { title: \"Albenga - Savona\", number: \"C15\" },\n                        { title: \"Genova - Varazze\", number: \"C16\" },\n                        { title: \"Torino - Pinerolo e bassa val di Susa\", number: \"C17\" },\n                        { title: \"Langhe Meridionali\", number: \"C18\" },\n                        { title: \"Asti - Alba - Acquiterme\", number: \"C19\" },\n                        { title: \"Il Monferrato\", number: \"C20\" },\n                        { title: \"Il Canavese\", number: \"C21\" }\n                        ]\n                    },\n                    {\n                        author: \"25000 IGC\",\n                        books: [\n                        { title: \"Gran Paradiso - La Grivola - Cogne\", number: \"C101\" },\n                        { title: \"Monviso - Sampeyre - Bobbio Pellice\", number: \"C106\" },\n                        { title: \"Monte Bianco - Courmayeur - Chamonix - La Thuile\", number: \"C107\" }\n                        ]\n                    },\n                    {\n                        author: \"100.000\",\n                        books: [\n                        { title: \"Parco Nazionale del Gran Paradiso\", number: \"E 75\" },\n                        { title: \"Parco Nazionale dello Stelvio\", number: \"E 76\" },\n                        { title: \"Parco Nazionale d'Abruzzo\", number: \"E 77\" },\n                        { title: \"Parco Nazionale del Circeo\", number: \"E 78\" }\n                        ]\n                    },\n                    {\n                        author: \"25.000\",\n                        books: [\n                        { title: \"Prarayer - F. 29 - IV - NO   serie M891 (IGMI EDIZIONE 3)\", number: \"C19c\" },\n                        { title: \"Valtournanche - F. 29 - IV - SE\", number: \"C18c\" },\n                        { title: \"Monte Cervino - F. 29 - IV - NE\", number: \"C21c\" },\n                        { title: \"Valgrisanche - F. 41 - IV - NO\", number: \"C20c\" },\n                        { title: \"Alpi Carniche orientali - Canal del Ferro   Tabacco\", number: \"C18\" },\n                        { title: \"Carnia                                                  Tabacco\", number: \"C18b\" },\n                        { title: \"Alpi Giulie occidentali Tarvisiano             Tabacco\", number: \"C19\" },\n                        { title: \"Finsteraarhorn\", number: \"C1249\" },\n                        { title: \"Gemmi\", number: \"C1267\" },\n                        { title: \"Val Bregaglia\", number: \"C1276\" },\n                        { title: \"Piz Bernina\", number: \"C1277\" },\n                        { title: \"Sciora\", number: \"C1296\" },\n                        { title: \"Gran S. Bernardo\", number: \"C1365\" },\n                        { title: \"Mont Velan\", number: \"C1366\" },\n                        { title: \"Isola d'Elba - nuovi sentieri del Monte Capanne\", number: \"C\" },\n                        { title: \"Parco naturale Puez Odle\", number: \"C\" },\n                        { title: \"appenino ligure\", number: \"C\" }\n                        ]\n                    },\n                    {\n                        author: \"50.000\",\n                        books: [\n                        { title: \"Vanoise massif et parc national\", number: \"C11\" },\n                        { title: \"Cortina d'Ampezzo Kompass carta turistica\", number: \"C55\" },\n                        { title: \"Gruppo di Brenta Kompass carta turistica\", number: \"C73\" },\n                        { title: \"Pale di San Martino Kompass carta turistica\", number: \"C76\" },\n                        { title: \"Alpi Bellunesi Kompass carta turistica\", number: \"C77\" },\n                        { title: \"Lago di Como - lago di LuganoKompass carta turistica\", number: \"C91\" },\n                        { title: \"Edolo Aprica Kompass carta turistica\", number: \"C94\" },\n                        { title: \"Zernez national park Munstertal\", number: \"C\" },\n                        { title: \"Interlaken\", number: \"C254\" },\n                        { title: \"Wildstrubel\", number: \"C263\" },\n                        { title: \"Jungfrau\", number: \"C264\" },\n                        { title: \"Julierpass\", number: \"C268\" },\n                        { title: \"Berninapass\", number: \"C269\" },\n                        { title: \"Arolla\", number: \"C283\" },\n                        { title: \"Arolla\", number: \"C283s\" },\n                        { title: \"Domodossola\", number: \"C285\" },\n                        { title: \"Courmayeur\", number: \"C292\" },\n                        { title: \"Valpelline\", number: \"C293\" },\n                        { title: \"Gressoney\", number: \"C294\" },\n                        { title: \"Wildstrubel\", number: \"C263s\" },\n                        { title: \"St. Moritz\", number: \"C268s\" },\n                        { title: \"Martigny\", number: \"C282\" },\n                        { title: \"Zermatt - Saas Fee\", number: \"C284\" },\n                        { title: \"Carta del territorio della comunit\u00e0 montana del Marmore\", number: \"C\" },\n                        { title: \"Monte di Portofino\", number: \"C\" },\n                        { title: \"Val Grande e valle Intrasca\", number: \"C\" },\n                        { title: \"Adamello - Presanella ed. sci-alpinistica\", number: \"C\" },\n                        { title: \"Carte turistiche Verbano Cusio Ossola\", number: \"C\"}\n                        ]\n                    },\n                    {\n                        author: \"Ecrins\",\n                        books: [\n                        { title: \"IGN\", number: \"C5\" }\n                        ]\n                    },\n                    {\n                        author: \"16.000\",\n                        books: [\n                        { title: \"Massiccio del Monte Cucco - carta dei sentieri\", number: \"C\" }\n                        ]\n                    },\n                    {\n                        author: \"200.000\",\n                        books: [\n                        { title: \"Trentino\", number: \"C\" }\n                        ]\n                    },\n                    {\n                        author: \"Liguria\",\n                        books: [\n                        { title: \"Alta Via  excursion et itineraires \u00e0 l'alta via dei monti liguri\", number: \"C\" }\n                        ]\n                    },\n                    {\n                        author: \"10.000\",\n                        books: [\n                        { title: \"I sentieri del Finale\", number: \"C\" }\n                        ]\n                    },\n                    {\n                        author: \"40.000\",\n                        books: [\n                        { title: \"Carta dei sentieri delle 5 terre (doppio)\", number: \"C\" }\n                        ]\n                    },\n                    {\n                        author: \"30.000\",\n                        books: [\n                        { title: \"Gressoney e il Monte Rosa\", number: \"C\" },\n                        { title: \"Monti lattari penisola sorrentina\", number: \"C\" }\n                        ]\n                    },\n                    {\n                        author: \"1.250.000\",\n                        books: [\n                        { title: \"Carta delle OASI e delle riserve naturali del WWF in Italia     Airone\", number: \"C\" }\n                        ]\n                    },\n                    {\n                        author: \"15.000\",\n                        books: [\n                        { title: \"Sentieri della collina torinesen\u00b0 2\", number: \"C\" }\n                        ]\n                    },\n                    {\n                        author: \"Percorsi MTB\",\n                        books: [\n                        { title: \"Comunit\u00e0 Montana val Ceronda e Casternone\", number: \"C\" }\n                        ]\n                    }\n                ], \n                riviste: [\n                    {\n                        \"author\": \"CAI\",\n                        \"books\": [\n                        { \"title\": \"ATTI DEL CONVEGNO PUBBLICO - ENERGIA DELL'ACQUA IN MONTAGNA\", \"number\": \"QT3\" },\n                        { \"title\": \"ATTIAGGIORNAMENTO NAZIONALECAI TAM 2010- treni anti dal bidecalogo: dal passato al futuro\", \"number\": \"QT5\" },\n                        { \"title\": \"ATTIAGGIORNAMENTO NAZIONALECAI.TAM 2011 - montagna, neve e sviluppo sostenibile. quali prospettive\", \"number\": \"QT6\" },\n                        { \"title\": \"ATTI DEL 17\u00b0 CORSO SEMINARIO REGIONALE- Dall' escursionismo all' educazione ambientale\", \"number\": \"QT7\" },\n                        { \"title\": \"LE PROSPETTIVE ALTERNATIVE 2009\", \"number\": \"QT8\" },\n                        { \"title\": \"98\u00b0 CONGRESSO NAZIONALECLUBALPINO ITALIANO\", \"number\": \"QT9\" },\n                        { \"title\": \"NORME DI TUTELA DELL' AMBIENTE MONTANO\", \"number\": \"QT10\" },\n                        { \"title\": \"Atti del Convegno 2011 La figura del capogita nelle gite sociali del CAI\", \"number\": \"QT11\" },\n                        { \"title\": \"LA SICUREZZA SULLE VIE FERRATE: MATERIALI E TECNICHE\", \"number\": \"QT1\" },\n                        { \"title\": \"L'ETICA DELL'ALPINISMO\", \"number\": \"QT2\" },\n                        { \"title\": \"METAFISICA DELLA MONTAGNA\", \"number\": \"QT3\" },\n                        { \"title\": \"SENTIERI Pianificazione - Segnaletica - Manutenzione\", \"number\": \"QT1\" },\n                        { \"title\": \"MANUALE DELL'ACCOMPAGNATORE DI ESCURSIONISMO IN AMBIENTE INNEVATO\", \"number\": \"QT7\" },\n                        { \"title\": \"PROTOCOLLO DEL SISTEMA INFORMATIVO SENTIERI - PROTSIS\", \"number\": \"QT8\" },\n                        { \"title\": \"WEB GIS SIMGERI SISTEMA INFORMATIVO WEB GIS RETE ESCURSIONISTICA ITALIANA\", \"number\": \"QT9\" },\n                        { \"title\": \"MANUALE DEL RILIEVO CON IL GPS\", \"number\": \"QT10\" },\n                        { \"title\": \"Dizionario Alpinistico\", \"number\": \"QT1\" },\n                        { \"title\": \"IL RIFUGIO ALPINO NEL DIRITTO TURISTICO VOL. 1 DISCIPLINA GIURIDICA\", \"number\": \"QT2\" },\n                        { \"title\": \"IL RIFUGIO ALPINO NEL DIRITTO TURISTICO VOL. 2 LEGISLAZIONE REGIONALE\", \"number\": \"QT3\" },\n                        { \"title\": \"LA MONTAGNA AL MONTE\", \"number\": \"QT4\" },\n                        { \"title\": \"RIFUGI E BIVACCHI DEL CLUB ALPINO ITALIANO (1991)\", \"number\": \"QT5\" },\n                        { \"title\": \"RIFUGI E BIVACCHI DEL CLUB ALPINO ITALIANO (2002)\", \"number\": \"QT6\" },\n                        { \"title\": \"RIFUGI DEL CAI (1957)\", \"number\": \"QT7\" },\n                        { \"title\": \"ANNUARIO ACCADEMICO 2003 - bollettino n. 104\", \"number\": \"QT104\" },\n                        { \"title\": \"ANNUARIO ACCADEMICO 2006 - bollettino n. 107\", \"number\": \"QT107\" },\n                        { \"title\": \"ANNUARIO ACCADEMICO 2007-2008 - bollettino n. 108\", \"number\": \"QT108\" },\n                        { \"title\": \"ANNUARIO ACCADEMICO 2009 - bollettino n. 109\", \"number\": \"QT109\" },\n                        { \"title\": \"ANNUARIO ACCADEMICO 2011 - bollettino n. 111\", \"number\": \"QT111\" }\n                        ]\n                    },\n                    {\n                        \"author\": \"UNICAI\",\n                        \"books\": [\n                        { \"title\": \"LA VEGETAZIONE DELLE MONTAGNE ITALIANE\", \"number\": \"QT1\" }\n                        ]\n                    },\n                    {\n                        \"author\": \"CAAI\",\n                        \"books\": [\n                        { \"title\": \"ANNUARIO 1974\", \"number\": \"QT74\" }\n                        ]\n                    }\n                ]\n            }\n\n            const ITEMS_PER_PAGE = 4;\n            let currentPage = 1;\n            const totalPages = Math.ceil(sections.length \/ ITEMS_PER_PAGE);\n\n            let currentAuthorPage = 1;\n\n            let libraryData = [];\n            let authorGrid = null;\n            \n            const paginator = document.getElementById('pagination');\n            const pageInfo = document.getElementById('pageInfo');\n            const modal = document.getElementById('caiBookModal');\n            const modalContent = document.getElementById('caiBookModalContent');\n            const modalAuthorName = document.getElementById('caiModalAuthorName');\n            const bookList = document.getElementById('caiBookList');\n            const closeBtn = document.querySelector('#cai-library-wrapper .cai-close');\n            const navContainer = document.getElementById('caiNavigation');\n            const headerEl = document.getElementById('caiHeader');\n            const booksByAuthorSection = document.getElementById('booksByAuthor');\n\n            function renderCards(page) {\n                navContainer.classList.add('fade-out');\n\n                setTimeout(() => {\n                    navContainer.innerHTML = '';\n                    booksByAuthorSection.innerHTML = '';\n                    const startIndex = (page - 1) * ITEMS_PER_PAGE;\n                    const endIndex = startIndex + ITEMS_PER_PAGE;\n                    const pageItems = sections.slice(startIndex, endIndex);\n\n                    pageItems.forEach(section => {\n                        const sectionContainer = document.createElement('div');\n                        sectionContainer.classList.add('cai-nav-card');\n                        sectionContainer.setAttribute('data-section', section.dataSection);\n\n                        sectionContainer.innerHTML = `\n                            <div class=\"cai-nav-card-icon\">${section.icon}<\/div>\n                            <div class=\"cai-nav-card-title\">${section.title}<\/div>\n                        `;\n\n                        navContainer.appendChild(sectionContainer);\n\n                        const authorContainer = document.createElement('div');\n                        authorContainer.classList.add('cai-content-section');\n                        authorContainer.setAttribute('id', section.dataSection);\n\n                        authorContainer.innerHTML = `\n                            <a href=\"#\" class=\"cai-back-button\">\u2190 Torna al menu<\/a>\n                            <h2 class=\"cai-section-title\">${section.title}<\/h2>\n                            <div class=\"cai-author-grid\" id=\"caiAuthorGrid-${section.dataSection}\">\n                                <!-- Content populated by JavaScript -->\n                            <\/div>\n                        `;\n\n                        booksByAuthorSection.appendChild(authorContainer);\n                    });\n\n                    const navCards = document.querySelectorAll('#cai-library-wrapper .cai-nav-card');\n                    navCards.forEach(card => {\n                        card.addEventListener('click', function() {\n                            const sectionId = this.getAttribute('data-section');\n                            showSection(sectionId);\n                        });\n                    }); \n\n                    const backButtons = document.querySelectorAll('#cai-library-wrapper .cai-back-button');\n                    backButtons.forEach(btn => {\n                        btn.addEventListener('click', function(e) {\n                            e.preventDefault();\n                            showNavigation();\n                        });\n                    });\n\n                    navContainer.classList.remove('fade-out');\n                }, 300);\n            } \n\n            function renderPagination() {\n                const pagination = document.getElementById('pagination');\n                pagination.innerHTML = '';\n                let buttons = [];\n\n                buttons.push(`\n                    <button data-page=\"${currentPage - 1}\" ${currentPage === 1 ? 'disabled' : ''}>\n                        \u2190\n                    <\/button>\n                `);\n\n                if (totalPages <= 7) {\n                    for (let i = 1; i <= totalPages; i++) {\n                        buttons.push(`\n                            <button data-page=\"${i}\" class=\"${i === currentPage ? 'active' : ''}\">\n                                ${i}\n                            <\/button>\n                        `);\n                    }\n                } else {\n                    buttons.push(`\n                        <button data-page=\"1\" class=\"${currentPage === 1 ? 'active' : ''}\">1<\/button>\n                    `);\n\n                    if (currentPage > 3) {\n                        buttons.push('<span class=\"dots\">...<\/span>');\n                    }\n\n                    let startPage = Math.max(2, currentPage - 1);\n                    let endPage = Math.min(totalPages - 1, currentPage + 1);\n\n                    for (let i = startPage; i <= endPage; i++) {\n                        buttons.push(`\n                            <button data-page=\"${i}\" class=\"${i === currentPage ? 'active' : ''}\">\n                                ${i}\n                            <\/button>\n                        `);\n                    }\n\n                    if (currentPage < totalPages - 2) {\n                        buttons.push('<span class=\"dots\">...<\/span>');\n                    }\n\n                    buttons.push(`\n                        <button data-page=\"${totalPages}\" class=\"${currentPage === totalPages ? 'active' : ''}\">\n                            ${totalPages}\n                        <\/button>\n                    `);\n                }\n\n                buttons.push(`\n                    <button data-page=\"${currentPage + 1}\" ${currentPage === totalPages ? 'disabled' : ''}>\n                        \u2192\n                    <\/button>\n                `);\n\n                pagination.innerHTML = buttons.join('');\n\n                pagination.querySelectorAll('button').forEach(button => {\n                    button.addEventListener('click', function() {\n                        const page = parseInt(this.getAttribute('data-page'));\n                        if (page) {\n                            changePage(page);\n                        }\n                    });\n                });\n            }\n\n            function renderAuthorPagination(totalAuthorPage) {\n                const pagination = document.getElementById('pagination');\n                pagination.innerHTML = '';\n                let buttons = [];\n\n                buttons.push(`\n                    <button data-page=\"${currentAuthorPage - 1}\" ${currentAuthorPage === 1 ? 'disabled' : ''}>\n                        \u2190\n                    <\/button>\n                `);\n\n                if (totalAuthorPage <= 7) {\n                    for (let i = 1; i <= totalAuthorPage; i++) {\n                        buttons.push(`\n                            <button data-page=\"${i}\" class=\"${i === currentAuthorPage ? 'active' : ''}\">\n                                ${i}\n                            <\/button>\n                        `);\n                    }\n                } else {\n                    buttons.push(`\n                        <button data-page=\"1\" class=\"${currentAuthorPage === 1 ? 'active' : ''}\">1<\/button>\n                    `);\n\n                    if (currentAuthorPage > 3) {\n                        buttons.push('<span class=\"dots\">...<\/span>');\n                    }\n\n                    let startPage = Math.max(2, currentAuthorPage - 1);\n                    let endPage = Math.min(totalAuthorPage - 1, currentAuthorPage + 1);\n\n                    for (let i = startPage; i <= endPage; i++) {\n                        buttons.push(`\n                            <button data-page=\"${i}\" class=\"${i === currentAuthorPage ? 'active' : ''}\">\n                                ${i}\n                            <\/button>\n                        `);\n                    }\n\n                    if (currentAuthorPage < totalAuthorPage - 2) {\n                        buttons.push('<span class=\"dots\">...<\/span>');\n                    }\n\n                    buttons.push(`\n                        <button data-page=\"${totalAuthorPage}\" class=\"${currentAuthorPage === totalAuthorPage ? 'active' : ''}\">\n                            ${totalAuthorPage}\n                        <\/button>\n                    `);\n                }\n\n                buttons.push(`\n                    <button data-page=\"${currentAuthorPage + 1}\" ${currentAuthorPage === totalAuthorPage ? 'disabled' : ''}>\n                        \u2192\n                    <\/button>\n                `);\n\n                pagination.innerHTML = buttons.join('');\n\n                pagination.querySelectorAll('button').forEach(button => {\n                    button.addEventListener('click', function() {\n                        const page = parseInt(this.getAttribute('data-page'));\n                        if (page) {\n                            changeAuthorPage(page, totalAuthorPage);\n                        }\n                    });\n                });\n            }\n\n\n            function changePage(page) {\n                if (page < 1 || page > totalPages || page === currentPage) return;\n                currentPage = page;\n                renderCards(currentPage);\n                renderPagination();\n            }\n\n            function changeAuthorPage(page, totalAuthorPage) {\n                if (page < 1 || page > totalAuthorPage || page === currentAuthorPage) return;\n                currentAuthorPage = page;\n\n                authorGrid.innerHTML = '';\n                const startIndex = (currentAuthorPage - 1) * ITEMS_PER_PAGE;\n                const endIndex = startIndex + ITEMS_PER_PAGE;\n                const pageItems = libraryData.slice(startIndex, endIndex);\n\n                populateAuthors(pageItems);\n\n                renderAuthorPagination(totalAuthorPage);\n            }\n\n            function showSection(sectionId) {\n                const contentSections = document.querySelectorAll('#cai-library-wrapper .cai-content-section');\n                headerEl.style.display = 'none';\n                navContainer.style.display = 'none';\n                contentSections.forEach(section => {\n                    section.classList.remove('active');\n                });\n                const targetSection = document.getElementById(sectionId);\n                if (targetSection) {\n                    authorGrid = document.getElementById(`caiAuthorGrid-${sectionId}`);\n                    targetSection.classList.add('active');\n                    libraryData = booksBySection[sectionId] || [];\n\n                    const totalAuthorPages = Math.ceil(libraryData.length \/ ITEMS_PER_PAGE);\n\n                    const startIndex = (currentAuthorPage - 1) * ITEMS_PER_PAGE;\n                    const endIndex = startIndex + ITEMS_PER_PAGE;\n                    const pageItems = libraryData.slice(startIndex, endIndex);\n\n                    populateAuthors(pageItems);\n                    renderAuthorPagination(totalAuthorPages);\n\n                }\n                window.scrollTo(0, 0);\n            }\n\n            function showNavigation() {\n                const contentSections = document.querySelectorAll('#cai-library-wrapper .cai-content-section');\n                contentSections.forEach(section => {\n                    const sectionId = section.getAttribute('id');\n                    authorGrid = document.getElementById(`caiAuthorGrid-${sectionId}`);\n                    authorGrid.innerHTML = '';\n                    section.classList.remove('active');\n                });\n                headerEl.style.display = 'block';\n                navContainer.style.display = 'grid';\n                paginator.style.display = 'flex';\n                pageInfo.style.display = 'block';\n\n                currentAuthorPage = 1;\n                renderPagination();\n                window.scrollTo(0, 0);\n            }\n\n            function populateAuthors(libraryDataSliced) {\n                libraryDataSliced.forEach((author, index) => {\n                    const card = document.createElement('div');\n                    card.className = 'cai-author-card';\n                    card.innerHTML = `\n                        <div class=\"cai-author-card-content\">\n                        <div class=\"cai-author-name\">\n                            <div class=\"cai-author-icon\">\u270d\ufe0f<\/div>\n                            ${author.author}\n                        <\/div>\n                        <div class=\"cai-book-count-badge\">\n                            ${author.books.length} ${author.books.length === 1 ? 'libro' : 'libri'}\n                            <span class=\"arrow\">\u2192<\/span>\n                        <\/div>\n                        <\/div>\n                    `;\n                    card.addEventListener('click', () => showModal(author));\n                    authorGrid.appendChild(card);\n                });\n            }\n\n            function showModal(authorData) {\n                modalAuthorName.textContent = `Libri di ${authorData.author}`;\n                bookList.innerHTML = '';\n\n                authorData.books.forEach(book => {\n                    const li = document.createElement('li');\n                    li.className = 'cai-book-item';\n                    li.innerHTML = `\n                        <span class=\"cai-book-title\">${book.title}<\/span>\n                        <span class=\"cai-book-number\">${book.number}<\/span>`;\n                    bookList.appendChild(li);\n                });\n\n                const scrollbarWidth = window.innerWidth - document.documentElement.clientWidth;\n                \n                const scrollY = window.scrollY || window.pageYOffset;\n                modalContent.style.position = 'relative';\n                modalContent.style.top = `${scrollY}px`;\n                \n                document.body.style.paddingRight = `${scrollbarWidth}px`;\n        \n                modal.style.display = 'block';\n            }\n\n            function closeModal() {\n                modal.style.display = 'none';\n            }\n\n            closeBtn.addEventListener('click', closeModal);\n\n            window.addEventListener('click', function(e) {\n                if (e.target === modal) {\n                    closeModal();\n                }\n            });\n\n            document.addEventListener('keydown', function(e) {\n                if (e.key === 'Escape' && modal.style.display === 'block') {\n                    closeModal();\n                }\n            });\n\n            renderCards(currentPage);\n            renderPagination();\n        })();\n    <\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Biblioteca CAI VOLPIANO Biblioteca CAI VOLPIANO Aggiornamento Maggio 2014 I libri sono a disposizione di tutti i soci previa autorizzazione del responsabile. Il tempo massimo di lettura \u00e8 di 15 [&hellip;]<\/p>\n","protected":false},"author":414,"featured_media":36,"parent":528,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"rankMath":{"parentDomain":"organizzazione.cai.it","noFollowDomains":[],"noFollowExcludeDomains":[],"noFollowExternalLinks":false,"featuredImageNotice":"L&#039;immagine in evidenza dovrebbe essere di almeno 200 x 200 pixel per essere ripresa da Facebook e altri siti di social media.","pluginReviewed":false,"postSettings":{"linkSuggestions":true,"useFocusKeyword":false},"frontEndScore":false,"postName":"biblioteca","permalinkFormat":"https:\/\/organizzazione.cai.it\/sez-volpiano\/%pagename%\/","showLockModifiedDate":true,"assessor":{"focusKeywordLink":"https:\/\/organizzazione.cai.it\/sez-volpiano\/wp-admin\/edit.php?focus_keyword=%focus_keyword%&post_type=%post_type%","hasTOCPlugin":false,"primaryTaxonomy":false,"serpData":{"title":"","description":"","focusKeywords":"","pillarContent":false,"canonicalUrl":"","breadcrumbTitle":"","advancedRobots":{"max-snippet":"-1","max-video-preview":"-1","max-image-preview":"large"},"facebookTitle":"","facebookDescription":"","facebookImage":"","facebookImageID":"","facebookHasOverlay":false,"facebookImageOverlay":"","facebookAuthor":"","twitterCardType":"","twitterUseFacebook":true,"twitterTitle":"","twitterDescription":"","twitterImage":"","twitterImageID":"","twitterHasOverlay":false,"twitterImageOverlay":"","twitterPlayerUrl":"","twitterPlayerSize":"","twitterPlayerStream":"","twitterPlayerStreamCtype":"","twitterAppDescription":"","twitterAppIphoneName":"","twitterAppIphoneID":"","twitterAppIphoneUrl":"","twitterAppIpadName":"","twitterAppIpadID":"","twitterAppIpadUrl":"","twitterAppGoogleplayName":"","twitterAppGoogleplayID":"","twitterAppGoogleplayUrl":"","twitterAppCountry":"","robots":{"index":true},"twitterAuthor":"nome utente","primaryTerm":0,"authorName":"presidente@caivolpiano.it","titleTemplate":"%title% %sep% CAI %sitename%","descriptionTemplate":"%excerpt%","showScoreFrontend":true,"lockModifiedDate":false},"powerWords":["incredibile","sorprendente","meraviglioso","unico","bello","felicit\u00e0","brillante","affascinante","carismatico","scioccante","chiaro","completamente","riservato","fiducia","significativo","creativo","definitivamente","delizioso","dimostrare","sbrigati","determinato","degno","dinamico","impressionante","essenziale","ispiratore","innovativo","intenso","efficace","magico","magnifico","storico","importante","incredibile","indispensabile","indimenticabile","irresistibile","leggendario","luminoso","lusso","magico","magnifico","maestoso","memorabile","miracoloso","motivante","necessario","nuovo","ufficiale","perfetto","appassionato","persuasivo","fenomenale","piacere","popolare","potere","prestigioso","prodigioso","profondo","prospero","potente","qualit\u00e0","radiante","veloce","di successo","rivoluzionario","soddisfatto","sicurezza","sensazionale","sereno","lussuoso","splendido","sublime","sorprendente","talentuoso","terrificante","unico","valore","vibrante","vittorioso","vivace","veramente","zelante","autentico","avventuroso","spettacolare","esclusivo","garantito","straordinario","favoloso","affascinante","formidabile","geniale","grandioso","gratuito","abile","illimitato","impeccabile","infallibile","infinitamente","influente","ingegnoso","indimenticabile","insostituibile","leader","maestro","notevole","innovativo","pioniere","potente","riconosciuto","rivoluzionario","sorprendente","superiore","trionfante","ultra","coraggioso","prezioso","avanguardia","vigoroso","visionario","volont\u00e0","vitale","trionfo","glorioso","inarrestabile","ineguagliabile","intelligente","invincibile","libert\u00e0","orgoglio","pace","progresso","rinnovato","saggezza","soddisfazione","sicuro","serenit\u00e0","superamento","talento","trascendente","trasformativo","coraggio","vittoria"],"diacritics":{"A":"[\\u0041\\u24B6\\uFF21\\u00C0\\u00C1\\u00C2\\u1EA6\\u1EA4\\u1EAA\\u1EA8\\u00C3\\u0100\\u0102\\u1EB0\\u1EAE\\u1EB4\\u1EB2\\u0226\\u01E0\\u00C4\\u01DE\\u1EA2\\u00C5\\u01FA\\u01CD\\u0200\\u0202\\u1EA0\\u1EAC\\u1EB6\\u1E00\\u0104\\u023A\\u2C6F]","AA":"[\\uA732]","AE":"[\\u00C6\\u01FC\\u01E2]","AO":"[\\uA734]","AU":"[\\uA736]","AV":"[\\uA738\\uA73A]","AY":"[\\uA73C]","B":"[\\u0042\\u24B7\\uFF22\\u1E02\\u1E04\\u1E06\\u0243\\u0182\\u0181]","C":"[\\u0043\\u24B8\\uFF23\\u0106\\u0108\\u010A\\u010C\\u00C7\\u1E08\\u0187\\u023B\\uA73E]","D":"[\\u0044\\u24B9\\uFF24\\u1E0A\\u010E\\u1E0C\\u1E10\\u1E12\\u1E0E\\u0110\\u018B\\u018A\\u0189\\uA779]","DZ":"[\\u01F1\\u01C4]","Dz":"[\\u01F2\\u01C5]","E":"[\\u0045\\u24BA\\uFF25\\u00C8\\u00C9\\u00CA\\u1EC0\\u1EBE\\u1EC4\\u1EC2\\u1EBC\\u0112\\u1E14\\u1E16\\u0114\\u0116\\u00CB\\u1EBA\\u011A\\u0204\\u0206\\u1EB8\\u1EC6\\u0228\\u1E1C\\u0118\\u1E18\\u1E1A\\u0190\\u018E]","F":"[\\u0046\\u24BB\\uFF26\\u1E1E\\u0191\\uA77B]","G":"[\\u0047\\u24BC\\uFF27\\u01F4\\u011C\\u1E20\\u011E\\u0120\\u01E6\\u0122\\u01E4\\u0193\\uA7A0\\uA77D\\uA77E]","H":"[\\u0048\\u24BD\\uFF28\\u0124\\u1E22\\u1E26\\u021E\\u1E24\\u1E28\\u1E2A\\u0126\\u2C67\\u2C75\\uA78D]","I":"[\\u0049\\u24BE\\uFF29\\u00CC\\u00CD\\u00CE\\u0128\\u012A\\u012C\\u0130\\u00CF\\u1E2E\\u1EC8\\u01CF\\u0208\\u020A\\u1ECA\\u012E\\u1E2C\\u0197]","J":"[\\u004A\\u24BF\\uFF2A\\u0134\\u0248]","K":"[\\u004B\\u24C0\\uFF2B\\u1E30\\u01E8\\u1E32\\u0136\\u1E34\\u0198\\u2C69\\uA740\\uA742\\uA744\\uA7A2]","L":"[\\u004C\\u24C1\\uFF2C\\u013F\\u0139\\u013D\\u1E36\\u1E38\\u013B\\u1E3C\\u1E3A\\u0141\\u023D\\u2C62\\u2C60\\uA748\\uA746\\uA780]","LJ":"[\\u01C7]","Lj":"[\\u01C8]","M":"[\\u004D\\u24C2\\uFF2D\\u1E3E\\u1E40\\u1E42\\u2C6E\\u019C]","N":"[\\u004E\\u24C3\\uFF2E\\u01F8\\u0143\\u00D1\\u1E44\\u0147\\u1E46\\u0145\\u1E4A\\u1E48\\u0220\\u019D\\uA790\\uA7A4]","NJ":"[\\u01CA]","Nj":"[\\u01CB]","O":"[\\u004F\\u24C4\\uFF2F\\u00D2\\u00D3\\u00D4\\u1ED2\\u1ED0\\u1ED6\\u1ED4\\u00D5\\u1E4C\\u022C\\u1E4E\\u014C\\u1E50\\u1E52\\u014E\\u022E\\u0230\\u00D6\\u022A\\u1ECE\\u0150\\u01D1\\u020C\\u020E\\u01A0\\u1EDC\\u1EDA\\u1EE0\\u1EDE\\u1EE2\\u1ECC\\u1ED8\\u01EA\\u01EC\\u00D8\\u01FE\\u0186\\u019F\\uA74A\\uA74C]","OI":"[\\u01A2]","OO":"[\\uA74E]","OU":"[\\u0222]","P":"[\\u0050\\u24C5\\uFF30\\u1E54\\u1E56\\u01A4\\u2C63\\uA750\\uA752\\uA754]","Q":"[\\u0051\\u24C6\\uFF31\\uA756\\uA758\\u024A]","R":"[\\u0052\\u24C7\\uFF32\\u0154\\u1E58\\u0158\\u0210\\u0212\\u1E5A\\u1E5C\\u0156\\u1E5E\\u024C\\u2C64\\uA75A\\uA7A6\\uA782]","S":"[\\u0053\\u24C8\\uFF33\\u1E9E\\u015A\\u1E64\\u015C\\u1E60\\u0160\\u1E66\\u1E62\\u1E68\\u0218\\u015E\\u2C7E\\uA7A8\\uA784]","T":"[\\u0054\\u24C9\\uFF34\\u1E6A\\u0164\\u1E6C\\u021A\\u0162\\u1E70\\u1E6E\\u0166\\u01AC\\u01AE\\u023E\\uA786]","TZ":"[\\uA728]","U":"[\\u0055\\u24CA\\uFF35\\u00D9\\u00DA\\u00DB\\u0168\\u1E78\\u016A\\u1E7A\\u016C\\u00DC\\u01DB\\u01D7\\u01D5\\u01D9\\u1EE6\\u016E\\u0170\\u01D3\\u0214\\u0216\\u01AF\\u1EEA\\u1EE8\\u1EEE\\u1EEC\\u1EF0\\u1EE4\\u1E72\\u0172\\u1E76\\u1E74\\u0244]","V":"[\\u0056\\u24CB\\uFF36\\u1E7C\\u1E7E\\u01B2\\uA75E\\u0245]","VY":"[\\uA760]","W":"[\\u0057\\u24CC\\uFF37\\u1E80\\u1E82\\u0174\\u1E86\\u1E84\\u1E88\\u2C72]","X":"[\\u0058\\u24CD\\uFF38\\u1E8A\\u1E8C]","Y":"[\\u0059\\u24CE\\uFF39\\u1EF2\\u00DD\\u0176\\u1EF8\\u0232\\u1E8E\\u0178\\u1EF6\\u1EF4\\u01B3\\u024E\\u1EFE]","Z":"[\\u005A\\u24CF\\uFF3A\\u0179\\u1E90\\u017B\\u017D\\u1E92\\u1E94\\u01B5\\u0224\\u2C7F\\u2C6B\\uA762]","a":"[\\u0061\\u24D0\\uFF41\\u1E9A\\u00E0\\u00E1\\u00E2\\u1EA7\\u1EA5\\u1EAB\\u1EA9\\u00E3\\u0101\\u0103\\u1EB1\\u1EAF\\u1EB5\\u1EB3\\u0227\\u01E1\\u00E4\\u01DF\\u1EA3\\u00E5\\u01FB\\u01CE\\u0201\\u0203\\u1EA1\\u1EAD\\u1EB7\\u1E01\\u0105\\u2C65\\u0250]","aa":"[\\uA733]","ae":"[\\u00E6\\u01FD\\u01E3]","ao":"[\\uA735]","au":"[\\uA737]","av":"[\\uA739\\uA73B]","ay":"[\\uA73D]","b":"[\\u0062\\u24D1\\uFF42\\u1E03\\u1E05\\u1E07\\u0180\\u0183\\u0253]","c":"[\\u0063\\u24D2\\uFF43\\u0107\\u0109\\u010B\\u010D\\u00E7\\u1E09\\u0188\\u023C\\uA73F\\u2184]","d":"[\\u0064\\u24D3\\uFF44\\u1E0B\\u010F\\u1E0D\\u1E11\\u1E13\\u1E0F\\u0111\\u018C\\u0256\\u0257\\uA77A]","dz":"[\\u01F3\\u01C6]","e":"[\\u0065\\u24D4\\uFF45\\u00E8\\u00E9\\u00EA\\u1EC1\\u1EBF\\u1EC5\\u1EC3\\u1EBD\\u0113\\u1E15\\u1E17\\u0115\\u0117\\u00EB\\u1EBB\\u011B\\u0205\\u0207\\u1EB9\\u1EC7\\u0229\\u1E1D\\u0119\\u1E19\\u1E1B\\u0247\\u025B\\u01DD]","f":"[\\u0066\\u24D5\\uFF46\\u1E1F\\u0192\\uA77C]","g":"[\\u0067\\u24D6\\uFF47\\u01F5\\u011D\\u1E21\\u011F\\u0121\\u01E7\\u0123\\u01E5\\u0260\\uA7A1\\u1D79\\uA77F]","h":"[\\u0068\\u24D7\\uFF48\\u0125\\u1E23\\u1E27\\u021F\\u1E25\\u1E29\\u1E2B\\u1E96\\u0127\\u2C68\\u2C76\\u0265]","hv":"[\\u0195]","i":"[\\u0069\\u24D8\\uFF49\\u00EC\\u00ED\\u00EE\\u0129\\u012B\\u012D\\u00EF\\u1E2F\\u1EC9\\u01D0\\u0209\\u020B\\u1ECB\\u012F\\u1E2D\\u0268\\u0131]","j":"[\\u006A\\u24D9\\uFF4A\\u0135\\u01F0\\u0249]","k":"[\\u006B\\u24DA\\uFF4B\\u1E31\\u01E9\\u1E33\\u0137\\u1E35\\u0199\\u2C6A\\uA741\\uA743\\uA745\\uA7A3]","l":"[\\u006C\\u24DB\\uFF4C\\u0140\\u013A\\u013E\\u1E37\\u1E39\\u013C\\u1E3D\\u1E3B\\u017F\\u0142\\u019A\\u026B\\u2C61\\uA749\\uA781\\uA747]","lj":"[\\u01C9]","m":"[\\u006D\\u24DC\\uFF4D\\u1E3F\\u1E41\\u1E43\\u0271\\u026F]","n":"[\\u006E\\u24DD\\uFF4E\\u01F9\\u0144\\u00F1\\u1E45\\u0148\\u1E47\\u0146\\u1E4B\\u1E49\\u019E\\u0272\\u0149\\uA791\\uA7A5]","nj":"[\\u01CC]","o":"[\\u006F\\u24DE\\uFF4F\\u00F2\\u00F3\\u00F4\\u1ED3\\u1ED1\\u1ED7\\u1ED5\\u00F5\\u1E4D\\u022D\\u1E4F\\u014D\\u1E51\\u1E53\\u014F\\u022F\\u0231\\u00F6\\u022B\\u1ECF\\u0151\\u01D2\\u020D\\u020F\\u01A1\\u1EDD\\u1EDB\\u1EE1\\u1EDF\\u1EE3\\u1ECD\\u1ED9\\u01EB\\u01ED\\u00F8\\u01FF\\u0254\\uA74B\\uA74D\\u0275]","oi":"[\\u01A3]","ou":"[\\u0223]","oo":"[\\uA74F]","p":"[\\u0070\\u24DF\\uFF50\\u1E55\\u1E57\\u01A5\\u1D7D\\uA751\\uA753\\uA755]","q":"[\\u0071\\u24E0\\uFF51\\u024B\\uA757\\uA759]","r":"[\\u0072\\u24E1\\uFF52\\u0155\\u1E59\\u0159\\u0211\\u0213\\u1E5B\\u1E5D\\u0157\\u1E5F\\u024D\\u027D\\uA75B\\uA7A7\\uA783]","s":"[\\u0073\\u24E2\\uFF53\\u015B\\u1E65\\u015D\\u1E61\\u0161\\u1E67\\u1E63\\u1E69\\u0219\\u015F\\u023F\\uA7A9\\uA785\\u1E9B]","ss":"[\\u00DF]","t":"[\\u0074\\u24E3\\uFF54\\u1E6B\\u1E97\\u0165\\u1E6D\\u021B\\u0163\\u1E71\\u1E6F\\u0167\\u01AD\\u0288\\u2C66\\uA787]","tz":"[\\uA729]","u":"[\\u0075\\u24E4\\uFF55\\u00F9\\u00FA\\u00FB\\u0169\\u1E79\\u016B\\u1E7B\\u016D\\u00FC\\u01DC\\u01D8\\u01D6\\u01DA\\u1EE7\\u016F\\u0171\\u01D4\\u0215\\u0217\\u01B0\\u1EEB\\u1EE9\\u1EEF\\u1EED\\u1EF1\\u1EE5\\u1E73\\u0173\\u1E77\\u1E75\\u0289]","v":"[\\u0076\\u24E5\\uFF56\\u1E7D\\u1E7F\\u028B\\uA75F\\u028C]","vy":"[\\uA761]","w":"[\\u0077\\u24E6\\uFF57\\u1E81\\u1E83\\u0175\\u1E87\\u1E85\\u1E98\\u1E89\\u2C73]","x":"[\\u0078\\u24E7\\uFF58\\u1E8B\\u1E8D]","y":"[\\u0079\\u24E8\\uFF59\\u1EF3\\u00FD\\u0177\\u1EF9\\u0233\\u1E8F\\u00FF\\u1EF7\\u1E99\\u1EF5\\u01B4\\u024F\\u1EFF]","z":"[\\u007A\\u24E9\\uFF5A\\u017A\\u1E91\\u017C\\u017E\\u1E93\\u1E95\\u01B6\\u0225\\u0240\\u2C6C\\uA763]"},"researchesTests":["contentHasTOC","contentHasShortParagraphs","contentHasAssets","keywordInTitle","keywordInMetaDescription","keywordInPermalink","keywordIn10Percent","keywordInContent","keywordInSubheadings","keywordInImageAlt","keywordDensity","keywordNotUsed","lengthContent","lengthPermalink","linksHasInternal","linksHasExternals","linksNotAllExternals","titleStartWithKeyword","titleSentiment","titleHasPowerWords","titleHasNumber","hasContentAI"],"hasRedirection":true,"hasBreadcrumb":true},"homeUrl":"https:\/\/organizzazione.cai.it\/sez-volpiano","objectID":534,"objectType":"post","locale":"it","localeFull":"it_IT","overlayImages":{"play":{"name":"Icona di riproduzione","url":"https:\/\/organizzazione.cai.it\/sez-volpiano\/wp-content\/plugins\/seo-by-rank-math\/assets\/admin\/img\/icon-play.png","path":"\/var\/www\/vhosts\/organizzazione.cai.it\/httpdocs\/wp-content\/plugins\/seo-by-rank-math\/assets\/admin\/img\/icon-play.png","position":"middle_center"},"gif":{"name":"Icona GIF","url":"https:\/\/organizzazione.cai.it\/sez-volpiano\/wp-content\/plugins\/seo-by-rank-math\/assets\/admin\/img\/icon-gif.png","path":"\/var\/www\/vhosts\/organizzazione.cai.it\/httpdocs\/wp-content\/plugins\/seo-by-rank-math\/assets\/admin\/img\/icon-gif.png","position":"middle_center"}},"defautOgImage":"https:\/\/organizzazione.cai.it\/sez-volpiano\/wp-content\/uploads\/sites\/153\/2024\/09\/og.webp","customPermalinks":true,"isUserRegistered":false,"autoSuggestKeywords":false,"connectSiteUrl":"https:\/\/rankmath.com\/auth?site=https%3A%2F%2Forganizzazione.cai.it%2Fsez-volpiano&r=https%3A%2F%2Forganizzazione.cai.it%2Fsez-volpiano%2Fwp-json%2Fwp%2Fv2%2Fpages%2F534%3Fnonce%3D627daeff82","maxTags":5,"trendsIcon":"<svg viewBox=\"0 0 610 610\"><path d=\"M18.85,446,174.32,290.48l58.08,58.08L76.93,504a14.54,14.54,0,0,1-20.55,0L18.83,466.48a14.54,14.54,0,0,1,0-20.55Z\" style=\"fill:#4285f4\"\/><path d=\"M242.65,242.66,377.59,377.6l-47.75,47.75a14.54,14.54,0,0,1-20.55,0L174.37,290.43l47.75-47.75A14.52,14.52,0,0,1,242.65,242.66Z\" style=\"fill:#ea4335\"\/><polygon points=\"319.53 319.53 479.26 159.8 537.34 217.88 377.61 377.62 319.53 319.53\" style=\"fill:#fabb05\"\/><path d=\"M594.26,262.73V118.61h0a16.94,16.94,0,0,0-16.94-16.94H433.2a16.94,16.94,0,0,0-12,28.92L565.34,274.71h0a16.94,16.94,0,0,0,28.92-12Z\" style=\"fill:#34a853\"\/><rect width=\"610\" height=\"610\" style=\"fill:none\"\/><\/svg>","showScore":true,"siteFavIcon":"data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8\/9hAAABs0lEQVR4AWL4\/\/8\/RRjO8Iucx+noO0MWUDo16FYABMGP6ZfUcRnWtm27jVPbtm3bttuH2t3eFPcY9pLz7NxiLjCyVd87pKnHyqXyxtCs8APd0rnyxiu4qSeA3QEDrAwBDrT1s1Rc\/OrjLZwqVmOSu6+Lamcpp2KKMA9PH1BYXMe1mUP5qotvXTywsOEEYHXxrY+3cqk6TMkYpNr2FeoY3KIr0RPtn9wQ2unlA+GMkRw6+9TFw4YTwDUzx\/JVvARj9KaedXRO8P5B1Du2S32smzqUrcKGEyA+uAgQjKX7zf0boWHGfn71jIKj2689gxp7OAGShNcBUmLMPVjZuiKcA2vuWHHDCQxMCz629kXAIU4ApY15QwggAFbfOP9DhgBJ+nWVJ1AZAfICAj1pAlY6hCADZnveQf7bQIwzVONGJonhLIlS9gr5mFg44Xd+4S3XHoGNPdJl1INIwKyEgHckEhgTe1bGiFY9GSFBYUwLh1IkiJUbY407E7syBSFxKTszEoiE\/YdrgCEayDmtaJwCI9uu8TKMuZSVfSa4BpGgzvomBR\/INhLGzrqDotp01ZR8pn\/1L0JN9d9XNyx0AAAAAElFTkSuQmCC","canUser":{"general":false,"advanced":false,"snippet":false,"social":false,"analysis":false,"analytics":false,"content_ai":false},"showKeywordIntent":true,"isPro":false,"is_front_page":false,"trendsUpgradeLink":"https:\/\/rankmath.com\/pricing\/?utm_source=Plugin&utm_medium=CE%20General%20Tab%20Trends&utm_campaign=WP","trendsUpgradeLabel":"Aggiorna","trendsPreviewImage":"https:\/\/organizzazione.cai.it\/sez-volpiano\/wp-content\/plugins\/seo-by-rank-math\/assets\/admin\/img\/trends-preview.jpg","currentEditor":false,"homepageData":{"assessor":{"powerWords":["incredibile","sorprendente","meraviglioso","unico","bello","felicit\u00e0","brillante","affascinante","carismatico","scioccante","chiaro","completamente","riservato","fiducia","significativo","creativo","definitivamente","delizioso","dimostrare","sbrigati","determinato","degno","dinamico","impressionante","essenziale","ispiratore","innovativo","intenso","efficace","magico","magnifico","storico","importante","incredibile","indispensabile","indimenticabile","irresistibile","leggendario","luminoso","lusso","magico","magnifico","maestoso","memorabile","miracoloso","motivante","necessario","nuovo","ufficiale","perfetto","appassionato","persuasivo","fenomenale","piacere","popolare","potere","prestigioso","prodigioso","profondo","prospero","potente","qualit\u00e0","radiante","veloce","di successo","rivoluzionario","soddisfatto","sicurezza","sensazionale","sereno","lussuoso","splendido","sublime","sorprendente","talentuoso","terrificante","unico","valore","vibrante","vittorioso","vivace","veramente","zelante","autentico","avventuroso","spettacolare","esclusivo","garantito","straordinario","favoloso","affascinante","formidabile","geniale","grandioso","gratuito","abile","illimitato","impeccabile","infallibile","infinitamente","influente","ingegnoso","indimenticabile","insostituibile","leader","maestro","notevole","innovativo","pioniere","potente","riconosciuto","rivoluzionario","sorprendente","superiore","trionfante","ultra","coraggioso","prezioso","avanguardia","vigoroso","visionario","volont\u00e0","vitale","trionfo","glorioso","inarrestabile","ineguagliabile","intelligente","invincibile","libert\u00e0","orgoglio","pace","progresso","rinnovato","saggezza","soddisfazione","sicuro","serenit\u00e0","superamento","talento","trascendente","trasformativo","coraggio","vittoria"],"diacritics":true,"researchesTests":["contentHasTOC","contentHasShortParagraphs","contentHasAssets","keywordInTitle","keywordInMetaDescription","keywordInPermalink","keywordIn10Percent","keywordInContent","keywordInSubheadings","keywordInImageAlt","keywordDensity","keywordNotUsed","lengthContent","lengthPermalink","linksHasInternal","linksHasExternals","linksNotAllExternals","titleStartWithKeyword","titleSentiment","titleHasPowerWords","titleHasNumber","hasContentAI"],"hasBreadcrumb":true,"serpData":{"title":"%sitename% %page% %sep% %sitedesc%","description":"","titleTemplate":"%sitename% %page% %sep% %sitedesc%","descriptionTemplate":"","focusKeywords":"","breadcrumbTitle":"Home","robots":{"index":true},"advancedRobots":{"max-snippet":"-1","max-video-preview":"-1","max-image-preview":"large"},"facebookTitle":"","facebookDescription":"","facebookImage":"","facebookImageID":""}}},"tocTitle":"Table of Contents","tocExcludeHeadings":[],"listStyle":"ul"},"_links":{"self":[{"href":"https:\/\/organizzazione.cai.it\/sez-volpiano\/wp-json\/wp\/v2\/pages\/534"}],"collection":[{"href":"https:\/\/organizzazione.cai.it\/sez-volpiano\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/organizzazione.cai.it\/sez-volpiano\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/organizzazione.cai.it\/sez-volpiano\/wp-json\/wp\/v2\/users\/414"}],"replies":[{"embeddable":true,"href":"https:\/\/organizzazione.cai.it\/sez-volpiano\/wp-json\/wp\/v2\/comments?post=534"}],"version-history":[{"count":51,"href":"https:\/\/organizzazione.cai.it\/sez-volpiano\/wp-json\/wp\/v2\/pages\/534\/revisions"}],"predecessor-version":[{"id":691,"href":"https:\/\/organizzazione.cai.it\/sez-volpiano\/wp-json\/wp\/v2\/pages\/534\/revisions\/691"}],"up":[{"embeddable":true,"href":"https:\/\/organizzazione.cai.it\/sez-volpiano\/wp-json\/wp\/v2\/pages\/528"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/organizzazione.cai.it\/sez-volpiano\/wp-json\/wp\/v2\/media\/36"}],"wp:attachment":[{"href":"https:\/\/organizzazione.cai.it\/sez-volpiano\/wp-json\/wp\/v2\/media?parent=534"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}