-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy path1-overview.txt
52 lines (41 loc) · 2.42 KB
/
1-overview.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Heurist academic data management system
https://HeuristNetwork.org
Copyright © 2005 - 2023 University of Sydney
Concept/direction: Ian Johnson
Developers: Artem Osmakov, Tom Murtagh, Kim Jackson, Steve White, Ireneusz Golka, Maria Shvedova, Steven Hayes, Maxim Nikitin
Programming Interns: Jan Jaap de Groot, Marco Springer, Erik Baiij, Tobias Peirick, Hanna Chamoun
Documentation: Vincent Sheehan
Graphic design/testing: Andrew Wilson, Ireneusz Golka, Martin King.
Overview: Heurist is a flexible web-based collaborative database management system built in
php, javascript and mysql. It was developed from late 2005 by Ian Johnson,
Archaeological Computing Laboratory, University of Sydney, with the assistance of
ACL programmers.
Heurist is designed primarily for academic research data, but has been used successfully in
undergraduate teaching as a blogging, bibliography and student project tool, as well as for
administrative data.
For full information please visit https://HeuristNetwork.org
Documentation standards and overall structure are described in files in the /documentation_and_templates
directory. This includes a detaiiled description of the layout of the Heurist directories and steps for
installation.
Updated: 08 April 2016
-------------------------------------------------------------------------------------------------------------------------------------------
/**
* @package Heurist academic knowledge management system
* @link https://HeuristNetwork.org
* @copyright (C) 2005-2023 University of Sydney
* @author Ian Johnson <ian.johnson.heurist@gmail.com>
* @author Artem Osmakov <osmakov@gmail.com>
* @author Tom Murtagh
* @author Kim Jackson
* @author Stephen White
* @author Ireneusz Golka
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU License 3.0
* @version 4.0
*/
/*
* Licensed under the GNU License, Version 3.0 (the "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at http://www.gnu.org/licenses/gpl-3.0.txt
* Unless required by applicable law or agreed to in writing, software distributed under the License is
* distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied
* See the License for the specific language governing permissions and limitations under the License.
*/