Commit a93e6831 authored by Joe TS Dell's avatar Joe TS Dell
Browse files

Add joe to the 3d

parent 63606f1a
viewer.entities.add({
position: Cesium.Cartesian3.fromDegrees(100, 15),
billboard: {
image: "../imgs/avatar/JoeSquare.jpg",
width: 75, // default: undefined
height: 75, // default: undefined
},
});
\ No newline at end of file
......@@ -56,6 +56,7 @@
}
spinGlobe(viewer);
</script>
<script src="add_avartar_billboard.js"></script>
</body>
</html>
\ No newline at end of file
......@@ -14,13 +14,15 @@ Website for Geoinformatic Research Group (Prof. Coors)
## Meeting Note 27-04-2021
### Tasks for Joe/Patrick:
- [ ] Upgrade the public/js/add_paper.js to support the "URL" and "PDF" link. (Joe)
### Tasks for Patrick:
- [ ] In the current "add_paper.js", all BIBTEX buttons share the same ID and not work yet. I will hide this feature for now and add it back when the BIBTEX is read made. (for later)
- [ ] Currently, I have set in the public/js/config.js the max number of the paper lists. We have to implement the "show more"/ "Pagination" feature. (Patrick)
- [ ] Same as the publication section, we need a script to add the public/content/team.json to our team section. (Joe)
- [ ] Make sure the Search feature works. (Patrick)
- [ ] Currently, the "public\js\language.js" only translate some part of the webpage.(later..)
### Tasks for Joe:
- [ ] Upgrade the public/js/add_paper.js to support the "URL" and "PDF" link. (Joe)
- [ ] Team Section (Joe)
- [ ] Combine all scripts together + maintaining the GIT.
### Tasks for Sabo:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment