computer applications and new technologies in modern ...rdurka/modern/prezentacja.pdf · 3 google...

24
Computer applications and new technologies in modern scientific work Remigiusz Durka

Upload: others

Post on 13-Aug-2020

0 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Computer applications and new technologies in modern ...rdurka/modern/prezentacja.pdf · 3 Google Docs- online documents 4 OpenVPN- log on your university account (our institute)

Computer applications and new technologiesin modern scientific work

Remigiusz Durka

Page 2: Computer applications and new technologies in modern ...rdurka/modern/prezentacja.pdf · 3 Google Docs- online documents 4 OpenVPN- log on your university account (our institute)

Table of content

1 Documents

2 Web page

3 Graphics

4 Calculations

5 New technologies

6 Just cool things

Page 3: Computer applications and new technologies in modern ...rdurka/modern/prezentacja.pdf · 3 Google Docs- online documents 4 OpenVPN- log on your university account (our institute)

Documents

Pdf Editors - add annotations, comments, marks, colors and other things

• Pdf Exchange Viewer - excellent! (see real example)

• Foxit Reader (alternative)

• Online editor: Pdfescape and Linux editor: PDFedit

• Delete and rearrange pages see webpage

Pdf Writers - edit the structure of the files

• Foxit Editor (trial version)

• Adobe Writer (expensive+large size)

Virtual printer - make pdf from everything!

• Pdf Creator

• Open Office can export many things to pdf

Page 4: Computer applications and new technologies in modern ...rdurka/modern/prezentacja.pdf · 3 Google Docs- online documents 4 OpenVPN- log on your university account (our institute)

Documents

LATEX package "todonotes" to create margin comments in LaTeX

\usepackage[colorinlistoftodos, shadow]{todonotes}

Command list

\listoftodos %(List of things to do)

\todo{Comment on margin with line}\todo[inline]{Comment in text}\todo[noline]{Comment on margin without line}

\missingfigure{Missing picture here}

(see example)

Page 7: Computer applications and new technologies in modern ...rdurka/modern/prezentacja.pdf · 3 Google Docs- online documents 4 OpenVPN- log on your university account (our institute)

Made in pure LATEX (TikZ rules!)

a11 a12 . . . a1p

a21 a22 . . . a2p

......

. . ....

an1 an2 . . . anp

A : n rows p columns

b11 b12 . . . b1q

b21 b22 . . . b2q

......

. . ....

bp1 bp2 . . . bpq

B : p rows q columns

c11 c12 . . . c1q

c21 c22 . . . c2q

......

. . ....

cn1 cn2 . . . cnq

a 21×b 12

a 22×b 22

a 2p×b p2

+

+ . . .+

C = A×B : n rows q columns

Rotate Square

Altermundus.com

Matrix multiplication

TEXample.net

Page 8: Computer applications and new technologies in modern ...rdurka/modern/prezentacja.pdf · 3 Google Docs- online documents 4 OpenVPN- log on your university account (our institute)

Your web page

1 Put files on the server: WinSCP (drag&drop files), Putty

2 Find free template: here and here3 Edit template simply by use of:

• famous "copy/paste" method• "tries and mistakes" method• your knowledge of LaTeX (see next pages)

Page 9: Computer applications and new technologies in modern ...rdurka/modern/prezentacja.pdf · 3 Google Docs- online documents 4 OpenVPN- log on your university account (our institute)

Web page

Gallery - how to make professional gallery in few clicks!

• JAlbum,

• Gallery examples: one, two, three, my gallery

• Picassa

Make it "pro" and "politically"-correct if you truly want to be proud

• Notepad++ (editor)

• Valid your: and XHTML and CSS

• Coding utf-8 and Polish fonts: paste inside <head> </head>:<meta http-equiv=content-type" content="text/html; charset=utf-8"/>

• Some links: html tutorial, pieces of code, standards

WYSIWYG (acronym for What You See Is What You Get)

• KompoZer Editor, list of the editors

Page 10: Computer applications and new technologies in modern ...rdurka/modern/prezentacja.pdf · 3 Google Docs- online documents 4 OpenVPN- log on your university account (our institute)

LaTeX Html

Sections:

\section{Title 1}\subsection{Title 2}

Headings:

<h1>Title 1</h1><h2>Title 2</h2>

Itemize:

\begin{itemize}\item One\item Two\end{itemize}

Enumerate

\begin{enumerate}\item Three\item Four\end{enumerate}

Itemize

<ul><li>One</li><li>Two</li></ul>

Enumerate

<ol><li>Three</li><li>Four</li></ol>

Break the line \\ Break the line <br />

Page 11: Computer applications and new technologies in modern ...rdurka/modern/prezentacja.pdf · 3 Google Docs- online documents 4 OpenVPN- log on your university account (our institute)

Add link to page or file

LaTeX:

\usepackage{hyperref, url}

\url{http://ift.uni.wroc.pl}

\href{x/example.pdf}{Zad.1}\href{http://ift.uni.wroc.pl/~rdurka/x/example.pdf}{Zad.1}

Html:

<a href="http://ift.uni.wroc.pl">http://ift.uni.wroc.pl</a>

<a href="x/example.pdf">Zad.1</a><a href="address">Zad.1</a>

where address:

http://www.ift.uni.wroc.pl/~rdurka/x/example.pdf

Page 12: Computer applications and new technologies in modern ...rdurka/modern/prezentacja.pdf · 3 Google Docs- online documents 4 OpenVPN- log on your university account (our institute)

Add pictureLaTeX:

\usepackage{graphics}\include[scale=0.5]{images/logo.jpg}

Html:

<img src="images/logo.jpg" alt="logo" width="300">

Text attributes

\textbf{Bold} <b>Bold</b>\textit{Italic} <i>Italic</i>

Page 13: Computer applications and new technologies in modern ...rdurka/modern/prezentacja.pdf · 3 Google Docs- online documents 4 OpenVPN- log on your university account (our institute)

Graphics

Page 14: Computer applications and new technologies in modern ...rdurka/modern/prezentacja.pdf · 3 Google Docs- online documents 4 OpenVPN- log on your university account (our institute)

Graphics

Inkscape - amazing vector graphics (diagrams, illustrations, pictures)

• homepage, pl tutorials, pl book and examples: one, two, three

Gimp - almost Photoshop

• homepage

Photofilter - filters and photo edition

• downloadpage

Paint.NET - filters and photo edition

• hompage, (see example: expansion of the universe)

Page 15: Computer applications and new technologies in modern ...rdurka/modern/prezentacja.pdf · 3 Google Docs- online documents 4 OpenVPN- log on your university account (our institute)

Graphics in K3Dsurf

Page 16: Computer applications and new technologies in modern ...rdurka/modern/prezentacja.pdf · 3 Google Docs- online documents 4 OpenVPN- log on your university account (our institute)

Graphics

Word Clouds (interesting example)

Page 17: Computer applications and new technologies in modern ...rdurka/modern/prezentacja.pdf · 3 Google Docs- online documents 4 OpenVPN- log on your university account (our institute)

Computations and calculations

Page 19: Computer applications and new technologies in modern ...rdurka/modern/prezentacja.pdf · 3 Google Docs- online documents 4 OpenVPN- log on your university account (our institute)

New technologies

Page 20: Computer applications and new technologies in modern ...rdurka/modern/prezentacja.pdf · 3 Google Docs- online documents 4 OpenVPN- log on your university account (our institute)

New technologies

Work on distance

1 Scriblink - virtual white board (other white board)

2 Skype - voice communicator

3 Google Docs - online documents

4 OpenVPN - log on your university account (our institute)

5 Dropbox - "share" files and folders

New technologies

• Tablet (handwriting recognition) - example in chemistry, Wacom

• Expressivo (voice syntezator)

• Cell phone: Internet and remote controller

Page 22: Computer applications and new technologies in modern ...rdurka/modern/prezentacja.pdf · 3 Google Docs- online documents 4 OpenVPN- log on your university account (our institute)

Cool things

Page 23: Computer applications and new technologies in modern ...rdurka/modern/prezentacja.pdf · 3 Google Docs- online documents 4 OpenVPN- log on your university account (our institute)

Cool

Media

• "There is plenty place at the bottom" by Feynman,

• Einstein explains his famous formula

Software

• Softpedia

• Free install from dobreprogramy.pl,

• Astronomy: Universe Sanbox, Google Earth, NASA World Wind

Entertainment -> comics

phdcomics.com, abstrusegoose.com, xkcd.com,...

Page 24: Computer applications and new technologies in modern ...rdurka/modern/prezentacja.pdf · 3 Google Docs- online documents 4 OpenVPN- log on your university account (our institute)