Author Archives: Bojan

Function call counting in Matlab

Here’s a neat way to keep track of the cost, i.e. number of function calls in Matlab: rather than using a counter variable and increment it each time a function is called, use the internal Matlab counters, accessible through the FunctionTable struct array. The loop below is necessary only to get the index of the [...]
Posted in Scientific Computing, Tips & Tricks | Tagged | Leave a comment

Between bouncing and splashing: water drops on a solid surface

This is my first semester term paper (co-authored with Katie Varland): bounce.pdf. It’s about water drops bouncing off hydrophobic surfaces. Yes, the premise sounds cool, and the shots we made with a high-speed camera are fascinating. The paper itself is descriptive rather than analytical, but an interesting boundary has been observed between a “splashing region” [...]
Posted in Papers | Leave a comment

Images in LaTeX

Problem: you can’t get those images to appear in a typeset document. Cause: [code]]czo4OlwicGRmbGF0ZXhcIjt7WyYqJl19[[/code] and [code]]czo1OlwibGF0ZXhcIjt7WyYqJl19[[/code] have virtually no graphic drivers in common. For instance, [code]]czo4OlwicGRmbGF0ZXhcIjt7WyYqJl19[[/code] can't handle eps files. Solution: I converted my eps files to pdf using a thing called [code]]czo4OlwiZXBzdG9wZGZcIjt7WyYqJl19[[/code], which is included in latex distributions, and [code]]czo4OlwicGRmbGF0ZXhcIjt7WyYqJl19[[/code] handled those pdf graphs perfectly, so that the output [...]
Posted in LaTeX, Tips & Tricks | Leave a comment

Diplomski rad

Nakon možda ne tako dugog, ali vrlo intenzivnog rada, gotov je i diplomski rad, pod naslovom "Solitonska rješenja Korteweg-de Vries jednačine". Hvala mom mentoru, Kenanu Surulizu, bez kojeg teško da bi ovo sve skupa prošlo tako glatko.
Posted in Papers | Leave a comment

Kvantni Hallov efekt

Završio sam seminarski rad o kvantnom Hallovom efektu. Prilično sam zadovoljan kako je ispao, iako sam prvobitno namjeravao da dio o Laughlinovom teorijskom objašnjenju bude centralni dio rada. Međutim, pošto sam želio da rad bude razumljiv što većem krugu, previše vremena i prostora je oduzeo uvodni dio, tako da je Laughlinov rad o IQHE tek [...]
Posted in Papers | Leave a comment

Pitanja i odgovori o web standardima

Šta je World Wide Web? World Wide Web (u slobodnom prevodu Svjetska mreža) je medij za razmjenu informacija putem Interneta. Šta je World Wide Web Consortium? World Wide Web Consortium (W3C) je regulatorno tijelo za standarde web tehnologija. Njegov prvi i sadašnji direktor je izumitelj Weba (zajedno sa Robertom Cailliauom), Tim Berners-Lee. Zašto će nam standardi? Kako bi Web ispunjavao [...]
Posted in Web | Leave a comment

Web Standards FAQ

What is the World Wide Web? The World Wide Web is a medium designed for sharing information over the Internet. What is the World Wide Web Consortium? The World Wide Web Consortium (W3C) is the regulatory body for web technology standards. Its first and present director is the inventor of the Web (together with Robert Cailliau), Tim Berners-Lee. Why [...]
Posted in Web | Leave a comment

ccbh.ba / ustavnisud.ba v5

Pustio sam u promet novu verziju sajta Ustavnog suda BiH: Constitutional Court of Bosnia and Herzegovina Ustavni sud Bosne i Hercegovine Biće tu još posla, naročito oko odluka. Dalji razvoj se može pratiti na posebnom blogu: ccbh.ba / ustavnisud.ba devlog.
Posted in Web | Leave a comment