readme.md 2.55 KB
Newer Older
Joe TS Dell's avatar
up    
Joe TS Dell committed
1
2
# Urban Geoinformatics Lab @HFT Stuttgart Web Page
Website for Geoinformatic Research Group (Prof. Coors)
Joe T.S.'s avatar
Joe T.S. committed
3
4
5
#### URL (1): https://ugl.hft-stuttgart.de/
#### URL (2): https://transfer.hft-stuttgart.de/pages/ugl/website/

Joe T.S.'s avatar
Joe T.S. committed
6
7
8
9
# How to Add contents?
1. Contact admin (Joe/Sven/Habib) to get developer access.
2. Add content following this [instruction](https://transfer.hft-stuttgart.de/gitlab/ugl/website/-/wikis/home).
3. Commit/Push changes.
Joe TS Dell's avatar
up  
Joe TS Dell committed
10
11
12

## Team

Joe T.S.'s avatar
Joe T.S. committed
13
| Member        | Responisble          | 
Joe TS Dell's avatar
up  
Joe TS Dell committed
14
| ------------- | ------------- | 
Joe T.S.'s avatar
Joe T.S. committed
15
16
17
18
19
| Joe           | Web Dev.: Merger / Overall/ Debugging | 
| Patrick       | Web Dev.: |   
| Sabo          | Web Dev.: EXCEL to JSON/BIBTEX |    
| Habib         | Legal right, Contact point, Domain and SubDomain | 
| Sven          | QC & Tutoring | 
Joe TS Dell's avatar
up    
Joe TS Dell committed
20

Joe TS Dell's avatar
up    
Joe TS Dell committed
21
## Meeting Note 27-04-2021
Joe TS Dell's avatar
up    
Joe TS Dell committed
22

Joe TS Dell's avatar
Joe TS Dell committed
23
### Tasks for Patrick:
Joe TS Dell's avatar
up    
Joe TS Dell committed
24
- [ ] 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)
Patrick's avatar
Patrick committed
25
- [x] 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) 
Patrick's avatar
Patrick committed
26
- [x] Make sure the Search feature works. (Patrick)
Joe TS Dell's avatar
up    
Joe TS Dell committed
27
- [ ] Currently, the "public\js\language.js" only translate some part of the webpage.(later..)
Joe T.S.'s avatar
Joe T.S. committed
28
- [ ] Bug: in English version, it starts with German text in some part.
Joe TS Dell's avatar
Joe TS Dell committed
29
30

### Tasks for Joe:
Joe TS Dell's avatar
Joe TS Dell committed
31
- [x] fixing the Callback Logic on the Publication Section
Joe T.S.'s avatar
Joe T.S. committed
32
- [ ] Documentation on how to add contents to the web.
Joe TS Dell's avatar
Joe TS Dell committed
33
34
- [x] Upgrade the `public/js/add_paper.js` to support the `URL` and `PDF` link.
- [x] Team Section
Joe TS Dell's avatar
up    
Joe TS Dell committed
35
- [ ] Combine all scripts together + maintaining the GIT.
Joe T.S.'s avatar
Joe T.S. committed
36

Joe TS Dell's avatar
up    
Joe TS Dell committed
37
38

### Tasks for Sabo:
Joe TS Dell's avatar
Joe TS Dell committed
39
- [x] Citation Sheet to BIBTEX. [public/js/parse_json_to_bib.js](public/js/parse_json_to_bib.js)
Joe T.S.'s avatar
Joe T.S. committed
40
41
42
43
44
45
46
47
- [ ] Get in touch with Sushant regarding the issue you found on the citation sheet.
- [ ] After Sushant had updated and added the "PDF_Link" to the citation sheet, you would have to update the script to convert "Sheet1.xlsx to the paper.json format" and correct the "pdf" key pair.

### Tasks for Sven:
- [ ] Draft for sub-title in all sections.

### Tasks for Sushant
- [ ] Final Citation Sheet + Images 
Joe TS Dell's avatar
up    
Joe TS Dell committed
48

Joe TS Dell's avatar
Joe TS Dell committed
49
## Issue
Joe T.S.'s avatar
Joe T.S. committed
50
51
- [x] The GitLab Page does not load the image under the img folder correctly e.g. https://ugl.hft-stuttgart.de/img/Schneider_2018_02.jpg which is stored at as Schneider_2018_02.JPG (Fixed by saving as either .jpg or .JPG everywhere) [03-05-2021]
- [ ] The flag still does not work yet. May be we can use this feature: https://mojoaxel.github.io/bootstrap-select-country/index.html (To be observed)