Parcourir la source

Fixed some tables and titles

andreagus il y a 9 ans
Parent
commit
ca1389faed

+ 4 - 2
Artificial Intelligence/lesson_02.md

@@ -31,6 +31,7 @@ An __agent program__ is a *computational model* of the agent function.
 
 A|B
 -|-
+
  __Perception__
 
 $P=\{[A,\text{dirty}],[A,\text{clean}],[B,\text{dirty}],[B,\text{clean}]\}$
@@ -100,11 +101,12 @@ for example ROOMBA
 
 __agent__
 
-| | | | | |
+|||||
 |---|---|---|---|---|
 |||What the world look like|$\leftarrow$|
 |||$\downarrow$|environment|
-|Action reuse|$\rightarrow$|What actually should i||| |do|$\rightarrow$|||
+|Action reuse|$\rightarrow$|What actually should i||
+|||do|$\rightarrow$|
 
 This model performs well when the environment is *fully observable*.
 

+ 5 - 5
Software Engineering 2/lesson_01.md

@@ -11,8 +11,8 @@ Software Engineering 1 was focused more on development *in the small*, while thi
 
 ##### Check the course forum through beep
 
-###Introduction
-####Why is Software Engineering important?
+### Introduction
+#### Why is Software Engineering important?
 Software is everywhere in our society, and developing new software as mantaining legacy software (e.g. Cobol software in banks)
 are skills very important in our society.
 
@@ -20,7 +20,7 @@ Software is also important related to the global telecomunication Infrastructure
 
 Also in energy applications, and manufactoring systems software has an important role
 
-#####Software can also be used to address problems like:
+##### Software can also be used to address problems like:
 - Increasing number of elderly people
 - Climate change.
     - Reducing the power consumption of the global network
@@ -30,7 +30,7 @@ Also in energy applications, and manufactoring systems software has an important
 
 Software Engineering is useful to manage the complexity of software-intensive systems and ensure their reliability.
 
-#####Software whe are dealing with are:
+##### Software whe are dealing with are:
 - large and complex
 - built by teams
 - exist in many version
@@ -63,7 +63,7 @@ __Software Engineer__
 - Design a component to be combined with other components
 - Work in teams
 
-####Skills of a software engineer:
+#### Skills of a software engineer:
 - Technical
 - Project Management
 - Cognitive

+ 1 - 1
Software Engineering 2/lesson_02.md

@@ -1,7 +1,7 @@
 # SE2 - lesson 02
 #### Elisabeta di Nitto
 ##### 14 October 2015
-###Software Engineering: a bit of history
+### Software Engineering: a bit of history
 
 With the introduction of first computers, software was built by software engineers for themselves, they were both designer and users, the computers used had very limited storage, memory and computation resources,