Ciao! Benvenuto a Unisteffo, il sito su cui è caricato tutto il materiale per lo studio che ho utilizzato durante il mio percorso universitario!
diff --git a/pages/year2/calcolo/index.tsx b/pages/year2/calcolo/index.tsx
index aa3d882..b90062e 100644
--- a/pages/year2/calcolo/index.tsx
+++ b/pages/year2/calcolo/index.tsx
@@ -1,6 +1,7 @@
import { Heading, Chapter, Box, Idiomatic as I, Panel, ListUnordered } from "@steffo/bluelib-react";
import { NextPage } from "next";
import { Link } from "../../../components/link";
+import { Warn1024 } from "../../../components/warn";
const Page: NextPage = () => {
@@ -34,6 +35,7 @@ const Page: NextPage = () => {
Appuntiweb
+
diff --git a/pages/year2/database/index.tsx b/pages/year2/database/index.tsx
index 3eff8c7..343f246 100644
--- a/pages/year2/database/index.tsx
+++ b/pages/year2/database/index.tsx
@@ -1,6 +1,7 @@
import { Heading, Chapter, Box, Panel, Idiomatic as I, ListUnordered } from "@steffo/bluelib-react";
import { NextPage } from "next";
import { Link } from "../../../components/link";
+import { Warn1024 } from "../../../components/warn";
const Page: NextPage = () => {
@@ -43,6 +44,7 @@ const Page: NextPage = () => {
Appuntiweb
+
diff --git a/pages/year2/fisica/index.tsx b/pages/year2/fisica/index.tsx
index 5787e29..8ccb403 100644
--- a/pages/year2/fisica/index.tsx
+++ b/pages/year2/fisica/index.tsx
@@ -1,6 +1,7 @@
import { ListUnordered } from "@steffo/bluelib-react"
import {Heading, Chapter, Box, Panel, Idiomatic as I} from "@steffo/bluelib-react"
import { Link } from "../../../components/link"
+import { Warn1024 } from "../../../components/warn"
export default function Fisica() {
@@ -28,6 +29,7 @@ export default function Fisica() {
Appuntiweb
+
diff --git a/pages/year2/ottimizzazione/index.tsx b/pages/year2/ottimizzazione/index.tsx
index dfcc537..8b71107 100644
--- a/pages/year2/ottimizzazione/index.tsx
+++ b/pages/year2/ottimizzazione/index.tsx
@@ -1,6 +1,7 @@
import { Heading, Chapter, Box, Panel, Idiomatic as I, ListUnordered, Emphasis } from '@steffo/bluelib-react'
import { Link } from '../../../components/link'
import type { NextPage } from 'next'
+import { Warn1024 } from '../../../components/warn'
const Page: NextPage = () => {
@@ -34,6 +35,7 @@ const Page: NextPage = () => {
Appuntiweb
+
diff --git a/pages/year2/statistica/index.tsx b/pages/year2/statistica/index.tsx
index b65ade0..351c30f 100644
--- a/pages/year2/statistica/index.tsx
+++ b/pages/year2/statistica/index.tsx
@@ -1,5 +1,6 @@
import {Heading, Chapter, Panel, Idiomatic as I, Box, ListUnordered} from "@steffo/bluelib-react"
import { Link } from "../../../components/link"
+import { Warn1024 } from "../../../components/warn"
export default function Statistica() {
@@ -30,6 +31,7 @@ export default function Statistica() {
Appuntiweb
+
diff --git a/pages/year3/gestione/index.tsx b/pages/year3/gestione/index.tsx
index 7ee98e8..d0c27e9 100644
--- a/pages/year3/gestione/index.tsx
+++ b/pages/year3/gestione/index.tsx
@@ -1,6 +1,7 @@
import { Heading, Chapter, Box, Idiomatic as I, Panel, ListUnordered } from '@steffo/bluelib-react'
import type { NextPage } from 'next'
import { Link } from '../../../components/link'
+import { Warn1024 } from '../../../components/warn'
const Page: NextPage = () => {
return <>
@@ -33,6 +34,7 @@ const Page: NextPage = () => {
Appuntiweb
+
Appunti di teoria
diff --git a/pages/year3/gestione/teoria.tsx b/pages/year3/gestione/teoria.tsx
index 8358974..4f58abe 100644
--- a/pages/year3/gestione/teoria.tsx
+++ b/pages/year3/gestione/teoria.tsx
@@ -42,41 +42,10 @@ const UIN = () => {
return <>
-
- Ottimizzazione lineare intera
+
+ Gestione dell'informazione
-
-
-
- Si parla di come processare enormi quantità di testo al fine di effettuarvi
- ricerche.
-
-
-
-
-
- 🎓 Il corso è stato tenuto dalla Prof.ssa Federica Mandreoli.
-
-
- 📘 Le dispense sono disponibili su Dolly (FIM).
-
-
- 🎥 Le videolezioni sono state eliminate.
-
-
-
-
-
📄 Dispense su Dolly
-
📰 Wikipedia
-
🗒️ Appunti open-source di Sharon Guerzoni
-
📘 Libro di testo consigliato
-
🌐 Introduction to Information Retrieval
-
-
-
@@ -96,8 +65,10 @@ const Page: NextPage = () => {
Possono essere di vario tipo: pagine web, metadati di file, paper accademici...
Vengono raccolti in svariati modi: possono provenire da , essere forniti manualmente e poi processati con un parser, essere scoperti tramite web crawling e processati tramite web scraping...
@@ -114,8 +85,10 @@ const Page: NextPage = () => {
La richiesta di informazioni effettuata da un utente, in un linguaggio che il motore di ricerca è in grado di capire.
Solitamente vi è possibile inserire parole chiave e operatori per specificare cosa
@@ -137,9 +110,11 @@ const Page: NextPage = () => {
sezione del documento più rilevante.