#!/bin/sh

echo "     ..... arranging project team meeting ....."
echo " "

mail esru@strath.ac.uk < ${IFE_HOME}/sys/bin/meeting_call

sleep 5
echo " "
echo "     ..... reminding ourselves about the project ....."
xv ${IFE_HOME}model/pic/ext_pic/picture2.rst 2>/dev/null

echo " "
echo "Designer's thermal performance report:"
echo " "
cat /tmp/thermal_summary

echo " "
echo " "
echo "Regulations compliance report:"
echo " "
cat /tmp/brc_summary

echo " "
echo " more information ?"
read x

echo " "
echo "Comfort statistics from ESP-r:"
echo " "
cat /tmp/room_1.1_comfort

echo " "
echo " more information ?"
read x

echo " "
echo "Designer's lighting performance report:"
echo " "
cat /tmp/lighting_summary

echo " "
echo " more information ?"
read x

ximage ${IFE_HOME}model/pic/lum.pic
#ximage ${IFE_HOME}model/pic/illum.pic

exit 0
